mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-23 07:02:20 +01:00
27 lines
546 B
Plaintext
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
|
|
}
|