2023-07-04 09:31:45 -04:00
|
|
|
# Description: A clipboard plugin for the xfce-panel
|
|
|
|
# URL: https://xfce.org
|
|
|
|
# Maintainer: mac-a-r0ni, j at lngn dot net
|
2024-08-27 04:15:26 -04:00
|
|
|
# Depends on: qrencode xfce4-panel
|
2023-07-04 09:31:45 -04:00
|
|
|
|
|
|
|
name=xfce4-clipman-plugin
|
2024-02-29 15:18:12 -05:00
|
|
|
version=1.6.6
|
2023-07-04 09:31:45 -04:00
|
|
|
release=1
|
|
|
|
source=(https://archive.xfce.org/src/panel-plugins/$name/${version:0:3}/$name-$version.tar.bz2)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
|
|
|
|
./configure \
|
|
|
|
--prefix=/usr \
|
|
|
|
--libexecdir=/usr/lib/$name \
|
|
|
|
--disable-nls \
|
|
|
|
--disable-debug \
|
|
|
|
--sysconfdir=/etc
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
|
|
|
}
|