2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Xfwm4, Xfce için pencere yöneticisi.
|
2016-03-02 16:12:51 +01:00
|
|
|
|
# URL: http://www.xfce.org/projects/xfwm4/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: xorg-libxres libwnck xfce4-libui xfce4-libutil startup-notification
|
2016-03-02 16:12:51 +01:00
|
|
|
|
|
|
|
|
|
_name=xfwm4
|
|
|
|
|
name=xfce4-wm
|
|
|
|
|
version=4.12.3
|
|
|
|
|
release=1
|
|
|
|
|
|
|
|
|
|
source=(http://archive.xfce.org/src/xfce/${_name}/${version%.*}/${_name}-$version.tar.bz2)
|
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2016-03-02 16:12:51 +01:00
|
|
|
|
cd ${_name}-$version
|
|
|
|
|
./configure \
|
|
|
|
|
--prefix=/usr \
|
|
|
|
|
--sysconfdir=/etc \
|
|
|
|
|
--libexecdir=/usr/lib \
|
|
|
|
|
--localstatedir=/var \
|
|
|
|
|
--disable-static \
|
|
|
|
|
--enable-startup-notification \
|
|
|
|
|
--enable-randr \
|
|
|
|
|
--enable-compositor \
|
|
|
|
|
--enable-xsync \
|
|
|
|
|
--disable-debugr
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|