summaryrefslogtreecommitdiffstats
path: root/desktop/compton-conf/compton-conf.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/compton-conf/compton-conf.SlackBuild')
-rw-r--r--desktop/compton-conf/compton-conf.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/desktop/compton-conf/compton-conf.SlackBuild b/desktop/compton-conf/compton-conf.SlackBuild
index ce6d4598c4..f2cb1da64b 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 \