milis/talimatname/genel/gconf/talimat

23 lines
573 B
Plaintext
Raw Normal View History

2017-01-31 01:37:09 +01:00
# Description: Gnome uygulamalari icin konfigurasyon database
2016-02-24 01:27:23 +01:00
# URL: http://www.gnome.org/
2017-01-31 01:37:09 +01:00
# Packager: milisarge
# Depends on: dbus-glib intltool libxml2 gobject-introspection gtk3 polkit
2016-02-24 01:27:23 +01:00
name=gconf
version=3.2.6
release=2
source=(http://ftp.gnome.org/pub/gnome/sources/GConf/${version%.*}/GConf-$version.tar.xz)
build() {
cd GConf-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-static \
--libexecdir=/usr/lib/GConf \
--mandir=/usr/share/man \
--disable-orbit
2017-01-31 01:37:09 +01:00
make
2016-02-24 01:27:23 +01:00
make DESTDIR=$PKG install
ln -s gconf.xml.defaults $PKG/etc/gconf/gconf.xml.system
}