milis/talimatname/genel/g/gconf/talimat

23 lines
566 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
name=gconf
version=3.2.6
release=2
source=(http://ftp.gnome.org/pub/gnome/sources/GConf/${version%.*}/GConf-$version.tar.xz)
derle() {
cd GConf-$version
./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
}