mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
perl/perl-tk: Updated for version 804.033.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4cd9de2c15
commit
54645d89c6
3 changed files with 13 additions and 5 deletions
8
perl/perl-tk/patches/perl_bin_path.diff
Normal file
8
perl/perl-tk/patches/perl_bin_path.diff
Normal file
|
@ -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;
|
|
@ -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.
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue