[arch-commits] Commit in kdenetwork-krfb/repos (4 files)
Sven-Hendrik Haase
svenstaro at archlinux.org
Sun Aug 3 13:13:12 UTC 2014
Date: Sunday, August 3, 2014 @ 15:13:11
Author: svenstaro
Revision: 218881
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kdenetwork-krfb/repos/kde-unstable-i686/PKGBUILD
(from rev 218880, kdenetwork-krfb/kde-unstable/PKGBUILD)
kdenetwork-krfb/repos/kde-unstable-x86_64/PKGBUILD
(from rev 218880, kdenetwork-krfb/kde-unstable/PKGBUILD)
Deleted:
kdenetwork-krfb/repos/kde-unstable-i686/PKGBUILD
kdenetwork-krfb/repos/kde-unstable-x86_64/PKGBUILD
------------------------------+
/PKGBUILD | 66 +++++++++++++++++++++++++++++++++++++++++
kde-unstable-i686/PKGBUILD | 33 --------------------
kde-unstable-x86_64/PKGBUILD | 33 --------------------
3 files changed, 66 insertions(+), 66 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2014-08-03 13:13:05 UTC (rev 218880)
+++ kde-unstable-i686/PKGBUILD 2014-08-03 13:13:11 UTC (rev 218881)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdenetwork-krfb
-pkgver=4.13.95
-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=('5f2b380ac402a7f0ea6e075e44b8d39c4c226332')
-
-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-i686/PKGBUILD (from rev 218880, kdenetwork-krfb/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2014-08-03 13:13:11 UTC (rev 218881)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdenetwork-krfb
+pkgver=4.13.97
+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=('916628d6030e45906113f1d7cbc993fd11f4f5c9')
+
+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
+}
Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2014-08-03 13:13:05 UTC (rev 218880)
+++ kde-unstable-x86_64/PKGBUILD 2014-08-03 13:13:11 UTC (rev 218881)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdenetwork-krfb
-pkgver=4.13.95
-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=('5f2b380ac402a7f0ea6e075e44b8d39c4c226332')
-
-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 218880, kdenetwork-krfb/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2014-08-03 13:13:11 UTC (rev 218881)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdenetwork-krfb
+pkgver=4.13.97
+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=('916628d6030e45906113f1d7cbc993fd11f4f5c9')
+
+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