system/udiskie: Updated for version 2.5.1.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dimitris Zlatanidis 2023-11-23 20:23:05 +02:00 committed by Willy Sudiarto Raharjo
parent a2d6508f39
commit 3686effeda
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 8 additions and 10 deletions

View file

@ -2,5 +2,3 @@ udiskie is a simple daemon that uses UDisks_ to automatically mount
removable storage devices. This daemon comes with optional mount
notifications and gtk tray icon. It also provides a user level CLI for
mount and unmount operations.
Optional dependency: python-keyutils

View file

@ -2,7 +2,7 @@
# Slackware build script for udiskie
# Copyright 2014-2019 Dimitris Zlatanidis Orestiada, Greece
# Copyright 2014-2023 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=udiskie
VERSION=${VERSION:-1.7.6}
VERSION=${VERSION:-2.5.1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -79,7 +79,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python setup.py install --root=$PKG
python3 setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

View file

@ -1,10 +1,10 @@
PRGNAM="udiskie"
VERSION="1.7.6"
VERSION="2.5.1"
HOMEPAGE="https://github.com/coldfix/udiskie"
DOWNLOAD="https://files.pythonhosted.org/packages/41/cc/cdc93457255376f0a69867ce84fadade21fac102abc48684b9294195a818/udiskie-1.7.6.tar.gz"
MD5SUM="cadf952fc38434c2f13c0b00f82999a3"
DOWNLOAD="https://files.pythonhosted.org/packages/28/d3/29d12e4b5d6007b980e6fdd944138f88fc06f0f2af1dd7951a905b32b764/udiskie-2.5.1.tar.gz"
MD5SUM="3d7deb3bdc136fae05c0bd10792d4b06"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python2-PyYAML python2-docopt"
REQUIRES="python3-docopt"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"
EMAIL="dslackw@gmail.com"