diff options
author | Dario Nicodemi <dario.sbo@gmail.com> | 2023-08-25 22:06:29 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-26 19:06:59 +0700 |
commit | 70e721629e546328c89234c51ca6fce7a1731062 (patch) | |
tree | 725962dd08306701b2386a875ccecd80d740e0a9 /system | |
parent | ea3e050c200149303768b5a60a89a5407886829e (diff) |
system/mucommander: Updated for version 1.3.0_1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/mucommander/README | 5 | ||||
-rw-r--r-- | system/mucommander/mucommander.SlackBuild | 12 | ||||
-rw-r--r-- | system/mucommander/mucommander.desktop | 2 | ||||
-rw-r--r-- | system/mucommander/mucommander.info | 8 |
4 files changed, 17 insertions, 10 deletions
diff --git a/system/mucommander/README b/system/mucommander/README index dab06e614f069..6f994d9577af7 100644 --- a/system/mucommander/README +++ b/system/mucommander/README @@ -12,3 +12,8 @@ Here's a non-exhaustive list of what you'll find: - Universal bookmarks and credentials manager - Multiple windows support - Full keyboard access + +Optional dependency: android-tools (to connect to Android devices, +make sure the adb server is running. You can start it by running +`adb start-server' from the command line). + diff --git a/system/mucommander/mucommander.SlackBuild b/system/mucommander/mucommander.SlackBuild index 61d0e214383e4..bfbf9394cf2d9 100644 --- a/system/mucommander/mucommander.SlackBuild +++ b/system/mucommander/mucommander.SlackBuild @@ -7,13 +7,14 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=mucommander -VERSION=${VERSION:-0.9.0} +VERSION=${VERSION:-1.3.0_1} ARCH=noarch BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -SRC_VERSION=$(echo "$VERSION"|tr . _) +SRC_VERSION=$(echo "$VERSION"|tr _ -) +SRC_MAIN_VERSION=$(echo "$VERSION"|cut -d "_" -f 1) # If the variable PRINT_PACKAGE_NAME is set, then this script will report what # the name of the created package would be, and then exit. This information @@ -33,8 +34,9 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$SRC_VERSION.tar.gz -cd muCommander-$SRC_VERSION +mkdir $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$SRC_VERSION.tgz -C $PRGNAM-$VERSION +cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ @@ -43,7 +45,7 @@ find -L . \ -exec chmod 644 {} \; mkdir -p $PKG/opt/$PRGNAM -cp mucommander.sh mucommander.jar $PKG/opt/$PRGNAM +cp -a app bundle conf mucommander.sh mucommander-$SRC_MAIN_VERSION.jar $PKG/opt/$PRGNAM mkdir -p $PKG/usr/bin ( cd $PKG/usr/bin ; ln -s ../../opt/$PRGNAM/mucommander.sh mucommander) diff --git a/system/mucommander/mucommander.desktop b/system/mucommander/mucommander.desktop index b12886d9ea885..da10941d78081 100644 --- a/system/mucommander/mucommander.desktop +++ b/system/mucommander/mucommander.desktop @@ -6,7 +6,7 @@ Icon=mucommander Terminal=false Name=muCommander GenericName=File manager -Comment=File manager +Comment=A dual-pane file manager Categories=System; Type=Application StartupNotify=false diff --git a/system/mucommander/mucommander.info b/system/mucommander/mucommander.info index fe610b16505a6..3aaf7094e6fb6 100644 --- a/system/mucommander/mucommander.info +++ b/system/mucommander/mucommander.info @@ -1,10 +1,10 @@ PRGNAM="mucommander" -VERSION="0.9.0" +VERSION="1.3.0_1" HOMEPAGE="http://www.mucommander.com/" -DOWNLOAD="http://distcache.freebsd.org/ports-distfiles/mucommander-0_9_0.tar.gz" -MD5SUM="934f48cefb74da275cfa1f49a4ffb2d5" +DOWNLOAD="https://github.com/mucommander/mucommander/releases/download/1.3.0-1/mucommander-1.3.0-1.tgz" +MD5SUM="db02536bf5e27b5a4620c27a1d3c9083" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="zulu-openjdk8" +REQUIRES="zulu-openjdk17" MAINTAINER="Dario Nicodemi" EMAIL="dario.sbo@gmail.com" |