summaryrefslogtreecommitdiffstats
path: root/perl/perl-tk
diff options
context:
space:
mode:
author ArTourter <artourter@gmail.com>2013-11-03 10:25:31 -0600
committer Robby Workman <rworkman@slackbuilds.org>2013-11-03 11:13:03 -0600
commitae093eaf82c6089e514d96b47b97b8d272a89e7d (patch)
tree63592938ba9ea0f8d26731a1fe8ecebaa64a1d61 /perl/perl-tk
parent57cafca9a64f50af06102c89677a818671ce6b1e (diff)
downloadslackbuilds-ae093eaf82c6089e514d96b47b97b8d272a89e7d.tar.gz
slackbuilds-ae093eaf82c6089e514d96b47b97b8d272a89e7d.tar.xz
perl/perl-tk: Updated for version 804.031.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-tk')
-rw-r--r--perl/perl-tk/patches/804.029-X11_XLIB_H.patch19
-rw-r--r--perl/perl-tk/patches/perl-tk-804.029.diff27
-rw-r--r--perl/perl-tk/patches/perl-tk-804.031.diff9
-rw-r--r--perl/perl-tk/perl-tk.SlackBuild8
-rw-r--r--perl/perl-tk/perl-tk.info8
5 files changed, 15 insertions, 56 deletions
diff --git a/perl/perl-tk/patches/804.029-X11_XLIB_H.patch b/perl/perl-tk/patches/804.029-X11_XLIB_H.patch
deleted file mode 100644
index 7a43a7ade8..0000000000
--- a/perl/perl-tk/patches/804.029-X11_XLIB_H.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-https://bugs.gentoo.org/show_bug.cgi?id=345987
---- Tk-804.029/pTk/Xlib.h
-+++ Tk-804.029/pTk/Xlib.h
-@@ -1,6 +1,7 @@
- #ifndef _XLIB
- #define _XLIB
- #ifndef _XLIB_H_
-+#ifndef _X11_XLIB_H_
- extern XFontStruct *XLoadQueryFont _ANSI_ARGS_((Display *, const char *));
- extern XModifierKeymap *XGetModifierMapping _ANSI_ARGS_((Display *));
- extern XImage *XCreateImage _ANSI_ARGS_((Display *, Visual *, unsigned int, int, int, char *, unsigned int, unsigned int, int, int));
-@@ -143,6 +144,7 @@
- extern Window XGetSelectionOwner _ANSI_ARGS_((Display *, Atom));
- extern int XRectInRegion _ANSI_ARGS_((Region,int,int,unsigned,unsigned));
- extern int XSubtractRegion _ANSI_ARGS_((Region, Region, Region));
-+#endif /* _X11_XLIB_H_ */
- #endif /* _XLIB_H_ */
- extern int _XInitImageFuncPtrs _ANSI_ARGS_((XImage *image));
- #endif /* _XLIB */
diff --git a/perl/perl-tk/patches/perl-tk-804.029.diff b/perl/perl-tk/patches/perl-tk-804.029.diff
deleted file mode 100644
index 0aab9659ed..0000000000
--- a/perl/perl-tk/patches/perl-tk-804.029.diff
+++ /dev/null
@@ -1,27 +0,0 @@
-diff -ru Tk-804.029.org//TextList/reindex.pl Tk-804.029/TextList/reindex.pl
---- Tk-804.029.org//TextList/reindex.pl 2007-02-10 05:54:45.000000000 -0300
-+++ Tk-804.029/TextList/reindex.pl 2010-08-05 13:53:36.447371174 -0300
-@@ -1,4 +1,4 @@
--#!/bin/perl
-+#!/usr/bin/perl
-
- use lib qw(/home1/gbartels/textlist);
- use Tk;
-diff -ru Tk-804.029.org//pTk/Tcl-pTk Tk-804.029/pTk/Tcl-pTk
---- Tk-804.029.org//pTk/Tcl-pTk 2007-02-10 05:55:23.000000000 -0300
-+++ Tk-804.029/pTk/Tcl-pTk 2010-08-05 13:54:06.527369253 -0300
-@@ -1,4 +1,4 @@
--#!/usr/local/bin/perl -w
-+#!/usr/bin/perl -w
- use open IO => ':bytes'; # Avoid UTF-8 issues with some perl5.8.0 (RedHat)
- use Carp;
- my $verbose = 0;
-diff -ru Tk-804.029.org//pTk/mkVFunc Tk-804.029/pTk/mkVFunc
---- Tk-804.029.org//pTk/mkVFunc 2008-11-04 20:06:50.000000000 -0200
-+++ Tk-804.029/pTk/mkVFunc 2010-08-05 13:54:20.074244152 -0300
-@@ -1,4 +1,4 @@
--#!/usr/local/bin/perl -w
-+#!/usr/bin/perl -w
- use strict;
-
-
diff --git a/perl/perl-tk/patches/perl-tk-804.031.diff b/perl/perl-tk/patches/perl-tk-804.031.diff
new file mode 100644
index 0000000000..1e595c009a
--- /dev/null
+++ b/perl/perl-tk/patches/perl-tk-804.031.diff
@@ -0,0 +1,9 @@
+diff -ru Tk-804.031.org/TextList/reindex.pl Tk-804.031/TextList/reindex.pl
+--- Tk-804.031.org/TextList/reindex.pl 2007-02-10 05:54:45.000000000 -0300
++++ Tk-804.031/TextList/reindex.pl 2010-08-05 13:53:36.447371174 -0300
+@@ -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 9082204c46..c08c2d8c11 100644
--- a/perl/perl-tk/perl-tk.SlackBuild
+++ b/perl/perl-tk/perl-tk.SlackBuild
@@ -5,8 +5,8 @@
# Written by Pablo Santamaria (pablosantamaria@gmail.com)
PRGNAM=perl-tk
-VERSION=${VERSION:-804.029}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-804.031}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -54,10 +54,6 @@ find . \
# Apply a few patches
patch -p1 < $CWD/patches/$PRGNAM-$VERSION.diff
-# Fix build failure with libX11-1.4.0 where they added an "X11_" string to
-# header guards to avoid possible collision.
-patch -p1 < $CWD/patches/804.029-X11_XLIB_H.patch
-
# XFT=1 (font manager) support, which gives perl-tk programs the ability to
# use all fonts accessible from XFT and antialiasing.
perl Makefile.PL \
diff --git a/perl/perl-tk/perl-tk.info b/perl/perl-tk/perl-tk.info
index ed59edd363..4731d8f1e3 100644
--- a/perl/perl-tk/perl-tk.info
+++ b/perl/perl-tk/perl-tk.info
@@ -1,8 +1,8 @@
PRGNAM="perl-tk"
-VERSION="804.029"
-HOMEPAGE="http://search.cpan.org/~srezic/Tk-804.029/"
-DOWNLOAD="http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/Tk-804.029.tar.gz"
-MD5SUM="f4aebe6fcdb309a8480514f2ccf8117c"
+VERSION="804.031"
+HOMEPAGE="http://search.cpan.org/~srezic/Tk-804.031/"
+DOWNLOAD="http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/Tk-804.031.tar.gz"
+MD5SUM="57a8afd0563184c17a6470d1ee957f35"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""