xdg-utils: xdg-screensaver needs xset
This commit is contained in:
parent
4847f2258f
commit
a8a068960e
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'xdg-utils'
|
||||
pkgname=xdg-utils
|
||||
version=1.1.3
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
make_check_target=test
|
||||
hostmakedepends="xmlto lynx"
|
||||
depends="bash"
|
||||
depends="bash xset"
|
||||
short_desc="Tools to assist applications with various desktop integration tasks"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://www.freedesktop.org/wiki/Software/xdg-utils/"
|
||||
#changelog="https://cgit.freedesktop.org/xdg/xdg-utils/plain/ChangeLog"
|
||||
changelog="https://cgit.freedesktop.org/xdg/xdg-utils/plain/ChangeLog"
|
||||
distfiles="https://portland.freedesktop.org/download/${pkgname}-${version}.tar.gz"
|
||||
checksum=d798b08af8a8e2063ddde6c9fa3398ca81484f27dec642c5627ffcaa0d4051d9
|
||||
|
||||
|
|
Loading…
Reference in a new issue