[arch-commits] CVS update of extra/lib/gtk-perl (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Sep 2 13:02:21 UTC 2007


    Date: Sunday, September 2, 2007 @ 09:02:21
  Author: jgc
    Path: /home/cvs-extra/extra/lib/gtk-perl

 Removed: PKGBUILD (1.13)

Remove, we don't support GNOME 1.x, which is what this package is mainly for. Nothing in the repositories uses it and this seems to be an unofficial release anyways.


----------+
 PKGBUILD |   28 ----------------------------
 1 file changed, 28 deletions(-)


Index: extra/lib/gtk-perl/PKGBUILD
diff -u extra/lib/gtk-perl/PKGBUILD:1.13 extra/lib/gtk-perl/PKGBUILD:removed
--- extra/lib/gtk-perl/PKGBUILD:1.13	Sun May 21 16:31:17 2006
+++ extra/lib/gtk-perl/PKGBUILD	Sun Sep  2 09:02:21 2007
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD,v 1.13 2006/05/21 20:31:17 uid1015 Exp $
-# Contributor: Fredrik Hammar <Horney_C86 at Hotmail.com>
-# Maintainer: Arjan Timmerman <arjan at soulfly.nl>
-pkgname=gtk-perl
-pkgver=0.7009
-pkgrel=6
-pkgdesc="Gtk-Perl is a set of modules that let you exploit the Gtk+ libraries from Perl"
-arch=(i686 x86_64)
-url="www.gtkperl.org/"
-depends=('perl>=5.8.4-1' 'gdk-pixbuf')
-source=(http://www.cpan.org/modules/by-module/Gtk/Gtk-Perl-$pkgver.tar.gz)
-md5sums=('72ce462caa1afe57d60a8e654d63204b')
-
-build() {
-  cd $startdir/src/Gtk-Perl-$pkgver
-    perl Makefile.PL --without-gnome --without-gnomeprint --without-applets
-    make  LDDLFLAGS="--shared -Wl,--version-script=`pwd`/ldscript"
-    make pure_install DESTDIR=$startdir/pkg
-  cd GdkPixbuf
-    perl Makefile.PL
-    make LDDLFLAGS="--shared -Wl,--version-script=`pwd`/../ldscript"
-    make pure_install DESTDIR=$startdir/pkg
-  cd ../GdkImlib
-    perl Makefile.PL
-    make  LDDLFLAGS="--shared -Wl,--version-script=`pwd`/../ldscript"
-    make pure_install DESTDIR=$startdir/pkg
-  mv $startdir/pkg/usr/lib/perl5/site_perl/?.?.? $startdir/pkg/usr/lib/perl5/site_perl/current
-}




More information about the arch-commits mailing list