summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/d/sassc/slack-desc2
-rw-r--r--source/kde/kde/build/breeze-gtk2
-rw-r--r--source/kde/kde/build/kfilemetadata2
-rw-r--r--source/kde/kde/patch/breeze-gtk.patch1
-rw-r--r--source/kde/kde/patch/breeze-gtk/49a595aaed62ce08cf6e173fa85165b1e847802d.patch31
-rwxr-xr-xsource/n/tcpdump/tcpdump.SlackBuild2
-rwxr-xr-xsource/x/mesa/mesa.SlackBuild2
7 files changed, 37 insertions, 5 deletions
diff --git a/source/d/sassc/slack-desc b/source/d/sassc/slack-desc
index 7d9aa060d..2343ad864 100644
--- a/source/d/sassc/slack-desc
+++ b/source/d/sassc/slack-desc
@@ -12,7 +12,7 @@ sassc: SassC is a wrapper around libsass used to generate a useful command-
sassc: line Sass implementation. Sass is a CSS pre-processor language to add
sassc: on exciting new features to CSS.
sassc:
-sassc: Homepage: https://libsass.org
+sassc: Homepage: https://sass-lang.com
sassc:
sassc:
sassc:
diff --git a/source/kde/kde/build/breeze-gtk b/source/kde/kde/build/breeze-gtk
index d00491fd7..0cfbf0888 100644
--- a/source/kde/kde/build/breeze-gtk
+++ b/source/kde/kde/build/breeze-gtk
@@ -1 +1 @@
-1
+2
diff --git a/source/kde/kde/build/kfilemetadata b/source/kde/kde/build/kfilemetadata
index 0cfbf0888..d00491fd7 100644
--- a/source/kde/kde/build/kfilemetadata
+++ b/source/kde/kde/build/kfilemetadata
@@ -1 +1 @@
-2
+1
diff --git a/source/kde/kde/patch/breeze-gtk.patch b/source/kde/kde/patch/breeze-gtk.patch
new file mode 100644
index 000000000..3e8bb036c
--- /dev/null
+++ b/source/kde/kde/patch/breeze-gtk.patch
@@ -0,0 +1 @@
+cat $CWD/patch/breeze-gtk/49a595aaed62ce08cf6e173fa85165b1e847802d.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
diff --git a/source/kde/kde/patch/breeze-gtk/49a595aaed62ce08cf6e173fa85165b1e847802d.patch b/source/kde/kde/patch/breeze-gtk/49a595aaed62ce08cf6e173fa85165b1e847802d.patch
new file mode 100644
index 000000000..c0d51b005
--- /dev/null
+++ b/source/kde/kde/patch/breeze-gtk/49a595aaed62ce08cf6e173fa85165b1e847802d.patch
@@ -0,0 +1,31 @@
+From 49a595aaed62ce08cf6e173fa85165b1e847802d Mon Sep 17 00:00:00 2001
+From: Fushan Wen <qydwhotmail@gmail.com>
+Date: Fri, 7 Apr 2023 21:41:39 +0800
+Subject: [PATCH] gtk3: remove invalid icon size property
+
+'-gtk-icon-size' is not a valid property name
+---
+ src/gtk3/widgets/_dialogs.scss | 10 ----------
+ 1 file changed, 10 deletions(-)
+
+diff --git a/src/gtk3/widgets/_dialogs.scss b/src/gtk3/widgets/_dialogs.scss
+index 3056fc89..4eb10820 100644
+--- a/src/gtk3/widgets/_dialogs.scss
++++ b/src/gtk3/widgets/_dialogs.scss
+@@ -57,13 +57,3 @@ filechooser {
+ border-bottom: 1px solid gtk("@borders");
+ }
+ }
+-
+-// Icon sizes
+-
+-.normal-icons {
+- -gtk-icon-size: 16px;
+-}
+-
+-.large-icons {
+- -gtk-icon-size: 32px;
+-}
+--
+GitLab
+
diff --git a/source/n/tcpdump/tcpdump.SlackBuild b/source/n/tcpdump/tcpdump.SlackBuild
index 080cf899a..8442d178f 100755
--- a/source/n/tcpdump/tcpdump.SlackBuild
+++ b/source/n/tcpdump/tcpdump.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=tcpdump
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/x/mesa/mesa.SlackBuild b/source/x/mesa/mesa.SlackBuild
index aaceb3809..6f42f6607 100755
--- a/source/x/mesa/mesa.SlackBuild
+++ b/source/x/mesa/mesa.SlackBuild
@@ -26,7 +26,7 @@ PKGNAM=mesa
VERSION=${VERSION:-$(echo $PKGNAM-[0-9]*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
AMBERVERS=${AMBERVERS:-21.3.9}
DEMOVERS=${DEMOVERS:-8.5.0}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
BUILD_AMBER=${BUILD_AMBER:-YES}
BUILD_DEMOS=${BUILD_DEMOS:-YES}
CODECS=${CODECS:-h264dec,h264enc,h265dec,h265enc,vc1dec}