diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2020-12-23 14:45:08 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 00:09:56 -0500 |
commit | d41911d738ca5109f48a8df873b01ae84a0434df (patch) | |
tree | 70d53c530382144dabcbd0c253e255e4eb75b18f /desktop | |
parent | 86c4f6d7fe71a1fc1f9c4be9c25879bf489e8b0d (diff) | |
download | slackbuilds-d41911d738ca5109f48a8df873b01ae84a0434df.tar.gz |
desktop/xfce4-mount-plugin: Updated for version 1.1.4.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/xfce4-mount-plugin/xfce4-mount-plugin.SlackBuild | 11 | ||||
-rw-r--r-- | desktop/xfce4-mount-plugin/xfce4-mount-plugin.info | 6 |
2 files changed, 8 insertions, 9 deletions
diff --git a/desktop/xfce4-mount-plugin/xfce4-mount-plugin.SlackBuild b/desktop/xfce4-mount-plugin/xfce4-mount-plugin.SlackBuild index f833c778fa..286d9ffaa1 100644 --- a/desktop/xfce4-mount-plugin/xfce4-mount-plugin.SlackBuild +++ b/desktop/xfce4-mount-plugin/xfce4-mount-plugin.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xfce4-mount-plugin -VERSION=${VERSION:-1.1.2} +VERSION=${VERSION:-1.1.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -63,12 +63,11 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION chown -R root:root . -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 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -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 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ diff --git a/desktop/xfce4-mount-plugin/xfce4-mount-plugin.info b/desktop/xfce4-mount-plugin/xfce4-mount-plugin.info index 65c467e419..8230fffe46 100644 --- a/desktop/xfce4-mount-plugin/xfce4-mount-plugin.info +++ b/desktop/xfce4-mount-plugin/xfce4-mount-plugin.info @@ -1,8 +1,8 @@ PRGNAM="xfce4-mount-plugin" -VERSION="1.1.2" +VERSION="1.1.4" HOMEPAGE="https://goodies.xfce.org/" -DOWNLOAD="https://archive.xfce.org/src/panel-plugins/xfce4-mount-plugin/1.1/xfce4-mount-plugin-1.1.2.tar.bz2" -MD5SUM="7eba9696d82433a5577741214d34b588" +DOWNLOAD="https://archive.xfce.org/src/panel-plugins/xfce4-mount-plugin/1.1/xfce4-mount-plugin-1.1.4.tar.bz2" +MD5SUM="5418323795dbe1499e19c8a8162eba7b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |