28 lines
560 B
Plaintext
Raw Normal View History

2019-07-19 01:31:37 +02:00
# Description: Xfce's application launcher and finder
# URL: https://www.xfce.org
# Maintainer: jolupa, jlpavon at me dot com
2020-09-30 02:17:16 +02:00
# Depends on: garcon libxfce4ui
2019-04-24 17:15:26 +02:00
name=xfce4-appfinder
2020-09-30 02:17:16 +02:00
version=4.15.1
2020-09-30 14:15:24 +02:00
release=2
2020-09-30 02:17:16 +02:00
source=(http://archive.xfce.org/src/xfce/$name/${version:0:4}/$name-$version.tar.bz2)
2019-04-24 17:15:26 +02:00
build() {
2019-05-11 19:09:44 +02:00
cd $name-$version
2019-09-05 02:01:43 +02:00
2020-09-30 14:15:24 +02:00
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/$name \
--disable-gtk-doc \
--disable-gtk2 \
--enable-gtk3 \
--enable-notification
make
make DESTDIR=$PKG install
2020-09-30 14:15:24 +02:00
rm -r $PKG/usr/share/locale
2019-04-24 17:15:26 +02:00
}