milis/talimatname/genel/g/gconf/talimat

23 lines
556 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Gnome uygulamalari icin konfigurasyon database
# URL: http://www.gnome.org/
# Paketçi: milisarge
# Gerekler: dbus-glib intltool libxml2 gobject-introspection gtk3 polkit
isim=gconf
surum=3.2.6
devir=2
kaynak=(http://ftp.gnome.org/pub/gnome/sources/GConf/${surum%.*}/GConf-$surum.tar.xz)
derle() {
cd GConf-$surum
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-static \
--libexecdir=/usr/lib/GConf \
--mandir=/usr/share/man \
--disable-orbit
make
make DESTDIR=$PKG install
ln -s gconf.xml.defaults $PKG/etc/gconf/gconf.xml.system
}