aboutsummaryrefslogtreecommitdiffstats
path: root/main/xfce4-clipman-plugin/APKBUILD
blob: 88378dd267953fad57f57daf495d6b9ce55646e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xfce4-clipman-plugin
pkgver=1.2.6
pkgrel=1
pkgdesc="Clipboard manager plugin for the Xfce panel"
url="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin"
arch="all"
license="GPLv2+"
depends=""
makedepends="libxfce4ui-dev xfce4-panel-dev libunique-dev libxtst-dev exo-dev"
install=""
subpackages="$pkgname-lang"
source="http://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/1.2/xfce4-clipman-plugin-$pkgver.tar.bz2"

_builddir="$srcdir"/xfce4-clipman-plugin-$pkgver

prepare() {
	local i
	cd "$_builddir"
	update_config_sub || return 1
	for i in $source; do
		case $i in
		*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
		esac
	done
}

build() {
	cd "$_builddir"
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		--disable-static \
		--enable-unique \
		|| return 1
	make || return 1
}

package() {
	cd "$_builddir"
	make DESTDIR="$pkgdir" install || return 1
}

md5sums="f7f2440647493243cbd7787eaee92fcb  xfce4-clipman-plugin-1.2.6.tar.bz2"
sha256sums="23043f99c3e5257d1f3d68b5ee5125e3469c15620d098e22c6250386197f48a5  xfce4-clipman-plugin-1.2.6.tar.bz2"
sha512sums="fc6b4cee1990ff13f4c0050ebf3e4b69fc0f7124fa2dd9b41933ce11449d322fad666b1af82bd610ce2add28d012a7dddc345be4afa1432bb330ecd6344a168e  xfce4-clipman-plugin-1.2.6.tar.bz2"