summaryrefslogtreecommitdiff
path: root/community/perl-gtk2-mozembed
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-06-29 23:10:39 +0000
committerroot <root@rshg047.dnsready.net>2011-06-29 23:10:39 +0000
commit5e8a6a470237711ad18f12dde87deea6f2b8b0e0 (patch)
tree438c05155823f16b71f4277fef949610bf6fe826 /community/perl-gtk2-mozembed
parent108636e69eaeef67f4e7263c7f26105e25979e89 (diff)
Wed Jun 29 23:10:38 UTC 2011
Diffstat (limited to 'community/perl-gtk2-mozembed')
-rw-r--r--community/perl-gtk2-mozembed/PKGBUILD18
1 files changed, 9 insertions, 9 deletions
diff --git a/community/perl-gtk2-mozembed/PKGBUILD b/community/perl-gtk2-mozembed/PKGBUILD
index fdc78ab73..bc2a503a0 100644
--- a/community/perl-gtk2-mozembed/PKGBUILD
+++ b/community/perl-gtk2-mozembed/PKGBUILD
@@ -1,32 +1,32 @@
-# $Id: PKGBUILD 42141 2011-03-13 22:19:27Z spupykin $
+# $Id: PKGBUILD 47713 2011-05-25 02:25:45Z tdziedzic $
# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
# Maintainer: Corrado Primier <bardo@aur.archlinux.org>
pkgname=perl-gtk2-mozembed
-pkgver=0.08
-pkgrel=4
+pkgver=0.09
+pkgrel=1
pkgdesc="Interface to the Mozilla embedding widget"
arch=('i686' 'x86_64')
url="http://search.cpan.org/dist/Gtk2-MozEmbed"
license=('GPL' 'PerlArtistic')
depends=('perl-extutils-pkgconfig>=1.03' 'gtk2-perl>=1.081' 'perl-extutils-depends>=0.20' 'xulrunner>1.9')
options=('!emptydirs')
-source=("http://www.cpan.org/authors/id/T/TS/TSCH/Gtk2-MozEmbed-${pkgver}.tar.gz"
- 'missing-pixbuf.patch')
-md5sums=('ddafafa0e2684050a5d8b9f2c15f6dca'
- '82313ca5da7dafdae0a8890f031d07f9')
+source=("http://www.cpan.org/authors/id/T/TS/TSCH/Gtk2-MozEmbed-${pkgver}.tar.gz")
+md5sums=('8c391fbe1ebf23a0af22d5ad3b571f19')
build() {
- # fix https://rt.cpan.org/Public/Bug/Display.html?id=61063
- patch -Np0 -i ${srcdir}/missing-pixbuf.patch
cd Gtk2-MozEmbed-${pkgver}
+
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
make
}
package() {
cd Gtk2-MozEmbed-${pkgver}
+
make install DESTDIR=${pkgdir}
+
find ${pkgdir} -name '.packlist' -delete
find ${pkgdir} -name '*.pod' -delete
}