diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2021-05-18 17:43:38 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-18 23:40:22 +0700 |
commit | c959f4723b6bd7c9940e228807b451933e5b43da (patch) | |
tree | 7904890b7eb52d197ad254177abb2342c2ee3924 /perl/perl-tk/perl-tk.SlackBuild | |
parent | 8f6caa53797b4fcdfd477c9feaad15415f23e355 (diff) |
perl/perl-tk: update for version 804.036
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-tk/perl-tk.SlackBuild')
-rw-r--r-- | perl/perl-tk/perl-tk.SlackBuild | 30 |
1 files changed, 25 insertions, 5 deletions
diff --git a/perl/perl-tk/perl-tk.SlackBuild b/perl/perl-tk/perl-tk.SlackBuild index e0f0cf71262a5..681153ae4f3d6 100644 --- a/perl/perl-tk/perl-tk.SlackBuild +++ b/perl/perl-tk/perl-tk.SlackBuild @@ -1,11 +1,31 @@ #!/bin/sh -# Slackware build script for perl-tk (Tk) - -# Written by Pablo Santamaria (pablosantamaria@gmail.com) +# Slackware build script for perl-tk + +# Copyright 2010-2017 Pablo Santamaria pablosantamaria@gmail.com +# Copyright 2017-2020 Ryan S. Northrup northrup@yellowapple.us +# Updated in 2021 by Petar Petrov slackalaxy@gmail.com +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perl-tk -VERSION=${VERSION:-804.033} +VERSION=${VERSION:-804.036} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -52,7 +72,7 @@ find -L . \ -exec chmod 644 {} \; # Apply a few patches -patch -p0 < $CWD/patches/perl_bin_path.diff +patch -p0 < $CWD/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. |