diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2018-07-01 09:24:19 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-07-01 09:24:19 +0100 |
commit | 12d04f0a6618742c90ebdfe692cf352a7b4570b9 (patch) | |
tree | b07a1bcaae002a67069db43681597e6f0b0e52ab /desktop/oomox | |
parent | b13bac81600f381d328cd59ccfee57213fce3907 (diff) | |
download | slackbuilds-12d04f0a6618742c90ebdfe692cf352a7b4570b9.tar.gz |
desktop/oomox: Update for moved downloads.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/oomox')
-rw-r--r-- | desktop/oomox/oomox.SlackBuild | 4 | ||||
-rw-r--r-- | desktop/oomox/oomox.info | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/desktop/oomox/oomox.SlackBuild b/desktop/oomox/oomox.SlackBuild index 53bc493fc7..e206205243 100644 --- a/desktop/oomox/oomox.SlackBuild +++ b/desktop/oomox/oomox.SlackBuild @@ -62,7 +62,7 @@ cp -a colors locale oomox_gui plugins po terminal_templates \ gui.sh \ $PKG/opt/oomox -tar xvf $CWD/oomox-archdroid-icon-theme-$ARCHDROIDVER.tar.gz --strip-components=1 -C $PKG/opt/oomox/plugins/icons_archdroid/archdroid-icon-theme +tar xvf $CWD/archdroid-icon-theme-$ARCHDROIDVER.tar.gz ( cd $PKG/opt/oomox/plugins/icons_archdroid/archdroid-icon-theme rm -fr .git* chown -R root:root . @@ -72,7 +72,7 @@ tar xvf $CWD/oomox-archdroid-icon-theme-$ARCHDROIDVER.tar.gz --strip-components= \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; ) -tar xvf $CWD/oomox-gnome-colors-icon-theme-$GNOMECOLORSVER.tar.gz --strip-components=1 -C $PKG/opt/oomox/plugins/icons_gnomecolors/gnome-colors-icon-theme +tar xvf $CWD/gnome-colors-icon-theme-$GNOMECOLORSVER.tar.gz ( cd $PKG/opt/oomox/plugins/icons_gnomecolors/gnome-colors-icon-theme rm -fr .git* chown -R root:root . diff --git a/desktop/oomox/oomox.info b/desktop/oomox/oomox.info index a0ccccf6cc..2e6711cc96 100644 --- a/desktop/oomox/oomox.info +++ b/desktop/oomox/oomox.info @@ -2,8 +2,8 @@ PRGNAM="oomox" VERSION="1.5.0.5" HOMEPAGE="https://github.com/actionless/oomox" DOWNLOAD="https://github.com/actionless/oomox/archive/1.5.0.5/oomox-1.5.0.5.tar.gz \ - https://github.com/actionless/oomox-archdroid-icon-theme/archive/1.0.2/oomox-archdroid-icon-theme-1.0.2.tar.gz \ - https://github.com/actionless/oomox-gnome-colors-icon-theme/archive/5.5.3/oomox-gnome-colors-icon-theme-5.5.3.tar.gz \ + https://github.com/themix-project/archdroid-icon-theme/archive/1.0.2/archdroid-icon-theme-1.0.2.tar.gz \ + https://github.com/themix-project/gnome-colors-icon-theme/archive/5.5.3/gnome-colors-icon-theme-5.5.3.tar.gz \ https://github.com/actionless/oomoxify/archive/675fedce9a47745212b062e13a7e51b01f2bb581/oomoxify-675fedce9a47745212b062e13a7e51b01f2bb581.tar.gz \ https://github.com/nana-4/materia-theme/archive/v20180110/materia-theme-20180110.tar.gz \ https://github.com/actionless/oomox-gtk-theme/archive/1.6.1/oomox-gtk-theme-1.6.1.tar.gz" |