35 lines
829 B
Plaintext
35 lines
829 B
Plaintext
# Tanım: Xfdesktop masa yoneticisi xfce4 için.
|
||
# URL: http://www.xfce.org
|
||
# Paketçi: milisarge@gmail.com
|
||
# Gerekler: exo libwnck xfce4-libui thunar xfce4-garcon
|
||
|
||
_name=xfdesktop
|
||
run=(gtk-update-icon-cache)
|
||
|
||
name=xfce4-desktop
|
||
version=4.12.3
|
||
release=1
|
||
|
||
source=(http://archive.xfce.org/src/xfce/${_name}/4.12/${_name}-$version.tar.bz2)
|
||
|
||
derle() {
|
||
cd ${_name}-$version
|
||
#duvar kagidi yuklemek icin
|
||
#sed -i "s/xfce-blue.jpg/milis.jpg/" common/xfdesktop-common.h
|
||
./configure \
|
||
--prefix=/usr \
|
||
--sysconfdir=/etc \
|
||
--libexecdir=/usr/lib \
|
||
--localstatedir=/var \
|
||
--disable-static \
|
||
--enable-gio-unix \
|
||
--enable-thunarx \
|
||
--enable-notifications \
|
||
--disable-debug
|
||
make
|
||
make DESTDIR=$PKG install
|
||
#duvar kagidi yuklemek icin
|
||
#install -D -m644 ../milis.jpg \
|
||
#$PKG/usr/share/backgrounds/xfce/milis.jpg
|
||
}
|