diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2019-08-29 21:47:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-08-29 21:47:58 +0700 |
commit | 1738ff9542640f3eee7e89fcd529ecbba162ed95 (patch) | |
tree | 4f7269bf2a8338f73b99507668da0d898c3495a2 /desktop/compton-conf/compton-conf.SlackBuild | |
parent | 40d33b39c5d03ceec64b82247ad5d3e3b89bb7b0 (diff) |
desktop/compton-conf: Updated for version 0.14.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/compton-conf/compton-conf.SlackBuild')
-rw-r--r-- | desktop/compton-conf/compton-conf.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/desktop/compton-conf/compton-conf.SlackBuild b/desktop/compton-conf/compton-conf.SlackBuild index ce6d4598c41f0..f2cb1da64b922 100644 --- a/desktop/compton-conf/compton-conf.SlackBuild +++ b/desktop/compton-conf/compton-conf.SlackBuild @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM="compton-conf" -VERSION=${VERSION:-0.4.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.14.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -63,7 +63,6 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.?z -tar xvf $CWD/$L10N-$L10N_VER.tar.?z -C $PRGNAM-$VERSION/ cd $PRGNAM-$VERSION chown -R root:root . find -L . \ @@ -72,8 +71,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -cp $L10N-$L10N_VER/$PRGNAM/* translations/ - mkdir build; cd build cmake \ |