mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
dconf: update to 0.16.0.
This commit is contained in:
parent
366e5cd33b
commit
249c0625f9
3 changed files with 10 additions and 20 deletions
|
@ -1,12 +1,7 @@
|
||||||
# Template file for 'dconf-devel'.
|
# Template file for 'dconf-devel'.
|
||||||
#
|
#
|
||||||
depends="glib-devel vala-devel dconf-${version}_${revision}"
|
depends="libglib-devel vala-devel dconf-${version}_${revision}"
|
||||||
short_desc="${sourcepkg} - development files"
|
short_desc="${short_desc} - development files"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
|
||||||
|
|
||||||
noarch=yes
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
|
|
|
@ -1,12 +1,8 @@
|
||||||
# Template file for 'dconf-editor'.
|
# Template file for 'dconf-editor'.
|
||||||
#
|
#
|
||||||
short_desc="${sourcepkg} - GTK+ editor"
|
short_desc="${short_desc} - GTK+ editor"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains a GUI to edit settings in GTK+."
|
do_install() {
|
||||||
|
|
||||||
do_install()
|
|
||||||
{
|
|
||||||
install -d ${DESTDIR}/usr/{bin,share}
|
install -d ${DESTDIR}/usr/{bin,share}
|
||||||
mv ${SRCPKGDESTDIR}/usr/bin/dconf-editor ${DESTDIR}/usr/bin
|
mv ${SRCPKGDESTDIR}/usr/bin/dconf-editor ${DESTDIR}/usr/bin
|
||||||
mv ${SRCPKGDESTDIR}/usr/share/{dconf-editor,applications} \
|
mv ${SRCPKGDESTDIR}/usr/share/{dconf-editor,applications} \
|
||||||
|
|
|
@ -1,18 +1,17 @@
|
||||||
# Template file for 'dconf'
|
# Template file for 'dconf'
|
||||||
pkgname=dconf
|
pkgname=dconf
|
||||||
version=0.14.1
|
version=0.16.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
subpackages="dconf-devel dconf-editor"
|
subpackages="dconf-devel dconf-editor"
|
||||||
depends="dbus"
|
hostmakedepends="pkg-config intltool libxslt docbook-xsl"
|
||||||
makedepends="pkg-config intltool libxslt docbook-xsl vala-devel>=0.18
|
makedepends="vala-devel>=0.20 dbus-devel gtk+3-devel libxml2-devel"
|
||||||
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"
|
license="LGPL-2.1"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/0.14/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
checksum=59c58c5eafa0ebd616287d078f4441d5342870a44634445d324e88fc0287f0b8
|
checksum=192d682b8e160e22506f3fac6847444013c7cdbef188d937a6ae2b357f9134bb
|
||||||
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…
Add table
Reference in a new issue