2017-04-04 13:55:04 +02:00
|
|
|
|
# Description: Mousepad, Xfce masaüstü ortamı için basit bir GTK+2 metin editörüdür.
|
2016-03-02 16:12:51 +01:00
|
|
|
|
# URL: http://www.xfce.org/projects/mousepad/
|
2017-04-04 13:55:04 +02:00
|
|
|
|
# Packager: milisarge
|
|
|
|
|
# Depends on: dbus-glib startup-notification xorg-libxrandr xorg-libxinerama xorg-libsm desktop-file-utils gtksourceview3 gtk-update-icon-cache
|
2016-03-02 16:12:51 +01:00
|
|
|
|
|
|
|
|
|
name=mousepad
|
|
|
|
|
version=0.4.0
|
2017-05-16 18:40:21 +02:00
|
|
|
|
release=4
|
2016-03-02 16:12:51 +01:00
|
|
|
|
|
|
|
|
|
source=(http://archive.xfce.org/src/apps/$name/${version%.*}/$name-$version.tar.bz2)
|
|
|
|
|
|
|
|
|
|
build() {
|
2017-05-16 18:40:21 +02:00
|
|
|
|
cd $name-$version
|
|
|
|
|
./configure \
|
|
|
|
|
--prefix=/usr \
|
|
|
|
|
--sysconfdir=/etc \
|
|
|
|
|
--libexecdir=/usr/lib/xfce4 \
|
|
|
|
|
--localstatedir=/var \
|
|
|
|
|
--disable-static \
|
|
|
|
|
--disable-debug \
|
|
|
|
|
--enable-gtk3
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
2016-03-02 16:12:51 +01:00
|
|
|
|
}
|