2016-04-03 17:09:19 +02:00
|
|
|
|
# Description: xfce4 ayar uygulamaları.
|
2016-03-02 16:12:51 +01:00
|
|
|
|
# URL: http://wiki.xfce.org/releng/4.10/
|
2016-04-03 17:09:19 +02:00
|
|
|
|
# Packager: milisarge
|
2016-03-02 16:12:51 +01:00
|
|
|
|
# Depends on: exo xfce4-libui xfce4-garcon xorg-libxklavier xorg-libxkbfile libcanberra gnome-icon-theme
|
|
|
|
|
|
|
|
|
|
name=xfce4-settings
|
|
|
|
|
version=4.12.0
|
2016-04-03 17:09:19 +02:00
|
|
|
|
release=1
|
2016-03-02 16:12:51 +01:00
|
|
|
|
|
|
|
|
|
source=(http://archive.xfce.org/src/xfce/${name}/${version%.*}/$name-$version.tar.bz2
|
|
|
|
|
default-xsettings-xml.patch)
|
|
|
|
|
|
|
|
|
|
build() {
|
|
|
|
|
cd $name-$version
|
|
|
|
|
patch -Np1 -i $SRC/default-xsettings-xml.patch
|
|
|
|
|
./configure \
|
|
|
|
|
--prefix=/usr \
|
|
|
|
|
--sysconfdir=/etc \
|
|
|
|
|
--localstatedir=/var \
|
|
|
|
|
--disable-static \
|
|
|
|
|
--enable-xrandr \
|
|
|
|
|
--enable-xcursor \
|
|
|
|
|
--enable-libnotify \
|
|
|
|
|
--enable-libxklavier \
|
|
|
|
|
--enable-pluggable-dialogs \
|
|
|
|
|
--enable-sound-settings \
|
|
|
|
|
--disable-upower-glib \
|
|
|
|
|
--disable-debug
|
2016-04-03 17:09:19 +02:00
|
|
|
|
make
|
2016-03-02 16:12:51 +01:00
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|