2019-07-19 01:31:37 +02:00
|
|
|
# Description: Xfce's configuration system
|
|
|
|
# URL: https://www.xfce.org
|
|
|
|
# Maintainer: jolupa, jlpavon at me dot com
|
2020-09-30 02:17:16 +02:00
|
|
|
# Depends on: exo garcon libxfce4ui gnome-icon-theme libcanberra libnotify libxklavier libinput colord xiccd
|
2019-04-24 17:15:26 +02:00
|
|
|
|
|
|
|
name=xfce4-settings
|
2020-09-30 02:17:16 +02:00
|
|
|
version=4.15.2
|
2020-01-11 21:15:40 +01:00
|
|
|
release=1
|
|
|
|
source=(https://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
|
2020-09-30 02:17:16 +02:00
|
|
|
|
2019-10-30 09:33:56 +01:00
|
|
|
./configure \
|
|
|
|
--prefix=/usr \
|
|
|
|
--libexecdir=/usr/lib/$name \
|
|
|
|
--sysconfdir=/etc \
|
|
|
|
--disable-gtk-doc \
|
|
|
|
--enable-upower-glib \
|
|
|
|
--enable-libnotify \
|
|
|
|
--enable-xcursor \
|
|
|
|
--enable-libxklavier \
|
|
|
|
--enable-pluggable-dialogs \
|
|
|
|
--enable-sound-settings \
|
|
|
|
--enable-colord \
|
2020-09-30 02:17:16 +02:00
|
|
|
--enable-xrandr \
|
|
|
|
--enable-gio-unix \
|
2020-01-14 15:55:35 +01:00
|
|
|
--x-libraries=/usr/share/X11
|
2019-04-24 17:15:26 +02:00
|
|
|
|
2019-10-30 09:33:56 +01:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
2020-09-30 17:35:50 +02:00
|
|
|
rm -r $PKG/usr/share/locale
|
2020-09-30 02:17:16 +02:00
|
|
|
|
2019-04-24 17:15:26 +02:00
|
|
|
}
|