From 54073007b0db4b968ff1eed2f6ce96372570081b Mon Sep 17 00:00:00 2001 From: milisarge Date: Tue, 18 Jul 2017 23:02:44 +0300 Subject: [PATCH] xfdashbord --- talimatname/genel/xfdashboard/talimat | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 talimatname/genel/xfdashboard/talimat diff --git a/talimatname/genel/xfdashboard/talimat b/talimatname/genel/xfdashboard/talimat new file mode 100644 index 000000000..430d32a4e --- /dev/null +++ b/talimatname/genel/xfdashboard/talimat @@ -0,0 +1,23 @@ +# Description: Belki Xfce için bir kontrol paneli gibi bir Gnome kabuğu +# URL: http://goodies.xfce.org/projects/applications/xfdashboard/start +# Packager: yasarciv67@gmail.com +# Depends on: xfce4-dev-tools libwnck3 clutter xfce4-garcon + +name=xfdashboard +version=0.7.3 +release=1 +source=(https://github.com/gmc-holle/xfdashboard/archive/0.7.3.tar.gz +) + +build() { + cd $name-$version + ./autogen.sh --prefix=/usr --sysconfdir=/etc --disable-dependency-tracking + + # -Wl,--as-needed should come before all libraries + + sed -i -e '/\$CC/s/-shared/\0 -Wl,--as-needed/' libtool + + make + make DESTDIR=${PKG} install + +}