diff options
Diffstat (limited to 'source/xfce')
-rwxr-xr-x | source/xfce/elementary-xfce/elementary-xfce.SlackBuild | 6 | ||||
-rw-r--r-- | source/xfce/elementary-xfce/optipng.url | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/source/xfce/elementary-xfce/elementary-xfce.SlackBuild b/source/xfce/elementary-xfce/elementary-xfce.SlackBuild index a65ffd273..3e9c8d2be 100755 --- a/source/xfce/elementary-xfce/elementary-xfce.SlackBuild +++ b/source/xfce/elementary-xfce/elementary-xfce.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for elementary-xfce # Copyright 2019 Robby Workman, Tuscaloosa, Alabama, USA -# Copyright 2020 Patrick J. Volkerding, Sebeka, Minnesota, USA +# Copyright 2020, 2021 Patrick J. Volkerding, Sebeka, Minnesota, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=elementary-xfce -VERSION=${VERSION:-0.15.1} -BUILD=${BUILD:-3} +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) "} diff --git a/source/xfce/elementary-xfce/optipng.url b/source/xfce/elementary-xfce/optipng.url new file mode 100644 index 000000000..a762b9bb5 --- /dev/null +++ b/source/xfce/elementary-xfce/optipng.url @@ -0,0 +1 @@ +http://optipng.sourceforge.net/ |