dconf: update to 0.13.90 (SONAME bump).
This commit is contained in:
parent
4c42840c87
commit
f8f5942cf1
4 changed files with 12 additions and 12 deletions
|
@ -600,6 +600,8 @@ libtalloc.so.1 talloc-2.0.1_1
|
||||||
libtalloc.so.2 talloc-2.0.1_1
|
libtalloc.so.2 talloc-2.0.1_1
|
||||||
libmount.so.1 libmount-2.18_1
|
libmount.so.1 libmount-2.18_1
|
||||||
libdconf.so.0 dconf-0.5.1_1
|
libdconf.so.0 dconf-0.5.1_1
|
||||||
|
libdconf.so.1 dconf-0.13.90_1
|
||||||
|
libdconf-dbus-1.so.0 dconf-0.13.90_1
|
||||||
libassuan.so.0 libassuan-2.0.1_1
|
libassuan.so.0 libassuan-2.0.1_1
|
||||||
libgpgme.so.11 gpgme-1.3.0_1
|
libgpgme.so.11 gpgme-1.3.0_1
|
||||||
libgpgme-pthread.so.11 gpgme-1.3.0_1
|
libgpgme-pthread.so.11 gpgme-1.3.0_1
|
||||||
|
|
|
@ -1,12 +1,11 @@
|
||||||
# Template file for 'dconf-devel'.
|
# Template file for 'dconf-devel'.
|
||||||
#
|
#
|
||||||
depends="glib-devel vala-devel dconf>=0.12.1"
|
depends="glib-devel vala-devel dconf>=${version}"
|
||||||
short_desc="${sourcepkg} - development files"
|
short_desc="${sourcepkg} - development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
libdconf.so.0
|
libdconf.so.1
|
||||||
libgtk-3.so.0
|
libgtk-3.so.0
|
||||||
libgio-2.0.so.0
|
libgio-2.0.so.0
|
||||||
libpango-1.0.so.0
|
libpango-1.0.so.0
|
||||||
|
|
|
@ -1,20 +1,19 @@
|
||||||
# Template file for 'dconf'
|
# Template file for 'dconf'
|
||||||
pkgname=dconf
|
pkgname=dconf
|
||||||
version=0.12.1
|
version=0.13.90
|
||||||
distfiles="${GNOME_SITE}/$pkgname/0.12/$pkgname-$version.tar.xz"
|
|
||||||
build_style=gnu-configure
|
|
||||||
depends="dbus"
|
|
||||||
makedepends="pkg-config vala-devel dbus-devel gtk+3-devel libxml2-devel"
|
|
||||||
revision=1
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
subpackages="dconf-devel dconf-editor"
|
||||||
|
depends="dbus"
|
||||||
|
makedepends="pkg-config intltool libxslt docbook-xsl vala-devel>=0.18
|
||||||
|
dbus-devel gtk+3-devel>=3.6.0_2 libxml2-devel"
|
||||||
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=3cd32b78d88ed7be90dace5d45e2cf8a6abdb253d43dbfa5ef52103b329dc214
|
distfiles="${GNOME_SITE}/$pkgname/0.13/$pkgname-$version.tar.xz"
|
||||||
|
checksum=8661a45700d2530d1e07b735809a3a5e3df019cc8064f0f80919417fc59ee288
|
||||||
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
|
||||||
storage systems."
|
storage systems."
|
||||||
|
|
||||||
subpackages="dconf-devel dconf-editor"
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue