From c5f69f7423ec3aa70ebd4e58139d3f4898480e87 Mon Sep 17 00:00:00 2001 From: milisarge Date: Tue, 18 Jul 2017 19:14:57 +0300 Subject: [PATCH] dconf-editor --- talimatname/genel/dconf-editor/talimat | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 talimatname/genel/dconf-editor/talimat diff --git a/talimatname/genel/dconf-editor/talimat b/talimatname/genel/dconf-editor/talimat new file mode 100644 index 000000000..807ec8164 --- /dev/null +++ b/talimatname/genel/dconf-editor/talimat @@ -0,0 +1,17 @@ +# Description: DConf veritabanı için bir grafik editör. +# URL: http://www.gnome.org/ +# Packager: yasarciv67@gmail.com +# Depends on: dconf dbus gtk3 libxml2 libxslt vala + +name=dconf-editor +version=3.23.4 +release=1 + +source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz) + +build() { + cd $name-$version + ./configure --prefix=/usr --sysconfdir=/etc + make + make DESTDIR=$PKG install +}