2019-07-19 01:31:37 +02:00
|
|
|
# Description: Xfce's desktop manager
|
|
|
|
# URL: https://www.xfce.org
|
2023-06-30 16:14:52 -04:00
|
|
|
# Maintainer: mac-a-r0ni, j at lngn dot net
|
|
|
|
# Depends on: exo garcon hicolor-icon-theme libwnck-gtk3 libxfce4ui thunar
|
2019-04-24 17:15:26 +02:00
|
|
|
|
|
|
|
name=xfdesktop
|
2023-06-30 16:14:52 -04:00
|
|
|
version=4.18.1
|
|
|
|
release=1
|
2020-01-13 11:23:19 +01:00
|
|
|
source=(http://archive.xfce.org/src/xfce/$name/${version:0:4}/$name-$version.tar.bz2)
|
2019-04-24 17:15:26 +02:00
|
|
|
|
|
|
|
build() {
|
2019-05-11 19:09:44 +02:00
|
|
|
|
2019-10-30 09:33:56 +01:00
|
|
|
cd $name-$version
|
2019-05-11 19:09:44 +02:00
|
|
|
|
2020-09-30 17:45:57 +02:00
|
|
|
./configure \
|
|
|
|
--prefix=/usr \
|
|
|
|
--libexecdir=/usr/lib/$name \
|
|
|
|
--disable-debug \
|
|
|
|
--enable-thunarx
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
|
|
|
rm -r $PKG/usr/share/locale
|
|
|
|
|
2019-04-24 17:15:26 +02:00
|
|
|
}
|