Date: Thursday, September 7, 2017 @ 18:32:34 Author: arojas Revision: 304937
archrelease: copy trunk to extra-i686, extra-x86_64 Added: kdenetwork-filesharing/repos/extra-i686/PKGBUILD (from rev 304936, kdenetwork-filesharing/trunk/PKGBUILD) kdenetwork-filesharing/repos/extra-x86_64/PKGBUILD (from rev 304936, kdenetwork-filesharing/trunk/PKGBUILD) Deleted: kdenetwork-filesharing/repos/extra-i686/PKGBUILD kdenetwork-filesharing/repos/extra-x86_64/PKGBUILD -----------------------+ /PKGBUILD | 78 ++++++++++++++++++++++++++++++++++++++++++++++++ extra-i686/PKGBUILD | 39 ------------------------ extra-x86_64/PKGBUILD | 39 ------------------------ 3 files changed, 78 insertions(+), 78 deletions(-) Deleted: extra-i686/PKGBUILD =================================================================== --- extra-i686/PKGBUILD 2017-09-07 18:32:13 UTC (rev 304936) +++ extra-i686/PKGBUILD 2017-09-07 18:32:34 UTC (rev 304937) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> - -pkgname=kdenetwork-filesharing -pkgver=17.08.0 -pkgrel=1 -pkgdesc='Properties dialog plugin to share a directory with the local network' -url='https://www.kde.org/applications/internet/' -arch=(i686 x86_64) -license=(GPL LGPL FDL) -groups=(kde-applications kdenetwork) -depends=(kio) -makedepends=(extra-cmake-modules kdoctools python) -optdepends=('samba: folder sharing') -source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('5029f0ce68499abe78b0ec3e9154b1304aac63420489402b39e86a405c1d9f54' - '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 \ - -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_TESTING=OFF \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kdenetwork-filesharing/repos/extra-i686/PKGBUILD (from rev 304936, kdenetwork-filesharing/trunk/PKGBUILD) =================================================================== --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2017-09-07 18:32:34 UTC (rev 304937) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=kdenetwork-filesharing +pkgver=17.08.1 +pkgrel=1 +pkgdesc='Properties dialog plugin to share a directory with the local network' +url='https://www.kde.org/applications/internet/' +arch=(i686 x86_64) +license=(GPL LGPL FDL) +groups=(kde-applications kdenetwork) +depends=(kio) +makedepends=(extra-cmake-modules kdoctools python) +optdepends=('samba: folder sharing') +source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('63c98c9a26db54256237e75ea74c171a45147240974b1e15e9ec15c13961e9d4' + '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 \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_TESTING=OFF \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD =================================================================== --- extra-x86_64/PKGBUILD 2017-09-07 18:32:13 UTC (rev 304936) +++ extra-x86_64/PKGBUILD 2017-09-07 18:32:34 UTC (rev 304937) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> - -pkgname=kdenetwork-filesharing -pkgver=17.08.0 -pkgrel=1 -pkgdesc='Properties dialog plugin to share a directory with the local network' -url='https://www.kde.org/applications/internet/' -arch=(i686 x86_64) -license=(GPL LGPL FDL) -groups=(kde-applications kdenetwork) -depends=(kio) -makedepends=(extra-cmake-modules kdoctools python) -optdepends=('samba: folder sharing') -source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('5029f0ce68499abe78b0ec3e9154b1304aac63420489402b39e86a405c1d9f54' - '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 \ - -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_TESTING=OFF \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kdenetwork-filesharing/repos/extra-x86_64/PKGBUILD (from rev 304936, kdenetwork-filesharing/trunk/PKGBUILD) =================================================================== --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2017-09-07 18:32:34 UTC (rev 304937) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=kdenetwork-filesharing +pkgver=17.08.1 +pkgrel=1 +pkgdesc='Properties dialog plugin to share a directory with the local network' +url='https://www.kde.org/applications/internet/' +arch=(i686 x86_64) +license=(GPL LGPL FDL) +groups=(kde-applications kdenetwork) +depends=(kio) +makedepends=(extra-cmake-modules kdoctools python) +optdepends=('samba: folder sharing') +source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('63c98c9a26db54256237e75ea74c171a45147240974b1e15e9ec15c13961e9d4' + '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 \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_TESTING=OFF \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +}