2019-06-07 00:13:38 +02:00

31 lines
635 B
Plaintext

# Description: Xfce's application launcher and finder
# URL: https://www.xfce.org
# Maintainer: jolupa, jlpavon at me dot com
# Depends on: xfce4-dev-tools libxfce4util xfconf libwnck-gtk3 exo thunar garcon libnotify
name=xfce4-appfinder
version=4.13.3
release=3
source=(https://git.xfce.org/xfce/$name/snapshot/$name-$version.tar.gz)
build() {
cd $name-$version
./autogen.sh \
--prefix=/usr \
--libexecdir=/usr/lib/$name \
--disable-gtk-doc \
--disable-gtk-doc-html \
--disable-gtk-doc-pdf \
--disable-gtk2 \
--enable-gtk3 \
--enable-notification
make
make DESTDIR=$PKG install
#rm -r $PKG/usr/share/locale
}