milis/talimatname/genel/g/gconf/talimat

23 lines
556 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Gnome uygulamalari icin konfigurasyon database
2016-02-24 01:27:23 +01:00
# URL: http://www.gnome.org/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: dbus-glib intltool libxml2 gobject-introspection gtk3 polkit
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=gconf
surum=3.2.6
devir=2
kaynak=(http://ftp.gnome.org/pub/gnome/sources/GConf/${surum%.*}/GConf-$surum.tar.xz)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd GConf-$surum
2016-02-24 01:27:23 +01:00
./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
}