libgudev: update to 232; gnome is now maintained by Gottox
This commit is contained in:
parent
20f565e38a
commit
0143ab8574
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'libgudev'
|
||||
pkgname=libgudev
|
||||
version=230
|
||||
revision=2
|
||||
version=232
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="$(vopt_enable gir introspection)"
|
||||
configure_args="$(vopt_enable gir introspection) --disable-umockdev"
|
||||
hostmakedepends="pkg-config glib-devel $(vopt_if gir gobject-introspection)"
|
||||
makedepends="libglib-devel eudev-libudev-devel"
|
||||
short_desc="A library providing GObject bindings for libudev"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://wiki.gnome.org/Projects/libgudev"
|
||||
distfiles="${GNOME_SITE}/$pkgname/$version/$pkgname-$version.tar.xz"
|
||||
checksum=a2e77faced0c66d7498403adefcc0707105e03db71a2b2abd620025b86347c18
|
||||
checksum=ee4cb2b9c573cdf354f6ed744f01b111d4b5bed3503ffa956cefff50489c7860
|
||||
|
||||
build_options="gir"
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
|
|
Loading…
Reference in New Issue