mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
udiskie: update to 2.4.2.
This commit is contained in:
parent
e13bf669df
commit
a19e8b214a
1 changed files with 14 additions and 5 deletions
|
@ -1,18 +1,27 @@
|
||||||
# Template file for 'udiskie'
|
# Template file for 'udiskie'
|
||||||
pkgname=udiskie
|
pkgname=udiskie
|
||||||
version=2.2.0
|
version=2.4.2
|
||||||
revision=4
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="gettext python3-setuptools python3-gobject"
|
hostmakedepends="gettext asciidoc python3-setuptools"
|
||||||
depends="gtk+3 libnotify python3-docopt python3-gobject python3-keyutils
|
depends="gtk+3 libnotify python3-docopt python3-gobject python3-keyutils
|
||||||
python3-yaml udisks2"
|
python3-yaml udisks2"
|
||||||
|
checkdepends="${depends} python3-pytest-xdist"
|
||||||
short_desc="Removable disk automounter using udisks"
|
short_desc="Removable disk automounter using udisks"
|
||||||
maintainer="Matthias Fulz <mfulz@olznet.de>"
|
maintainer="Matthias Fulz <mfulz@olznet.de>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/coldfix/udiskie"
|
homepage="https://github.com/coldfix/udiskie"
|
||||||
distfiles="https://github.com/coldfix/udiskie/archive/${version}.tar.gz"
|
changelog="https://raw.githubusercontent.com/coldfix/udiskie/master/CHANGES.rst"
|
||||||
checksum=1041bdf33e64371a68fe40ff242a7010244f4e90021cdd1435fd62ad1c5fcc50
|
distfiles="https://github.com/coldfix/udiskie/archive/refs/tags/v${version}.tar.gz"
|
||||||
|
checksum=b1341f124f3397e6d64cc619e456b8362e5951055622e05667cc58bc46bdd9b4
|
||||||
|
make_check=ci-skip # privilege issue with keyring in container
|
||||||
|
|
||||||
|
post_build() {
|
||||||
|
make -C doc
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
vman doc/udiskie.8
|
||||||
|
vsconf example/config.yml
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue