[arch-commits] Commit in kdenetwork-filesharing/repos (4 files)

Antonio Rojas arojas at archlinux.org
Fri Nov 18 20:01:47 UTC 2016


    Date: Friday, November 18, 2016 @ 20:01:46
  Author: arojas
Revision: 281167

archrelease: copy kde-unstable to staging-i686, staging-x86_64

Added:
  kdenetwork-filesharing/repos/staging-i686/
  kdenetwork-filesharing/repos/staging-i686/PKGBUILD
    (from rev 281166, kdenetwork-filesharing/kde-unstable/PKGBUILD)
  kdenetwork-filesharing/repos/staging-x86_64/
  kdenetwork-filesharing/repos/staging-x86_64/PKGBUILD
    (from rev 281166, kdenetwork-filesharing/kde-unstable/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   38 ++++++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 76 insertions(+)

Copied: kdenetwork-filesharing/repos/staging-i686/PKGBUILD (from rev 281166, kdenetwork-filesharing/kde-unstable/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2016-11-18 20:01:46 UTC (rev 281167)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdenetwork-filesharing
+pkgver=16.11.80
+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=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('51ca2a9bf1356f28ca1b5cec0ab7b99035e2e3b9'
+         'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at 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/staging-x86_64/PKGBUILD (from rev 281166, kdenetwork-filesharing/kde-unstable/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2016-11-18 20:01:46 UTC (rev 281167)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdenetwork-filesharing
+pkgver=16.11.80
+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=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('51ca2a9bf1356f28ca1b5cec0ab7b99035e2e3b9'
+         'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at 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
+}



More information about the arch-commits mailing list