2020-09-30 14:15:24 +02:00

28 lines
560 B
Plaintext

# Description: Xfce's application launcher and finder
# URL: https://www.xfce.org
# Maintainer: jolupa, jlpavon at me dot com
# Depends on: garcon libxfce4ui
name=xfce4-appfinder
version=4.15.1
release=2
source=(http://archive.xfce.org/src/xfce/$name/${version:0:4}/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/$name \
--disable-gtk-doc \
--disable-gtk2 \
--enable-gtk3 \
--enable-notification
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/locale
}