xfce4/mousepad/Pkgfile

29 lines
555 B
Plaintext
Raw Normal View History

# Description: A simple text editor for Xfce
# URL: https://www.xfce.org
# Maintainer: jolupa, jolupameister at gmail dot com
# Depends on: gtk3 glib libxfce4util gtksourceview
name=mousepad
version=0.4.1
2019-05-11 19:09:44 +02:00
release=1
2019-05-12 14:01:35 +02:00
source=(https://git.xfce.org/apps/$name/snapshot/$name-$version.tar.gz)
build() {
2019-05-11 19:09:44 +02:00
cd $name-$version
2019-05-12 14:01:35 +02:00
./autogen.sh \
--prefix=/usr \
2019-05-09 14:26:53 +02:00
--libexecdir=/usr/lib/$name \
--disable-static \
--disable-gtk-docs \
2019-05-09 14:26:53 +02:00
--enable-gtk3 \
--enable-dbus \
--enable-keyfile-settings \
--disable-schemas-compile
make
make DESTDIR=$PKG install
}