2019-04-30 02:46:22 +02:00
|
|
|
# Description: Xfce's configuration system
|
|
|
|
# URL: https://www.xfce.org
|
|
|
|
# Maintainer: jolupa <jolupameister(at)gmail[dot](com)
|
2019-05-09 14:26:53 +02:00
|
|
|
# Depends on: libxfce4ui exo xfconf dbus-glib libwnck-gtk3 xorg-libxi xorg-libxrandr xorg-libxcursor libnotify libxklavier
|
2019-04-24 17:15:26 +02:00
|
|
|
|
|
|
|
name=xfce4-settings
|
|
|
|
version=4.13.5
|
2019-05-11 19:09:44 +02:00
|
|
|
release=1
|
2019-05-12 13:51:05 +02:00
|
|
|
source=(https://git.xfce.org/xfce/$name/snapshot/$name-$version.tar.gz)
|
2019-04-24 17:15:26 +02:00
|
|
|
|
|
|
|
build() {
|
2019-05-11 19:09:44 +02:00
|
|
|
|
|
|
|
cd $name-$version
|
2019-04-30 02:46:22 +02:00
|
|
|
|
|
|
|
./autogen.sh \
|
|
|
|
--prefix=/usr \
|
2019-05-09 14:26:53 +02:00
|
|
|
--libexecdir=/usr/lib/$name \
|
2019-04-30 02:46:22 +02:00
|
|
|
--disable-gtk-docs \
|
2019-05-09 14:26:53 +02:00
|
|
|
--enable-upower-glib \
|
|
|
|
--enable-libnotify \
|
|
|
|
--enable-gio-unix \
|
|
|
|
--enable-xcursor \
|
|
|
|
--enable-libxklavier \
|
|
|
|
--enable-pluggable-dialogs \
|
|
|
|
--enable-sound-settings \
|
2019-05-11 19:09:44 +02:00
|
|
|
--disable-gtk2 \
|
|
|
|
--enable-gtk3
|
2019-05-09 14:26:53 +02:00
|
|
|
|
2019-04-30 02:46:22 +02:00
|
|
|
make
|
2019-04-24 17:15:26 +02:00
|
|
|
|
2019-04-30 02:46:22 +02:00
|
|
|
make DESTDIR=$PKG install
|
2019-04-24 17:15:26 +02:00
|
|
|
}
|