34 lines
929 B
Plaintext
34 lines
929 B
Plaintext
# Description: Xfdesktop is a desktop manager for the Xfce Desktop Environment.
|
|
# URL: http://www.xfce.org
|
|
# Packagers: tyrry at nutyx dot org, tnut at nutyx dot org
|
|
# Depends on: 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
|
|
http://downloads.nutyx.org/FondsEcrans/150213091432829037.jpg)
|
|
|
|
build() {
|
|
cd ${_name}-$version
|
|
sed -i "s/xfce-blue.jpg/wall-houaphan.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
|
|
install -D -m644 ../150213091432829037.jpg \
|
|
$PKG/usr/share/backgrounds/xfce/wall-houaphan.jpg
|
|
}
|