diff options
author | 2020-12-23 14:45:08 +0100 | |
---|---|---|
committer | 2021-02-27 11:15:05 +0100 | |
commit | a0458a2fac4c63720b98bfee68a8afb99e319be6 (patch) | |
tree | 3d6710080dbfb192e6693d4690cdeb9b02b961d3 | |
parent | 9aa1498acb0841d4ce656319a4de5cc157b4e2ed (diff) | |
download | slackbuilds-xfce4-mount-plugin.tar.gz |
desktop/xfce4-mount-plugin: Updated for version 1.1.4.xfce4-mount-plugin
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-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="" |