2019-05-18 12:27:47 +02:00

27 lines
546 B
Plaintext

# Description: Xfce's application launcher and finder
# URL: https://www.xfce.org
# Maintainer: jolupa, jolupameister at gmail dot com
# Depends on: libxfce4util xfconf libwnck-gtk3 exo thunar garcon libnotify
name=xfce4-appfinder
version=4.13.3
release=1
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-docs \
--disable-gtk2 \
--enable-gtk3 \
--enable-notification
make
make DESTDIR=$PKG install
}