diff options
author | LEVAI Daniel <leva@ecentrum.hu> | 2015-11-07 10:09:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-07 10:09:02 +0700 |
commit | 54645d89c61e9479f5dbb89623886def36a24259 (patch) | |
tree | 2b58e9ab478fc828aa6b48414c1a6ae40593c86e | |
parent | 4cd9de2c15fbbac9700579d82e71a9d74d988b85 (diff) | |
download | slackbuilds-54645d89c61e9479f5dbb89623886def36a24259.tar.gz |
perl/perl-tk: Updated for version 804.033.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | perl/perl-tk/patches/perl_bin_path.diff | 8 | ||||
-rw-r--r-- | perl/perl-tk/perl-tk.SlackBuild | 4 | ||||
-rw-r--r-- | perl/perl-tk/perl-tk.info | 6 |
3 files changed, 13 insertions, 5 deletions
diff --git a/perl/perl-tk/patches/perl_bin_path.diff b/perl/perl-tk/patches/perl_bin_path.diff new file mode 100644 index 0000000000..2d304b4dc4 --- /dev/null +++ b/perl/perl-tk/patches/perl_bin_path.diff @@ -0,0 +1,8 @@ +--- TextList/reindex.pl.orig 2015-11-05 21:46:10.470602695 +0100 ++++ TextList/reindex.pl 2015-11-05 21:46:21.884547803 +0100 +@@ -1,4 +1,4 @@ +-#!/bin/perl ++#!/usr/bin/perl + + use lib qw(/home1/gbartels/textlist); + use Tk; diff --git a/perl/perl-tk/perl-tk.SlackBuild b/perl/perl-tk/perl-tk.SlackBuild index 3dae19f887..a1dcd12960 100644 --- a/perl/perl-tk/perl-tk.SlackBuild +++ b/perl/perl-tk/perl-tk.SlackBuild @@ -5,7 +5,7 @@ # Written by Pablo Santamaria (pablosantamaria@gmail.com) PRGNAM=perl-tk -VERSION=${VERSION:-804.031} +VERSION=${VERSION:-804.033} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -52,7 +52,7 @@ find -L . \ -exec chmod 644 {} \; # Apply a few patches -patch -p1 < $CWD/patches/$PRGNAM-$VERSION.diff +patch -p0 < $CWD/patches/perl_bin_path.diff # XFT=1 (font manager) support, which gives perl-tk programs the ability to # use all fonts accessible from XFT and antialiasing. diff --git a/perl/perl-tk/perl-tk.info b/perl/perl-tk/perl-tk.info index ba014ed8b1..85c121eeb9 100644 --- a/perl/perl-tk/perl-tk.info +++ b/perl/perl-tk/perl-tk.info @@ -1,8 +1,8 @@ PRGNAM="perl-tk" -VERSION="804.031" +VERSION="804.033" HOMEPAGE="https://metacpan.org/pod/Tk" -DOWNLOAD="http://www.cpan.org/authors/id/S/SR/SREZIC/Tk-804.031.tar.gz" -MD5SUM="57a8afd0563184c17a6470d1ee957f35" +DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SR/SREZIC/Tk-804.033.tar.gz" +MD5SUM="4c6d281ca9c6c2349e5cf84394e638fa" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |