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

Antonio Rojas arojas at archlinux.org
Thu Jan 12 20:15:48 UTC 2017


    Date: Thursday, January 12, 2017 @ 20:15:47
  Author: arojas
Revision: 286092

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  krfb/repos/extra-i686/PKGBUILD
    (from rev 286091, krfb/trunk/PKGBUILD)
  krfb/repos/extra-i686/krfb-gcc6.patch
    (from rev 286091, krfb/trunk/krfb-gcc6.patch)
  krfb/repos/extra-x86_64/PKGBUILD
    (from rev 286091, krfb/trunk/PKGBUILD)
  krfb/repos/extra-x86_64/krfb-gcc6.patch
    (from rev 286091, krfb/trunk/krfb-gcc6.patch)
Deleted:
  krfb/repos/extra-i686/PKGBUILD
  krfb/repos/extra-i686/krfb-gcc6.patch
  krfb/repos/extra-x86_64/PKGBUILD
  krfb/repos/extra-x86_64/krfb-gcc6.patch

------------------------------+
 /PKGBUILD                    |   88 +++++++++++++++++++++++++++++++++++++++++
 /krfb-gcc6.patch             |   26 ++++++++++++
 extra-i686/PKGBUILD          |   44 --------------------
 extra-i686/krfb-gcc6.patch   |   13 ------
 extra-x86_64/PKGBUILD        |   44 --------------------
 extra-x86_64/krfb-gcc6.patch |   13 ------
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-01-12 20:15:26 UTC (rev 286091)
+++ extra-i686/PKGBUILD	2017-01-12 20:15:47 UTC (rev 286092)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux,org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=krfb
-pkgver=16.12.0
-pkgrel=1
-pkgdesc='Desktop Sharing'
-url='http://www.kde.org/applications/system/krfb'
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(kdnssd kxmlgui kwallet libvncserver libxdamage)
-makedepends=(extra-cmake-modules kdoctools python)
-conflicts=(kdenetwork-krfb)
-replaces=(kdenetwork-krfb)
-groups=(kde-applications kdenetwork)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig} krfb-gcc6.patch)
-md5sums=('22c2166be094cd1507d09d1a23785174'
-         'SKIP'
-         'fc342abdbbac31a98c9839b2f61b88e7')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
-
-prepare() {
-  mkdir -p build
-
-# Fix build with GCC6 (Fedora)
-  cd $pkgname-$pkgver
-  patch -p1 -i ../krfb-gcc6.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_LIBDIR=lib \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: krfb/repos/extra-i686/PKGBUILD (from rev 286091, krfb/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-01-12 20:15:47 UTC (rev 286092)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux,org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=krfb
+pkgver=16.12.1
+pkgrel=1
+pkgdesc='Desktop Sharing'
+url='http://www.kde.org/applications/system/krfb'
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(kdnssd kxmlgui kwallet libvncserver libxdamage)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdenetwork-krfb)
+replaces=(kdenetwork-krfb)
+groups=(kde-applications kdenetwork)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig} krfb-gcc6.patch)
+md5sums=('a0a415ad3bb0f61baeb58f7ded1aec4e'
+         'SKIP'
+         'fc342abdbbac31a98c9839b2f61b88e7')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+prepare() {
+  mkdir -p build
+
+# Fix build with GCC6 (Fedora)
+  cd $pkgname-$pkgver
+  patch -p1 -i ../krfb-gcc6.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/krfb-gcc6.patch
===================================================================
--- extra-i686/krfb-gcc6.patch	2017-01-12 20:15:26 UTC (rev 286091)
+++ extra-i686/krfb-gcc6.patch	2017-01-12 20:15:47 UTC (rev 286092)
@@ -1,13 +0,0 @@
-diff -up krfb-15.12.2/krfb/rfb.h.than krfb-15.12.2/krfb/rfb.h
---- krfb-15.12.2/krfb/rfb.h.than	2016-02-18 14:31:57.918262431 +0100
-+++ krfb-15.12.2/krfb/rfb.h	2016-02-18 14:35:20.029628544 +0100
-@@ -8,6 +8,9 @@
- 
- #include "rfb/rfb.h"
- 
-+#ifdef max // fix conflict with max() macro using gcc6 
-+#undef max
-+#endif
- #undef TRUE
- #undef FALSE
- 

Copied: krfb/repos/extra-i686/krfb-gcc6.patch (from rev 286091, krfb/trunk/krfb-gcc6.patch)
===================================================================
--- extra-i686/krfb-gcc6.patch	                        (rev 0)
+++ extra-i686/krfb-gcc6.patch	2017-01-12 20:15:47 UTC (rev 286092)
@@ -0,0 +1,13 @@
+diff -up krfb-15.12.2/krfb/rfb.h.than krfb-15.12.2/krfb/rfb.h
+--- krfb-15.12.2/krfb/rfb.h.than	2016-02-18 14:31:57.918262431 +0100
++++ krfb-15.12.2/krfb/rfb.h	2016-02-18 14:35:20.029628544 +0100
+@@ -8,6 +8,9 @@
+ 
+ #include "rfb/rfb.h"
+ 
++#ifdef max // fix conflict with max() macro using gcc6 
++#undef max
++#endif
+ #undef TRUE
+ #undef FALSE
+ 

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-01-12 20:15:26 UTC (rev 286091)
+++ extra-x86_64/PKGBUILD	2017-01-12 20:15:47 UTC (rev 286092)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux,org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=krfb
-pkgver=16.12.0
-pkgrel=1
-pkgdesc='Desktop Sharing'
-url='http://www.kde.org/applications/system/krfb'
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(kdnssd kxmlgui kwallet libvncserver libxdamage)
-makedepends=(extra-cmake-modules kdoctools python)
-conflicts=(kdenetwork-krfb)
-replaces=(kdenetwork-krfb)
-groups=(kde-applications kdenetwork)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig} krfb-gcc6.patch)
-md5sums=('22c2166be094cd1507d09d1a23785174'
-         'SKIP'
-         'fc342abdbbac31a98c9839b2f61b88e7')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
-
-prepare() {
-  mkdir -p build
-
-# Fix build with GCC6 (Fedora)
-  cd $pkgname-$pkgver
-  patch -p1 -i ../krfb-gcc6.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_LIBDIR=lib \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: krfb/repos/extra-x86_64/PKGBUILD (from rev 286091, krfb/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-01-12 20:15:47 UTC (rev 286092)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux,org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=krfb
+pkgver=16.12.1
+pkgrel=1
+pkgdesc='Desktop Sharing'
+url='http://www.kde.org/applications/system/krfb'
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(kdnssd kxmlgui kwallet libvncserver libxdamage)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdenetwork-krfb)
+replaces=(kdenetwork-krfb)
+groups=(kde-applications kdenetwork)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig} krfb-gcc6.patch)
+md5sums=('a0a415ad3bb0f61baeb58f7ded1aec4e'
+         'SKIP'
+         'fc342abdbbac31a98c9839b2f61b88e7')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+prepare() {
+  mkdir -p build
+
+# Fix build with GCC6 (Fedora)
+  cd $pkgname-$pkgver
+  patch -p1 -i ../krfb-gcc6.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/krfb-gcc6.patch
===================================================================
--- extra-x86_64/krfb-gcc6.patch	2017-01-12 20:15:26 UTC (rev 286091)
+++ extra-x86_64/krfb-gcc6.patch	2017-01-12 20:15:47 UTC (rev 286092)
@@ -1,13 +0,0 @@
-diff -up krfb-15.12.2/krfb/rfb.h.than krfb-15.12.2/krfb/rfb.h
---- krfb-15.12.2/krfb/rfb.h.than	2016-02-18 14:31:57.918262431 +0100
-+++ krfb-15.12.2/krfb/rfb.h	2016-02-18 14:35:20.029628544 +0100
-@@ -8,6 +8,9 @@
- 
- #include "rfb/rfb.h"
- 
-+#ifdef max // fix conflict with max() macro using gcc6 
-+#undef max
-+#endif
- #undef TRUE
- #undef FALSE
- 

Copied: krfb/repos/extra-x86_64/krfb-gcc6.patch (from rev 286091, krfb/trunk/krfb-gcc6.patch)
===================================================================
--- extra-x86_64/krfb-gcc6.patch	                        (rev 0)
+++ extra-x86_64/krfb-gcc6.patch	2017-01-12 20:15:47 UTC (rev 286092)
@@ -0,0 +1,13 @@
+diff -up krfb-15.12.2/krfb/rfb.h.than krfb-15.12.2/krfb/rfb.h
+--- krfb-15.12.2/krfb/rfb.h.than	2016-02-18 14:31:57.918262431 +0100
++++ krfb-15.12.2/krfb/rfb.h	2016-02-18 14:35:20.029628544 +0100
+@@ -8,6 +8,9 @@
+ 
+ #include "rfb/rfb.h"
+ 
++#ifdef max // fix conflict with max() macro using gcc6 
++#undef max
++#endif
+ #undef TRUE
+ #undef FALSE
+ 



More information about the arch-commits mailing list