2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Belki Xfce için bir kontrol paneli gibi bir Gnome kabuğu
|
2017-07-18 22:02:44 +02:00
|
|
|
|
# URL: http://goodies.xfce.org/projects/applications/xfdashboard/start
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: yasarciv67@gmail.com
|
|
|
|
|
# Gerekler: xfce4-dev-tools libwnck3 clutter xfce4-garcon
|
2017-07-18 22:02:44 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=xfdashboard
|
|
|
|
|
surum=0.7.3
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(https://github.com/gmc-holle/xfdashboard/archive/0.7.3.tar.gz
|
2017-07-18 22:02:44 +02:00
|
|
|
|
)
|
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $isim-$surum
|
2017-07-18 22:02:44 +02:00
|
|
|
|
./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
|
|
|
|
|
|
|
|
|
|
}
|