Date: Tuesday, August 20, 2019 @ 09:03:13 Author: felixonmars Revision: 360359
upgpkg: kdenetwork-filesharing 19.08.0-1 KDE Applications 19.08.0 Added: kdenetwork-filesharing/trunk/ kdenetwork-filesharing/trunk/PKGBUILD Deleted: kdenetwork-filesharing/trunk/ ----------+ PKGBUILD | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) Added: trunk/PKGBUILD =================================================================== --- trunk/PKGBUILD (rev 0) +++ trunk/PKGBUILD 2019-08-20 09:03:13 UTC (rev 360359) @@ -0,0 +1,37 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=kdenetwork-filesharing +pkgver=19.08.0 +pkgrel=1 +pkgdesc='Properties dialog plugin to share a directory with the local network' +url='https://www.kde.org/applications/internet/' +arch=(x86_64) +license=(GPL LGPL FDL) +groups=(kde-applications kdenetwork) +depends=(kio) +makedepends=(extra-cmake-modules) +optdepends=('samba: folder sharing') +source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('a7e2e7d79c7e6486e2d2efe8f85e2be2f6231ca5e4e49e2bd332befb9d6d4288' + 'SKIP') +validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aa...@kde.org> + F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cf...@kde.org> + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ + -DBUILD_TESTING=OFF \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Property changes on: kdenetwork-filesharing/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property