diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2015-11-14 18:25:12 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | 3d937eb43dcd20ce24c951307eadb74c3a38d809 (patch) | |
tree | 820b60de81eea2a73574cb26d015847e051ebe84 /libraries/gtkmm3/gtkmm3.SlackBuild | |
parent | ab65b1762bd9c017a8e9f057ca1cbbceff486017 (diff) |
libraries/gtkmm3: Updated for version 3.18.0.
mm-common removed from deps because it shouldn't be needed
when buildng from release tarballs (and that is indeed my
experience here --rworkman)
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/gtkmm3/gtkmm3.SlackBuild')
-rw-r--r-- | libraries/gtkmm3/gtkmm3.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/gtkmm3/gtkmm3.SlackBuild b/libraries/gtkmm3/gtkmm3.SlackBuild index 4f39fb353d..1c42c908b3 100644 --- a/libraries/gtkmm3/gtkmm3.SlackBuild +++ b/libraries/gtkmm3/gtkmm3.SlackBuild @@ -27,7 +27,7 @@ PRGNAM=gtkmm3 SRCNAM=gtkmm -VERSION=${VERSION:-3.8.1} +VERSION=${VERSION:-3.18.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,7 +69,7 @@ cd $SRCNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; |