[arch-commits] Commit in nx/trunk (PKGBUILD nx-cflags.patch)

Andreas Radke andyrtr at nymeria.archlinux.org
Sat Mar 23 15:41:37 UTC 2013


    Date: Saturday, March 23, 2013 @ 16:41:36
  Author: andyrtr
Revision: 180571

upgpkg: nx 3.5.0.18-1

upstream update 3.5.0.18

Modified:
  nx/trunk/PKGBUILD
Deleted:
  nx/trunk/nx-cflags.patch

-----------------+
 PKGBUILD        |    9 +++++----
 nx-cflags.patch |   54 ------------------------------------------------------
 2 files changed, 5 insertions(+), 58 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-23 15:27:06 UTC (rev 180570)
+++ PKGBUILD	2013-03-23 15:41:36 UTC (rev 180571)
@@ -3,8 +3,8 @@
 
 pkgbase=nx
 pkgname=('libxcomp' 'nxproxy' 'nx-x11' 'nx-xcompext' 'nxagent' 'x2go-agent' 'nx-headers')
-pkgver=3.5.0.17
-pkgrel=4
+pkgver=3.5.0.18
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://wiki.x2go.org/"
 license=('GPL')
@@ -14,13 +14,14 @@
              )
 source=(http://code.x2go.org/releases/source/nx-libs/nx-libs-$pkgver-full.tar.gz
         keyboard_rule.diff)
-md5sums=('aac9a999d4b38dedd476409e5fc2c4aa'
+md5sums=('cb321b520c3e157619e4ed5315c9e44c'
          'f681bc66827cd7ddff4b81b983c20401')
 
 build() {
   cd "${srcdir}/nx-libs-$pkgver"
   
-  # fix keyboard layout with xkeyboard-config >= 2.6
+  # fix keyboard layout with xkeyboard-config >= 2.6 - doesn't solve proper layout detection
+  # upstream needs to do much more work in that area
   patch -Np1 -i ${srcdir}/keyboard_rule.diff
   
   # debug flags

Deleted: nx-cflags.patch
===================================================================
--- nx-cflags.patch	2013-03-23 15:27:06 UTC (rev 180570)
+++ nx-cflags.patch	2013-03-23 15:41:36 UTC (rev 180571)
@@ -1,54 +0,0 @@
---- nxcomp/configure.in.orig	2008-12-18 15:48:09.000000000 +0100
-+++ nxcomp/configure.in	2008-12-18 15:54:14.000000000 +0100
-@@ -7,8 +7,7 @@
- 
- dnl Set our default compilation flags.
- 
--CXXFLAGS="-O3 -fno-rtti -fno-exceptions"
--CFLAGS="-O3"
-+CXXFLAGS="$CXXFLAGS -fno-rtti -fno-exceptions"
- 
- dnl Reset default linking directives.
- 
---- nxcompext/configure.in.orig	2008-12-18 15:55:29.000000000 +0100
-+++ nxcompext/configure.in	2008-12-18 15:55:51.000000000 +0100
-@@ -5,11 +5,6 @@
- AC_INIT(NXlib.h)
- AC_PREREQ(2.13)
- 
--dnl Reset default compilation flags.
--
--CXXFLAGS="-O3"
--CFLAGS="-O3"
--
- dnl Reset default linking directives.
- 
- LIBSTATIC=""
---- nxcompshad/configure.in.orig	2008-12-18 15:56:13.000000000 +0100
-+++ nxcompshad/configure.in	2008-12-18 15:56:22.000000000 +0100
-@@ -5,11 +5,6 @@
- AC_INIT(Shadow.h)
- AC_PREREQ(2.13)
- 
--dnl Reset default compilation flags.
--
--CXXFLAGS="-O3"
--CPPFLAGS="-O3"
--
- dnl Reset default linking directives.
- 
- LIBSTATIC=""
---- nxproxy/configure.in.orig	2008-12-18 15:57:48.000000000 +0100
-+++ nxproxy/configure.in	2008-12-18 15:57:55.000000000 +0100
-@@ -5,11 +5,6 @@
- AC_INIT(Main.c)
- AC_PREREQ(2.13)
- 
--dnl Reset default compilation flags.
--
--CXXFLAGS="-O3"
--CPPFLAGS="-O3"
--
- dnl Prefer headers and libraries from nx-X11 if present.
- 
- if test -d "../nx-X11/exports/include" ; then




More information about the arch-commits mailing list