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

Andrea Scarpino andrea at nymeria.archlinux.org
Sat Mar 8 08:49:25 UTC 2014


    Date: Saturday, March 8, 2014 @ 09:49:25
  Author: andrea
Revision: 207296

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

Added:
  kdenetwork-krfb/repos/kde-unstable-i686/
  kdenetwork-krfb/repos/kde-unstable-i686/PKGBUILD
    (from rev 207295, kdenetwork-krfb/kde-unstable/PKGBUILD)
  kdenetwork-krfb/repos/kde-unstable-x86_64/
  kdenetwork-krfb/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 207295, kdenetwork-krfb/kde-unstable/PKGBUILD)

------------------------------+
 kde-unstable-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: kdenetwork-krfb/repos/kde-unstable-i686/PKGBUILD (from rev 207295, kdenetwork-krfb/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2014-03-08 08:49:25 UTC (rev 207296)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdenetwork-krfb
+pkgver=4.12.80
+pkgrel=1
+pkgdesc='Desktop Sharing'
+url='http://www.kde.org/applications/system/krfb'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+# note on libxdamage:
+#   not detected by namcap because libgl depends on it
+#   but nvidia providing libgl does not depend on libxdamage
+depends=('kdebase-runtime' 'libvncserver' 'libxdamage' 'telepathy-qt')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/krfb-${pkgver}.tar.xz")
+sha1sums=('39627f9dce84ab69d83cc8cb7eda3d2b3d760897')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../krfb-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-krfb/repos/kde-unstable-x86_64/PKGBUILD (from rev 207295, kdenetwork-krfb/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2014-03-08 08:49:25 UTC (rev 207296)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdenetwork-krfb
+pkgver=4.12.80
+pkgrel=1
+pkgdesc='Desktop Sharing'
+url='http://www.kde.org/applications/system/krfb'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+# note on libxdamage:
+#   not detected by namcap because libgl depends on it
+#   but nvidia providing libgl does not depend on libxdamage
+depends=('kdebase-runtime' 'libvncserver' 'libxdamage' 'telepathy-qt')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/${pkgver}/src/krfb-${pkgver}.tar.xz")
+sha1sums=('39627f9dce84ab69d83cc8cb7eda3d2b3d760897')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../krfb-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}




More information about the arch-commits mailing list