2023-08-01 01:25:09 -04:00
|
|
|
# Description: a GNOME-like Dashboard for Xfce
|
2023-07-31 07:53:55 -04:00
|
|
|
# URL: https://docs.xfce.org/apps/xfdashboard/start
|
|
|
|
# Maintainer: mac-a-r0ni, j at lngn dot net
|
|
|
|
# Depends on: libwnck-gtk3 clutter glib gio xfconf garcon gtk3 libxfce4util libxfce4ui
|
2023-07-31 14:19:24 -04:00
|
|
|
# Optional: xorg-libxcomposite xorg-libxdamage xorg-libxinerama
|
2023-07-31 07:53:55 -04:00
|
|
|
|
|
|
|
name=xfdashboard
|
|
|
|
version=1.0.0
|
|
|
|
release=1
|
|
|
|
source=(https://archive.xfce.org/src/apps/$name/${version:0:3}/$name-$version.tar.bz2)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
|
|
|
|
./configure \
|
|
|
|
--prefix=/usr \
|
|
|
|
--libexecdir=/usr/lib/$name \
|
|
|
|
--sysconfdir=/etc
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|