2019-07-19 01:31:37 +02:00
|
|
|
# Description: Xfce's application launcher and finder
|
|
|
|
# URL: https://www.xfce.org
|
2023-07-04 12:06:56 -04:00
|
|
|
# Maintainer: mac-a-r0ni, j at lngn dot net
|
|
|
|
# Depends on: hicolor-icon-theme garcon libxfce4ui xfconf
|
2019-04-24 17:15:26 +02:00
|
|
|
|
|
|
|
name=xfce4-appfinder
|
2023-07-04 12:06:56 -04:00
|
|
|
version=4.18.0
|
|
|
|
release=1
|
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
|
|
|
|
2019-10-30 09:33:56 +01: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 \
|
2023-07-04 12:06:56 -04:00
|
|
|
--disable-nls \
|
2020-09-30 14:15:24 +02:00
|
|
|
--enable-notification
|
|
|
|
|
2019-10-30 09:33:56 +01:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2020-09-30 14:15:24 +02:00
|
|
|
|
2019-04-24 17:15:26 +02:00
|
|
|
}
|