[arch-commits] Commit in rep-gtk/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Tue Jan 6 11:24:25 UTC 2009


    Date: Tuesday, January 6, 2009 @ 06:24:25
  Author: allan
Revision: 23231

Prepare to restore this to the repo (FS#12680)

Modified:
  rep-gtk/trunk/PKGBUILD

----------+
 PKGBUILD |   23 ++++++++++-------------
 1 file changed, 10 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-01-06 11:11:55 UTC (rev 23230)
+++ PKGBUILD	2009-01-06 11:24:25 UTC (rev 23231)
@@ -3,21 +3,18 @@
 # Committer: Arjan Timmerman <arjan at archlinux.org>
 
 pkgname=rep-gtk
-pkgver=0.18
-pkgrel=3
-pkgdesc="GTK bindings for the rep lisp system"
-depends=('librep' 'libglade')
+pkgver=0.18.3
+pkgrel=1
+pkgdesc="Binding of the GTK and GDK libraries for the librep Lisp environment"
+arch=('i686' 'x86_64')
 url="http://rep-gtk.sourceforge.net/"
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz \
-	rep-gtk-0.18-gtk2{4,6}.patch)
-md5sums=('220b0d728656472c068e40823f0a3b22' '7e43019a0be09f8a64bbc489fa63fd6a'\
-         'b240daed7b25f7875150b314db4f26d0')
+depends=('librep' 'libglade')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('cd9d74b6d4e8a13412dd46c44d007411')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
-  patch -Np1 -i $startdir/src/rep-gtk-0.18-gtk24.patch || return 1
-  patch -Np0 -i $startdir/src/rep-gtk-0.18-gtk26.patch || return 1
-  ./configure --prefix=/usr
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-libglade --with-gdk-pixbuf
   make || return 1
-  make DESTDIR=$startdir/pkg install
+  make DESTDIR=$pkgdir install
 }




More information about the arch-commits mailing list