[arch-commits] Commit in ratpoison/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Aaron Griffin aaron at archlinux.org
Wed Oct 28 16:16:52 UTC 2009


    Date: Wednesday, October 28, 2009 @ 12:16:51
  Author: aaron
Revision: 56843

Merged revisions 56842 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/ratpoison/trunk

........
  r56842 | aaron | 2009-10-28 09:16:35 -0700 (Wed, 28 Oct 2009) | 3 lines
  
  Upgrade to 1.4.5
  Remove genrpbindings from package
........

Modified:
  ratpoison/repos/extra-x86_64/	(properties)
  ratpoison/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)


Property changes on: ratpoison/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /ratpoison/trunk:1-43148
   + /ratpoison/trunk:1-56842

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-10-28 16:16:35 UTC (rev 56842)
+++ extra-x86_64/PKGBUILD	2009-10-28 16:16:51 UTC (rev 56843)
@@ -3,16 +3,16 @@
 # Contributor: John Proctor <jproctor at prium.net>
 
 pkgname=ratpoison
-pkgver=1.4.3
-pkgrel=3
+pkgver=1.4.5
+pkgrel=1
 pkgdesc="A simple keystroke-driven window manager"
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libxinerama' 'readline' 'bash' 'perl' 'libxtst')
+depends=('libxinerama' 'readline>=6.0' 'bash' 'perl' 'libxtst' 'libxft')
 url="http://www.nongnu.org/ratpoison/"
 source=(http://savannah.nongnu.org/download/ratpoison/$pkgname-$pkgver.tar.gz
         $pkgname.desktop)
-md5sums=('c1899e3e2549d29825cdb1b8d042c836'
+md5sums=('330a08dbed6be88cab54f6947e9f0b60'
          '29c3cb9be59758e39d8471391231a74a')
 
 build() {
@@ -22,12 +22,15 @@
   find . -exec touch \{\} \;
   
   ./configure --prefix=/usr
-  make || return 1
+  make CFLAGS="$CFLAGS -DHAVE_GETLINE"|| return 1
   make DESTDIR=$pkgdir install
 
   # fix permissions
   chmod a+x $pkgdir/usr/share/ratpoison/{allwindows.sh,clickframe.pl,rpshowall.sh,rpws,split.sh}
 
+  # Not useful outside the source tree. Kill it
+  rm $pkgdir/usr/share/ratpoison/genrpbindings
+
   cd contrib
   ./genrpbindings || return 1
   install -dm755 $pkgdir/usr/share/ratpoison/bindings




More information about the arch-commits mailing list