mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-07 01:32:26 +01:00
Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified.
49 lines
1.3 KiB
Plaintext
49 lines
1.3 KiB
Plaintext
# Contributor:
|
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=xfce4-notes-plugin
|
|
pkgver=1.8.1
|
|
pkgrel=0
|
|
pkgdesc="Notes plugin for the Xfce4 desktop"
|
|
url="http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin"
|
|
arch="all"
|
|
license="GPL"
|
|
depends=
|
|
makedepends="xfce4-panel-dev libunique-dev libxfce4ui-dev"
|
|
install=
|
|
subpackages="$pkgname-lang"
|
|
source="http://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/${pkgver%.*}/xfce4-notes-plugin-$pkgver.tar.bz2
|
|
"
|
|
|
|
_builddir="$srcdir"/$pkgname-$pkgver
|
|
|
|
prepare() {
|
|
cd "$_builddir"
|
|
for i in $source; do
|
|
case $i in
|
|
*.patch) msg $i; patch -p0 -i "$srcdir"/$i || return 1;;
|
|
esac
|
|
done
|
|
}
|
|
|
|
build() {
|
|
cd "$_builddir"
|
|
./configure \
|
|
--build=$CBUILD \
|
|
--host=$CHOST \
|
|
--prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
--mandir=/usr/share/man \
|
|
--infodir=/usr/share/info \
|
|
|| return 1
|
|
make || return 1
|
|
}
|
|
|
|
package() {
|
|
cd "$_builddir"
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
md5sums="31cb9520b01512a94344770b4befdb3b xfce4-notes-plugin-1.8.1.tar.bz2"
|
|
sha256sums="07a4c3e71431c24f97d2e270452dd0fa51ff0bdb6219a13a20d0bfa8d9de54b2 xfce4-notes-plugin-1.8.1.tar.bz2"
|
|
sha512sums="3e3f2513aaa5d26880d21ba31458aa8b79c1e01cac47141513d61002df9535e52ca2c14a8da6cddd54fcab3bcda6199c636cce045cea9bd4548f5fc763e069f3 xfce4-notes-plugin-1.8.1.tar.bz2"
|