[arch-commits] Commit in xkbsel/repos/community-x86_64 (4 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon Nov 4 12:14:04 UTC 2013


    Date: Monday, November 4, 2013 @ 13:14:04
  Author: spupykin
Revision: 100458

archrelease: copy trunk to community-x86_64

Added:
  xkbsel/repos/community-x86_64/PKGBUILD
    (from rev 100457, xkbsel/trunk/PKGBUILD)
  xkbsel/repos/community-x86_64/build-fix.patch
    (from rev 100457, xkbsel/trunk/build-fix.patch)
Deleted:
  xkbsel/repos/community-x86_64/PKGBUILD
  xkbsel/repos/community-x86_64/build-fix.patch

-----------------+
 PKGBUILD        |   68 +++++++++++++++++++++++++++++-------------------------
 build-fix.patch |   48 +++++++++++++++++++-------------------
 2 files changed, 61 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-04 12:13:54 UTC (rev 100457)
+++ PKGBUILD	2013-11-04 12:14:04 UTC (rev 100458)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=xkbsel
-pkgver=0.13
-pkgrel=5
-pkgdesc="framework for defining, selecting and indicating XKB keyboard mappings"
-arch=('i686' 'x86_64')
-url="http://www.meduna.org/sw_xkbsel_en.html"
-license=('GPL')
-depends=('gdbm' 'libxaw')
-makedepends=('patch' 'xkeyboard-config')
-source=(http://www.meduna.org/code/$pkgname-$pkgver.tar.gz
-	build-fix.patch)
-md5sums=('c82196344ef920a072f413df85b9dc00'
-         'dee0f7de8618d9eff073942f0e08f030')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -Np1 <../build-fix.patch
-  export CFLAGS="$CFLAGS -I/usr/include/gdbm -DHAVE_NDBM_H"
-  export LDFLAGS="-lgdbm -lgdbm_compat"
-
-  ./configure --prefix=/usr --localstatedir=/var/lib --sysconfdir=/etc/xkbsel \
-		--build=`uname -m` --host=`uname -m` --target=`uname -m` \
-		--mandir=/usr/share/man
-  make
-  make DESTDIR=$pkgdir install
-}

Copied: xkbsel/repos/community-x86_64/PKGBUILD (from rev 100457, xkbsel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-11-04 12:14:04 UTC (rev 100458)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=xkbsel
+pkgver=0.13
+pkgrel=6
+pkgdesc="framework for defining, selecting and indicating XKB keyboard mappings"
+arch=('i686' 'x86_64')
+url="http://www.meduna.org/sw_xkbsel_en.html"
+license=('GPL')
+depends=('gdbm' 'libxaw')
+makedepends=('patch' 'xkeyboard-config')
+source=(http://www.meduna.org/code/$pkgname-$pkgver.tar.gz
+	build-fix.patch)
+md5sums=('c82196344ef920a072f413df85b9dc00'
+         'dee0f7de8618d9eff073942f0e08f030')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  autoreconf
+
+  patch -Np1 <../build-fix.patch
+  export CFLAGS="$CFLAGS -I/usr/include/gdbm -DHAVE_NDBM_H"
+  export LDFLAGS="-lgdbm -lgdbm_compat"
+
+  ./configure --prefix=/usr --localstatedir=/var/lib --sysconfdir=/etc/xkbsel \
+		--build=`uname -m` --host=`uname -m` --target=`uname -m` \
+		--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: build-fix.patch
===================================================================
--- build-fix.patch	2013-11-04 12:13:54 UTC (rev 100457)
+++ build-fix.patch	2013-11-04 12:14:04 UTC (rev 100458)
@@ -1,24 +0,0 @@
-diff -wbBur xkbsel-0.13/configure xkbsel-0.13.my/configure
---- xkbsel-0.13/configure	2000-04-09 13:37:02.000000000 +0400
-+++ xkbsel-0.13.my/configure	2006-07-24 17:13:10.000000000 +0400
-@@ -6118,7 +6118,7 @@
-   { echo "configure: error: "Cannot find library containing dbm_open"" 1>&2; exit 1; }
- fi
- 
--x11xkbdir=$ac_x_libraries/X11/xkb
-+x11xkbdir=/usr/share/X11/xkb
- test -d $x11xkbdir || { echo "configure: error: "Directory $x11xkbdir does not exist"" 1>&2; exit 1; }
- 
- 
-diff -wbBur xkbsel-0.13/libs/Makefile.in xkbsel-0.13.my/libs/Makefile.in
---- xkbsel-0.13/libs/Makefile.in	2000-04-09 13:51:01.000000000 +0400
-+++ xkbsel-0.13.my/libs/Makefile.in	2006-07-24 17:11:52.000000000 +0400
-@@ -452,7 +452,7 @@
- 
- 
- install-data-local:
--	$(mkinstalldirs) ${sysxkmdir}
-+	$(mkinstalldirs) $(DESTDIR)${sysxkmdir}
- 
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.

Copied: xkbsel/repos/community-x86_64/build-fix.patch (from rev 100457, xkbsel/trunk/build-fix.patch)
===================================================================
--- build-fix.patch	                        (rev 0)
+++ build-fix.patch	2013-11-04 12:14:04 UTC (rev 100458)
@@ -0,0 +1,24 @@
+diff -wbBur xkbsel-0.13/configure xkbsel-0.13.my/configure
+--- xkbsel-0.13/configure	2000-04-09 13:37:02.000000000 +0400
++++ xkbsel-0.13.my/configure	2006-07-24 17:13:10.000000000 +0400
+@@ -6118,7 +6118,7 @@
+   { echo "configure: error: "Cannot find library containing dbm_open"" 1>&2; exit 1; }
+ fi
+ 
+-x11xkbdir=$ac_x_libraries/X11/xkb
++x11xkbdir=/usr/share/X11/xkb
+ test -d $x11xkbdir || { echo "configure: error: "Directory $x11xkbdir does not exist"" 1>&2; exit 1; }
+ 
+ 
+diff -wbBur xkbsel-0.13/libs/Makefile.in xkbsel-0.13.my/libs/Makefile.in
+--- xkbsel-0.13/libs/Makefile.in	2000-04-09 13:51:01.000000000 +0400
++++ xkbsel-0.13.my/libs/Makefile.in	2006-07-24 17:11:52.000000000 +0400
+@@ -452,7 +452,7 @@
+ 
+ 
+ install-data-local:
+-	$(mkinstalldirs) ${sysxkmdir}
++	$(mkinstalldirs) $(DESTDIR)${sysxkmdir}
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.




More information about the arch-commits mailing list