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

Andrea Scarpino andrea at nymeria.archlinux.org
Fri Nov 8 20:42:28 UTC 2013


    Date: Friday, November 8, 2013 @ 21:42:27
  Author: andrea
Revision: 199217

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 199216, kdenetwork-krfb/kde-unstable/PKGBUILD)
  kdenetwork-krfb/repos/kde-unstable-x86_64/
  kdenetwork-krfb/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 199216, 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 199216, kdenetwork-krfb/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2013-11-08 20:42:27 UTC (rev 199217)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdenetwork-krfb
+pkgver=4.11.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=('c8fa1a02aa215c32e5bf65c72f0a728e48c2efcb')
+
+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 199216, kdenetwork-krfb/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2013-11-08 20:42:27 UTC (rev 199217)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdenetwork-krfb
+pkgver=4.11.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=('c8fa1a02aa215c32e5bf65c72f0a728e48c2efcb')
+
+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