2023-07-08 01:28:56 -04:00

26 lines
536 B
Plaintext

# Description: A Notes plugin for the xfce-panel
# URL: https://xfce.org
# Maintainer: mac-a-r0ni, j at lngn dot net
# Depends on: xfce4-panel hicolor-icon-theme libsoup libxml2
name=xfce4-notes-plugin
version=1.10.0
release=1
source=(https://archive.xfce.org/src/panel-plugins/$name/${version%.*}/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--libdir=/usr/lib \
--libexecdir=/usr/lib/$name \
--disable-nls \
--disable-debug
make
make DESTDIR=$PKG install
}