# Tanım: GConf için mono bağları
# URL: http://gtk-sharp.sourceforge.net
# Peketçi: Cihan_Alkan
# Gerekler: gtk-sharp2 gconf
# Grup: geliştirme

isim=gconf-sharp
surum=2.24.2
devir=1
kaynak=(https://download.gnome.org/sources/gnome-sharp/2.24/gnome-sharp-${surum}.tar.bz2
        02_fix_pkg-config_paths.patch
        04_initialize_dbus_glib_threading.patch)

derle() {
  cd gnome-sharp-${surum}
  patch -Np1 -i ../04_initialize_dbus_glib_threading.patch
  patch -Np1 -i ../02_fix_pkg-config_paths.patch
  ./configure --prefix=/usr --sysconfdir=/etc
  make
  make -C gconf/GConf install DESTDIR="${PKG}"
  make -C gconf/tools install DESTDIR="${PKG}"
}
