GConf: fix license, verify python version
This commit is contained in:
parent
b99c227f84
commit
ac9dd29b33
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'GConf'
|
||||
pkgname=GConf
|
||||
version=3.2.6
|
||||
revision=10
|
||||
revision=11
|
||||
build_style=gnu-configure
|
||||
build_helper="gir"
|
||||
configure_args="--without-openldap --enable-gtk --enable-defaults-service
|
||||
|
@ -13,11 +13,11 @@ makedepends="gtk+3-devel dbus-glib-devel polkit-devel libxml2-devel"
|
|||
depends="dconf"
|
||||
short_desc="Process-transparent configuration system"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://projects.gnome.org/gconf"
|
||||
distfiles="${GNOME_SITE}/GConf/3.2/GConf-${version}.tar.xz"
|
||||
checksum=1912b91803ab09a5eed34d364bf09fe3a2a9c96751fde03a4e0cfa51a04d784c
|
||||
python_version=2 #unverified
|
||||
python_version=2
|
||||
make_dirs="/usr/share/gconf/schemas 0755 root root
|
||||
/etc/gconf/gconf.xml.defaults 0755 root root
|
||||
/etc/gconf/gconf.xml.mandatory 0755 root root
|
||||
|
|
Loading…
Reference in a new issue