dconf: update to 0.12.0.
This commit is contained in:
parent
aa797d3b7f
commit
f10b913dc7
2 changed files with 11 additions and 11 deletions
srcpkgs/dconf
|
@ -5,15 +5,15 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
Add_dependency run pkg-config
|
|
||||||
Add_dependency run glib-devel
|
Add_dependency run glib-devel
|
||||||
Add_dependency run vala-devel
|
Add_dependency run vala-devel
|
||||||
Add_dependency run dconf
|
Add_dependency run dconf ">=${version}"
|
||||||
|
|
||||||
do_install()
|
noarch=yes
|
||||||
{
|
|
||||||
mkdir -p ${DESTDIR}/usr/{lib,share}
|
do_install() {
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
vmove usr/include usr
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/share/{gtk-doc,vala} ${DESTDIR}/usr/share
|
vmove usr/share/gtk-doc usr/share
|
||||||
|
vmove usr/share/vala usr/share
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'dconf'
|
# Template file for 'dconf'
|
||||||
pkgname=dconf
|
pkgname=dconf
|
||||||
version=0.11.7
|
version=0.12.0
|
||||||
distfiles="${GNOME_SITE}/$pkgname/0.11/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/0.12/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="A low-level configuration system"
|
short_desc="A low-level configuration system"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://live.gnome.org/dconf"
|
homepage="http://live.gnome.org/dconf"
|
||||||
licenses="LGPL-2.1"
|
licenses="LGPL-2.1"
|
||||||
checksum=ea0edb75157d8976c9256ee0d82faa37bf146c4d85c4c29ef0f8bcfbcdb35641
|
checksum=9c020e2ff0adb19ff9bc3d73ce15388fb42c52b12ed751bdb59ce53a660461af
|
||||||
long_desc="
|
long_desc="
|
||||||
dconf is a low-level configuration system. Its main purpose is to provide a
|
dconf is a low-level configuration system. Its main purpose is to provide a
|
||||||
backend to GSettings on platforms that don't already have configuration
|
backend to GSettings on platforms that don't already have configuration
|
||||||
|
|
Loading…
Reference in a new issue