[arch-commits] Commit in kdenetwork-krfb/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Mon Sep 14 21:49:26 UTC 2015
Date: Monday, September 14, 2015 @ 23:49:26
Author: arojas
Revision: 246196
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
kdenetwork-krfb/repos/testing-i686/
kdenetwork-krfb/repos/testing-i686/PKGBUILD
(from rev 246195, kdenetwork-krfb/trunk/PKGBUILD)
kdenetwork-krfb/repos/testing-x86_64/
kdenetwork-krfb/repos/testing-x86_64/PKGBUILD
(from rev 246195, kdenetwork-krfb/trunk/PKGBUILD)
-------------------------+
testing-i686/PKGBUILD | 37 +++++++++++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 74 insertions(+)
Copied: kdenetwork-krfb/repos/testing-i686/PKGBUILD (from rev 246195, kdenetwork-krfb/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2015-09-14 21:49:26 UTC (rev 246196)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdenetwork-krfb
+pkgver=15.08.1
+pkgrel=1
+pkgdesc='Desktop Sharing'
+url='http://www.kde.org/applications/system/krfb'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' '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-qt4')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/krfb-${pkgver}.tar.xz")
+sha1sums=('cc07a23162aaed0aa5a9c9c223a056447c503a08')
+
+prepare() {
+ mkdir -p build
+}
+
+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/testing-x86_64/PKGBUILD (from rev 246195, kdenetwork-krfb/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-14 21:49:26 UTC (rev 246196)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdenetwork-krfb
+pkgver=15.08.1
+pkgrel=1
+pkgdesc='Desktop Sharing'
+url='http://www.kde.org/applications/system/krfb'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' '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-qt4')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/krfb-${pkgver}.tar.xz")
+sha1sums=('cc07a23162aaed0aa5a9c9c223a056447c503a08')
+
+prepare() {
+ mkdir -p build
+}
+
+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