diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-05-06 19:40:22 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-05-07 08:59:52 +0200 |
commit | 33a4866bfe2f2c0cb2798db73596ce9cd43f523a (patch) | |
tree | 3aae5305fea2d4617bd95cf016c174491bdf425a /source/l | |
parent | e89deabfb2b29504e31d9208e7ac5593907add1d (diff) | |
download | current-33a4866bfe2f2c0cb2798db73596ce9cd43f523a.tar.gz current-33a4866bfe2f2c0cb2798db73596ce9cd43f523a.tar.xz |
Thu May 6 19:40:22 UTC 202120210506194022
ap/lsscsi-0.32-x86_64-1.txz: Upgraded.
l/adwaita-icon-theme-40.1.1-noarch-1.txz: Upgraded.
l/gjs-1.68.1-x86_64-1.txz: Upgraded.
l/gnome-keyring-40.0-x86_64-1.txz: Upgraded.
l/imagemagick-7.0.11_11-x86_64-1.txz: Upgraded.
l/pipewire-0.3.27-x86_64-1.txz: Upgraded.
xfce/xfce4-panel-4.16.3-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l')
-rwxr-xr-x | source/l/adwaita-icon-theme/adwaita-icon-theme.SlackBuild | 3 | ||||
-rw-r--r-- | source/l/adwaita-icon-theme/inherit-hicolor-theme.diff | 11 | ||||
-rwxr-xr-x | source/l/gnome-keyring/gnome-keyring.SlackBuild | 2 |
3 files changed, 1 insertions, 15 deletions
diff --git a/source/l/adwaita-icon-theme/adwaita-icon-theme.SlackBuild b/source/l/adwaita-icon-theme/adwaita-icon-theme.SlackBuild index b7993bdad..e07c1817a 100755 --- a/source/l/adwaita-icon-theme/adwaita-icon-theme.SlackBuild +++ b/source/l/adwaita-icon-theme/adwaita-icon-theme.SlackBuild @@ -63,9 +63,6 @@ rm -rf $PKGNAM-$VERSION tar xvf $CWD/$PKGNAM-$VERSION.tar.?z || exit 1 cd $PKGNAM-$VERSION || exit 1 -# Add Inherits=hicolor to the index.theme -zcat $CWD/inherit-hicolor-theme.diff.gz | patch -p1 --verbose || exit 1 - chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ diff --git a/source/l/adwaita-icon-theme/inherit-hicolor-theme.diff b/source/l/adwaita-icon-theme/inherit-hicolor-theme.diff deleted file mode 100644 index 8221c4912..000000000 --- a/source/l/adwaita-icon-theme/inherit-hicolor-theme.diff +++ /dev/null @@ -1,11 +0,0 @@ -diff -Nur adwaita-icon-theme-3.20.orig/index.theme.in adwaita-icon-theme-3.20/index.theme.in ---- adwaita-icon-theme-3.20.orig/index.theme.in 2016-01-11 04:58:10.000000000 -0600 -+++ adwaita-icon-theme-3.20/index.theme.in 2016-07-07 00:22:56.380442071 -0500 -@@ -2,6 +2,7 @@ - Name=Adwaita - Comment=The Only One - Example=folder -+Inherits=hicolor - - # KDE Specific Stuff - DisplayDepth=32 diff --git a/source/l/gnome-keyring/gnome-keyring.SlackBuild b/source/l/gnome-keyring/gnome-keyring.SlackBuild index c05d1ae0d..3eaade879 100755 --- a/source/l/gnome-keyring/gnome-keyring.SlackBuild +++ b/source/l/gnome-keyring/gnome-keyring.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=gnome-keyring VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-4} +BUILD=${BUILD:-1} if [ -z "$ARCH" ]; then case "$( uname -m )" in |