[arch-commits] Commit in perl-tk/trunk (PKGBUILD)

Felix Yan fyan at nymeria.archlinux.org
Mon Jul 7 05:46:22 UTC 2014


    Date: Monday, July 7, 2014 @ 07:46:22
  Author: fyan
Revision: 216602

upgpkg: perl-tk 804.032-3

backported two commits to fix FS#40692

Modified:
  perl-tk/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-07 05:25:17 UTC (rev 216601)
+++ PKGBUILD	2014-07-07 05:46:22 UTC (rev 216602)
@@ -6,18 +6,27 @@
 
 pkgname=perl-tk
 pkgver=804.032
-pkgrel=2
+pkgrel=3
 pkgdesc="A graphical user interface toolkit for Perl"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/Tk"
 license=('PerlArtistic' 'GPL' 'custom')
 depends=('libpng' 'libjpeg' 'tk' 'perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/S/SR/SREZIC/Tk-${pkgver}.tar.gz)
-md5sums=('47a84c70d1fd254ccece208303e6e9d5')
+options=('!emptydirs' '!strip')
+source=(http://www.cpan.org/authors/id/S/SR/SREZIC/Tk-${pkgver}.tar.gz
+        https://github.com/eserte/perl-tk/commit/ba3a92a779f7adcf655b7e45b40ee5b0cb79bc8b.patch
+        https://github.com/eserte/perl-tk/commit/1ca4589ef5a87999ec564081900bc8fdaed83c74.patch)
+md5sums=('47a84c70d1fd254ccece208303e6e9d5'
+         'e567bd0c209ad54004fa57cfac095f14'
+         'f06be3193f64791c134741a6ed2144a9')
 
 build() {
   cd Tk-$pkgver
+
+  # FS#40692
+  patch -p1 -i ../1ca4589ef5a87999ec564081900bc8fdaed83c74.patch
+  patch -p1 -i ../ba3a92a779f7adcf655b7e45b40ee5b0cb79bc8b.patch
+
   perl Makefile.PL INSTALLDIRS=vendor
   make
 }




More information about the arch-commits mailing list