From f8d80294e09284e1528e7cb14aa5784ebc440067 Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Sat, 8 Sep 2018 20:43:07 -0500 Subject: user/xfce4-clipman-plugin: new package --- user/xfce4-clipman-plugin/APKBUILD | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 user/xfce4-clipman-plugin/APKBUILD (limited to 'user/xfce4-clipman-plugin') diff --git a/user/xfce4-clipman-plugin/APKBUILD b/user/xfce4-clipman-plugin/APKBUILD new file mode 100644 index 000000000..0b5323314 --- /dev/null +++ b/user/xfce4-clipman-plugin/APKBUILD @@ -0,0 +1,38 @@ +# Contributor: Kiyoshi Aman +# Maintainer: Kiyoshi Aman +pkgname=xfce4-clipman-plugin +pkgver=1.4.2 +pkgrel=0 +pkgdesc="Clipboard management plugin for the XFCE panel" +url="https://xfce.org" +arch="all" +license="GPL-2.0+" +makedepends="intltool libxfce4ui-dev xfce4-panel-dev libqrencode-dev" +subpackages="$pkgname-lang" +langdir="/usr/lib/locale" +source="http://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/1.4/xfce4-clipman-plugin-$pkgver.tar.bz2" + +build() { + cd "$builddir" + ./configure \ + --build=$CBUILD \ + --host=$CHOST \ + --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --localstatedir=/var \ + --enable-libqrencode + make +} + +check() { + cd "$builddir" + make check +} + +package() { + cd "$builddir" + make DESTDIR="$pkgdir" install +} + +sha512sums="f12d9e3e37a26f9dade5b76e73ac3998030112b53e7ec7b756128f7f1ee28d19a1d7b8d4a26e0ccb69aaba2f0ab2f6c4cd5a435bd1cc7efd81c05b711480eba6 xfce4-clipman-plugin-1.4.2.tar.bz2" -- cgit v1.2.3-60-g2f50