summaryrefslogtreecommitdiffstats
path: root/source/xfce/Greybird
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-12-09 21:10:40 +0000
committer Eric Hameleers <alien@slackware.com>2020-12-10 08:59:45 +0100
commitcf14860fabf930b99a09834440cf1ae1fae695e5 (patch)
tree896eb6f3f24befe6507b3b456972feaa8d136b21 /source/xfce/Greybird
parent7d1fda615bfe3ec57a0c6753082b866a09ac1af3 (diff)
downloadcurrent-cf14860fabf930b99a09834440cf1ae1fae695e5.tar.gz
current-cf14860fabf930b99a09834440cf1ae1fae695e5.tar.xz
Wed Dec 9 21:10:40 UTC 202020201209211040
a/elogind-243.7-x86_64-2.txz: Rebuilt. Moved default udev rules to /lib/udev/rules.d/. Thanks to Robby Workman. Added /usr/share/polkit-1/rules.d/10-enable-session-power.rules. a/glibc-zoneinfo-2020d-noarch-2.txz: Rebuilt. Make /etc/localtime a symlink pointing into /usr/share/zoneinfo. If you have /usr on a separate partition, this might cause time problems prior to /usr being mounted (I recommend *not* making /usr a separate partition). But if you insist for some reason, you can probably work around it by adding the pointed-to directory and timezone file to your empty pre-mounted /usr directory. a/upower-0.99.11-x86_64-2.txz: Rebuilt. Added /usr/share/polkit-1/rules.d/10-enable-upower-suspend.rules. d/autoconf-2.70-noarch-1.txz: Upgraded. d/gnucobol-3.1.1-x86_64-1.txz: Upgraded. kde/powerdevil-5.20.4-x86_64-2.txz: Rebuilt. Moved 10-enable-powerdevil-discrete-gpu.rules.new to /usr/share/polkit-1/rules.d/. Thanks to Robby Workman. Moved 10-enable-session-power.rules to the elogind package. Moved 10-enable-upower-suspend.rules to the upower package. Thanks to GazL. l/jasper-2.0.23-x86_64-1.txz: Upgraded. Fix heap-overflow in cp_create() in jpc_enc.c. For more information, see: https://github.com/jasper-software/jasper/issues/252 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-27828 (* Security fix *) l/sbc-1.5-x86_64-1.txz: Upgraded. n/curl-7.74.0-x86_64-1.txz: Upgraded. This release includes the following security related bugfixes: Inferior OCSP verification [93] FTP wildcard stack overflow [95] Trusting FTP PASV responses [97] For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8286 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8285 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8284 (* Security fix *) xap/xscreensaver-5.45-x86_64-1.txz: Upgraded. xfce/Greybird-3.22.13-noarch-1.txz: Upgraded.
Diffstat (limited to 'source/xfce/Greybird')
-rw-r--r--source/xfce/Greybird/0001-Fix-GTK3-dark-colors.patch28
-rw-r--r--source/xfce/Greybird/0002-Fix-Thunar-CSD-when-not-focused-Fixes-274.patch25
-rwxr-xr-xsource/xfce/Greybird/Greybird.SlackBuild12
3 files changed, 3 insertions, 62 deletions
diff --git a/source/xfce/Greybird/0001-Fix-GTK3-dark-colors.patch b/source/xfce/Greybird/0001-Fix-GTK3-dark-colors.patch
deleted file mode 100644
index 631d059d3..000000000
--- a/source/xfce/Greybird/0001-Fix-GTK3-dark-colors.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 32a8e4d331fb06f58f0369e8c3422e2efc8ef56e Mon Sep 17 00:00:00 2001
-From: Nico Kaiser <nico.kaiser@boerse-go.de>
-Date: Mon, 27 Apr 2020 18:43:06 +0200
-Subject: [PATCH 1/2] Fix GTK3 dark colors
-
----
- light/gtk-3.0/_colors.scss | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/light/gtk-3.0/_colors.scss b/light/gtk-3.0/_colors.scss
-index d53071c..5d8a4af 100644
---- a/light/gtk-3.0/_colors.scss
-+++ b/light/gtk-3.0/_colors.scss
-@@ -2,9 +2,9 @@
- // it gets @if ed depending on $variant
-
-
--$base_color: if($variant == 'light', #fcfcfc, #292929);
-+$base_color: if($variant == 'light', #fcfcfc, #2d2e30);
- $text_color: if($variant == 'light', #212121, white);
--$bg_color: if($variant == 'light', #cecece, #393f3f);
-+$bg_color: if($variant == 'light', #cecece, #3b3e3f);
- $fg_color: if($variant == 'light', #3c3c3c, #eeeeec);
-
- $selected_fg_color: #ffffff;
---
-2.29.2
-
diff --git a/source/xfce/Greybird/0002-Fix-Thunar-CSD-when-not-focused-Fixes-274.patch b/source/xfce/Greybird/0002-Fix-Thunar-CSD-when-not-focused-Fixes-274.patch
deleted file mode 100644
index fbf091c9e..000000000
--- a/source/xfce/Greybird/0002-Fix-Thunar-CSD-when-not-focused-Fixes-274.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 55c7a77386e440523b4b9bdc27dd4d553f2f8c52 Mon Sep 17 00:00:00 2001
-From: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
-Date: Mon, 8 Jun 2020 23:30:11 +0200
-Subject: [PATCH 2/2] Fix Thunar CSD when not focused (Fixes #274)
-
----
- light/gtk-3.0/_xfce.scss | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/light/gtk-3.0/_xfce.scss b/light/gtk-3.0/_xfce.scss
-index 5ea4a2b..6c92174 100644
---- a/light/gtk-3.0/_xfce.scss
-+++ b/light/gtk-3.0/_xfce.scss
-@@ -149,7 +149,7 @@ wnck-pager {
-
- /* Thunar's sidebar top border */
- .thunar {
-- :backdrop { color: $insensitive_fg_color; }
-+ grid :backdrop { color: $insensitive_fg_color; }
- toolbar {
- border-bottom: none;
-
---
-2.29.2
-
diff --git a/source/xfce/Greybird/Greybird.SlackBuild b/source/xfce/Greybird/Greybird.SlackBuild
index 1383c1bcf..939cbb209 100755
--- a/source/xfce/Greybird/Greybird.SlackBuild
+++ b/source/xfce/Greybird/Greybird.SlackBuild
@@ -25,18 +25,16 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=Greybird
-VERSION=${VERSION:-3.22.12}
+VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
-ARCH=noarch
-
# 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
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
- echo "$PKGNAM-$VERSION-$ARCH-$BUILD.txz"
+ echo "$PKGNAM-$VERSION-noarch-$BUILD.txz"
exit 0
fi
@@ -78,10 +76,6 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
-# Include a couple of patches from git:
-zcat $CWD/0001-Fix-GTK3-dark-colors.patch.gz | patch -p1 --verbose || exit 1
-zcat $CWD/0002-Fix-Thunar-CSD-when-not-focused-Fixes-274.patch.gz | patch -p1 --verbose || exit 1
-
# Configure, build, and install:
export CFLAGS="$SLKCFLAGS"
export CXXFLAGS="$SLKCFLAGS"
@@ -117,4 +111,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
-/sbin/makepkg -l y -c n $TMP/$PKGNAM-$VERSION-$ARCH-$BUILD.txz
+/sbin/makepkg -l y -c n $TMP/$PKGNAM-$VERSION-noarch-$BUILD.txz