summaryrefslogtreecommitdiffstats
path: root/desktop/lxqt-themes
diff options
context:
space:
mode:
author Isaac Yu2022-12-15 20:08:51 +0100
committer Willy Sudiarto Raharjo2022-12-17 03:13:57 +0100
commitf4775f3833efa3316b2f7e34bb1ab2ac632ee74c (patch)
tree42d358318d197729b65d7cc5c53baf1fd0c9faee /desktop/lxqt-themes
parent1db124f20e17b6b2056d2768826f3b9c09967d0d (diff)
downloadslackbuilds-f4775f3833efa3316b2f7e34bb1ab2ac632ee74c.tar.gz
desktop/lxqt-themes: Updated for version 1.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/lxqt-themes')
-rw-r--r--desktop/lxqt-themes/lxqt-themes.SlackBuild4
-rw-r--r--desktop/lxqt-themes/lxqt-themes.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/desktop/lxqt-themes/lxqt-themes.SlackBuild b/desktop/lxqt-themes/lxqt-themes.SlackBuild
index d3520ea2b6..8a76ab5b79 100644
--- a/desktop/lxqt-themes/lxqt-themes.SlackBuild
+++ b/desktop/lxqt-themes/lxqt-themes.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=lxqt-themes
-VERSION=${VERSION:-1.1.0}
+VERSION=${VERSION:-1.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -67,7 +67,7 @@ cd ..
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-
+
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS CHANGELOG COPYING README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/desktop/lxqt-themes/lxqt-themes.info b/desktop/lxqt-themes/lxqt-themes.info
index 24d0b18edb..134c710ac1 100644
--- a/desktop/lxqt-themes/lxqt-themes.info
+++ b/desktop/lxqt-themes/lxqt-themes.info
@@ -1,8 +1,8 @@
PRGNAM="lxqt-themes"
-VERSION="1.1.0"
+VERSION="1.2.0"
HOMEPAGE="https://github.com/lxqt/lxqt-themes"
-DOWNLOAD="https://github.com/lxqt/lxqt-themes/releases/download/1.1.0/lxqt-themes-1.1.0.tar.xz"
-MD5SUM="f883a75fc3a29847bf4b7aff6cc39221"
+DOWNLOAD="https://github.com/lxqt/lxqt-themes/releases/download/1.2.0/lxqt-themes-1.2.0.tar.xz"
+MD5SUM="df802d9911dbb8cb5b8354e665933d28"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lxqt-build-tools"