[arch-commits] Commit in ratpoison/trunk (PKGBUILD)
Kyle Keen
kkeen at nymeria.archlinux.org
Sun Feb 2 00:21:45 UTC 2014
Date: Sunday, February 2, 2014 @ 01:21:45
Author: kkeen
Revision: 105158
upgpkg: ratpoison 1.4.6-2, fix FS#38726
Modified:
ratpoison/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-02-02 00:03:54 UTC (rev 105157)
+++ PKGBUILD 2014-02-02 00:21:45 UTC (rev 105158)
@@ -6,7 +6,7 @@
pkgname=ratpoison
pkgver=1.4.6
-pkgrel=1
+pkgrel=2
pkgdesc="A simple keystroke-driven window manager"
arch=('i686' 'x86_64')
license=('GPL')
@@ -21,6 +21,9 @@
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+ # FS#38726, v1.4.6-2
+ sed -i 's|PRINT_ERROR (("XGetWMName|PRINT_DEBUG (("XGetWMName|' src/manage.c
+
./configure --prefix=/usr
make CFLAGS="$CFLAGS -DHAVE_GETLINE"
}
More information about the arch-commits
mailing list