system/udiskie: Updated for version 1.4.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
ebdad0610b
commit
af3b3cccde
|
@ -2,3 +2,5 @@ udiskie is a simple daemon that uses UDisks_ to automatically mount
|
||||||
removable storage devices. This daemon comes with optional mount
|
removable storage devices. This daemon comes with optional mount
|
||||||
notifications and gtk tray icon. It also provides a user level CLI for
|
notifications and gtk tray icon. It also provides a user level CLI for
|
||||||
mount and unmount operations.
|
mount and unmount operations.
|
||||||
|
|
||||||
|
Optional dependency: python-keyutils
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for udiskie
|
# Slackware build script for udiskie
|
||||||
|
|
||||||
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
|
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=udiskie
|
PRGNAM=udiskie
|
||||||
VERSION=${VERSION:-1.4.5}
|
VERSION=${VERSION:-1.4.6}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="udiskie"
|
PRGNAM="udiskie"
|
||||||
VERSION="1.4.5"
|
VERSION="1.4.6"
|
||||||
HOMEPAGE="https://github.com/coldfix/udiskie"
|
HOMEPAGE="https://github.com/coldfix/udiskie"
|
||||||
DOWNLOAD="https://pypi.python.org/packages/source/u/udiskie/udiskie-1.4.5.tar.gz"
|
DOWNLOAD="https://pypi.python.org/packages/source/u/udiskie/udiskie-1.4.6.tar.gz"
|
||||||
MD5SUM="632aec13c55c6520cff87beb272a5ae5"
|
MD5SUM="aa4220da5012e70cd8300315207f7cf8"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="pygobject3 PyYAML docopt"
|
REQUIRES="pygobject3 PyYAML docopt"
|
||||||
|
|
Loading…
Reference in New Issue