diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-12-15 19:08:51 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-17 09:13:57 +0700 |
commit | f4775f3833efa3316b2f7e34bb1ab2ac632ee74c (patch) | |
tree | 42d358318d197729b65d7cc5c53baf1fd0c9faee /desktop/lxqt-themes | |
parent | 1db124f20e17b6b2056d2768826f3b9c09967d0d (diff) |
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.SlackBuild | 4 | ||||
-rw-r--r-- | desktop/lxqt-themes/lxqt-themes.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/desktop/lxqt-themes/lxqt-themes.SlackBuild b/desktop/lxqt-themes/lxqt-themes.SlackBuild index d3520ea2b605c..8a76ab5b7906f 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 24d0b18edb8fc..134c710ac1f6e 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" |