mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
GConf: update to 3.2.5.
This commit is contained in:
parent
5ac74f0795
commit
a83f02a252
2 changed files with 6 additions and 10 deletions
|
@ -9,8 +9,7 @@ Add_dependency run glib-devel
|
||||||
Add_dependency run dbus-devel
|
Add_dependency run dbus-devel
|
||||||
Add_dependency run GConf
|
Add_dependency run GConf
|
||||||
|
|
||||||
do_install()
|
do_install() {
|
||||||
{
|
|
||||||
install -d ${DESTDIR}/usr/lib/GConf/2 ${DESTDIR}/usr/{bin,share}
|
install -d ${DESTDIR}/usr/lib/GConf/2 ${DESTDIR}/usr/{bin,share}
|
||||||
install -d ${DESTDIR}/usr/lib/gio/modules
|
install -d ${DESTDIR}/usr/lib/gio/modules
|
||||||
|
|
||||||
|
|
|
@ -1,16 +1,15 @@
|
||||||
# Template file for 'GConf'
|
# Template file for 'GConf'
|
||||||
pkgname=GConf
|
pkgname=GConf
|
||||||
version=3.2.3
|
version=3.2.5
|
||||||
distfiles="${GNOME_SITE}/GConf/3.2/GConf-$version.tar.xz"
|
distfiles="${GNOME_SITE}/GConf/3.2/GConf-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-openldap --with-gtk=3.0 --enable-defaults-service
|
configure_args="--without-openldap --enable-gtk --enable-defaults-service
|
||||||
--disable-orbit"
|
--disable-orbit --enable-gsettings-backend"
|
||||||
revision=1
|
|
||||||
short_desc="A process-transparent configuration system"
|
short_desc="A process-transparent configuration system"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://projects.gnome.org/gconf"
|
homepage="http://projects.gnome.org/gconf"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
checksum=9eb55dd1d009b6eba9c32e3fae87d3aa45a33629a5e2031ed9f5acb05efaa149
|
checksum=4ddea9503a212ee126c5b46a0a958fd5484574c3cb6ef2baf38db02e819e58c6
|
||||||
long_desc="
|
long_desc="
|
||||||
GConf is a process-transparent configuration database API used to
|
GConf is a process-transparent configuration database API used to
|
||||||
store user preferences. It has pluggable backends and features to
|
store user preferences. It has pluggable backends and features to
|
||||||
|
@ -19,7 +18,6 @@ long_desc="
|
||||||
conf_files="/etc/gconf/2/path"
|
conf_files="/etc/gconf/2/path"
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
|
|
||||||
|
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build intltool
|
Add_dependency build intltool
|
||||||
Add_dependency build gobject-introspection
|
Add_dependency build gobject-introspection
|
||||||
|
@ -28,8 +26,7 @@ Add_dependency build dbus-glib-devel
|
||||||
Add_dependency build polkit-devel
|
Add_dependency build polkit-devel
|
||||||
Add_dependency build libxml2-devel
|
Add_dependency build libxml2-devel
|
||||||
|
|
||||||
post_install()
|
post_install() {
|
||||||
{
|
|
||||||
# Create GCONF_SCHEMAS_DIR
|
# Create GCONF_SCHEMAS_DIR
|
||||||
install -d ${DESTDIR}/usr/share/gconf/schemas
|
install -d ${DESTDIR}/usr/share/gconf/schemas
|
||||||
touch -f ${DESTDIR}/usr/share/gconf/schemas/.empty_on_purpose
|
touch -f ${DESTDIR}/usr/share/gconf/schemas/.empty_on_purpose
|
||||||
|
|
Loading…
Add table
Reference in a new issue