From dc2458b1f909e5999e4fb80de2abae95d458fb2e Mon Sep 17 00:00:00 2001 From: "Edward W. Koenig" Date: Wed, 8 Aug 2018 21:24:47 +0100 Subject: system/xarchiver: Updated for version 0.5.4.13. Signed-off-by: David Spencer --- system/xarchiver/xarchiver.SlackBuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'system/xarchiver/xarchiver.SlackBuild') diff --git a/system/xarchiver/xarchiver.SlackBuild b/system/xarchiver/xarchiver.SlackBuild index 658fff0d66719..3bcddd4862f28 100644 --- a/system/xarchiver/xarchiver.SlackBuild +++ b/system/xarchiver/xarchiver.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xarchiver -VERSION=${VERSION:-0.5.4.11} +VERSION=${VERSION:-0.5.4.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -70,12 +70,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# Add GTK_COMPAT_DESTROY_TYPE -# There is a difference in the parameter types of the -# "destroy" callback function between GTK+ 2 and GTK+ 3. -# This fixes github issue #27, reported by apoleon. -patch -p1 < $CWD/gtk_fix.diff - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ -- cgit v1.2.3