From 3e10a3fed6f2f0da0145e98747c9e86d8d79d7d8 Mon Sep 17 00:00:00 2001 From: Leo C Date: Fri, 29 Sep 2017 23:44:24 +0700 Subject: desktop/oomox: Updated for version 1.4.0. Signed-off-by: Willy Sudiarto Raharjo --- desktop/oomox/README | 2 ++ desktop/oomox/oomox.SlackBuild | 20 +++++++++++++++++--- desktop/oomox/oomox.info | 6 +++--- 3 files changed, 22 insertions(+), 6 deletions(-) (limited to 'desktop/oomox') diff --git a/desktop/oomox/README b/desktop/oomox/README index b96c064eb8..9dcebfb53d 100644 --- a/desktop/oomox/README +++ b/desktop/oomox/README @@ -11,3 +11,5 @@ script, for example but you will need to manually place the corresponding tarball(s) in the slackbuild directory. + +Optional dependencies are: inkscape, optipng diff --git a/desktop/oomox/oomox.SlackBuild b/desktop/oomox/oomox.SlackBuild index 47b81307ee..99c608e003 100644 --- a/desktop/oomox/oomox.SlackBuild +++ b/desktop/oomox/oomox.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=oomox -VERSION=${VERSION:-1.3.1} +VERSION=${VERSION:-1.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,11 +61,25 @@ cp -a archdroid-icon-theme archdroid.sh colors gnome-colors gnome_colors.sh \ mkdir $PKG/opt/oomox/gtk-theme tar xvf $CWD/$PRGNAM-gtk-theme-$OOMOXVER.tar.gz --strip-components=1 -C $PKG/opt/oomox/gtk-theme -( cd $PKG/opt/oomox/gtk-theme ; rm -fr .editorconfig .github .gitignore .hound.yml .scss-lint.yml screenshot.png ) +( cd $PKG/opt/oomox/gtk-theme + rm -fr .editorconfig .github .gitignore .hound.yml .scss-lint.yml screenshot.png + 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 \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; ) mkdir $PKG/opt/oomox/flat-plat-theme tar xvf $CWD/Flat-Plat-$FLATPLATVER.tar.gz --strip-components=1 -C $PKG/opt/oomox/flat-plat-theme -( cd $PKG/opt/oomox/flat-plat-theme ; rm -fr .github .gitignore ) +( cd $PKG/opt/oomox/flat-plat-theme + rm -fr .github .gitignore + 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 \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; ) mkdir -p $PKG/usr/bin diff --git a/desktop/oomox/oomox.info b/desktop/oomox/oomox.info index 24f2c21a17..0a1eaabfb4 100644 --- a/desktop/oomox/oomox.info +++ b/desktop/oomox/oomox.info @@ -1,10 +1,10 @@ PRGNAM="oomox" -VERSION="1.3.1" +VERSION="1.4.0" HOMEPAGE="https://github.com/actionless/oomox" -DOWNLOAD="https://github.com/actionless/oomox/archive/1.3.1/oomox-1.3.1.tar.gz \ +DOWNLOAD="https://github.com/actionless/oomox/archive/1.4.0/oomox-1.4.0.tar.gz \ https://github.com/actionless/oomox-gtk-theme/archive/1.2.8.1/oomox-gtk-theme-1.2.8.1.tar.gz \ https://github.com/nana-4/Flat-Plat/archive/v20170917/Flat-Plat-20170917.tar.gz" -MD5SUM="735fb5f2a5ebd381eb8695848cf4e722 \ +MD5SUM="c2d3cd340f119f6a98bbada595c4ebd6 \ 983b4dfa91d0f0bc87afa82d28090c18 \ 6dfc7197161e37e363f9356d353a81d8" DOWNLOAD_x86_64="" -- cgit v1.2.3