summaryrefslogtreecommitdiffstats
path: root/source/x/xdg-utils/xdg-utils.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/x/xdg-utils/xdg-utils.SlackBuild')
-rwxr-xr-xsource/x/xdg-utils/xdg-utils.SlackBuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/source/x/xdg-utils/xdg-utils.SlackBuild b/source/x/xdg-utils/xdg-utils.SlackBuild
index 77f19a252..6151abc55 100755
--- a/source/x/xdg-utils/xdg-utils.SlackBuild
+++ b/source/x/xdg-utils/xdg-utils.SlackBuild
@@ -4,7 +4,7 @@
# Written by Erik Hanson erik@slackbuilds.org
# Modified for VERSION version by Patrick Volkerding <volkerdi@slackware.com>
-# Copyright 2008, 2009, 2010, 2013, 2018 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2008, 2009, 2010, 2013, 2018, 2024 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -27,10 +27,10 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=xdg-utils
-VERSION=1.1.3
+VERSION=1.2.0
PKG_VERSION=${VERSION/-/_}
ARCH=noarch
-BUILD=${BUILD:-4}
+BUILD=${BUILD:-1}
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
@@ -57,6 +57,9 @@ cd $PKGNAM-$VERSION || exit 1
# Fix xdg-open usage in LXDE:
zcat $CWD/xdg-open.no.relative.paths.diff.gz | patch -p1 --verbose || exit 1
+# Post 1.2.0 upstream fix:
+cat $CWD/af2fe0d1dcbcd982d84ddf2bbd174afe90976ed9.patch | patch -p1 --verbose || exit 1
+
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \