Skip to content
Snippets Groups Projects
Commit b3b5451b authored by Natanael Copa's avatar Natanael Copa
Browse files

community/xfce4-notes-plugin: upgrade to prerelease

based on snapshot from git master
parent 95d5c1e5
No related branches found
No related tags found
No related merge requests found
# Contributor:
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xfce4-notes-plugin
pkgver=1.8.1
pkgver=1.9.0_pre20201224
pkgrel=1
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=
makedepends="xfce4-panel-dev libunique-dev libxfce4ui-dev xfce4-dev-tools vala"
subpackages="$pkgname-lang"
source="https://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/${pkgver%.*}/xfce4-notes-plugin-$pkgver.tar.bz2
#source="https://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/${pkgver%.*}/xfce4-notes-plugin-$pkgver.tar.bz2
source="https://dev.alpinelinux.org/archive/xfce4-notes-plugin/xfce4-notes-plugin-${pkgver#*_pre}.tar.gz
"
_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
}
builddir="$srcdir"/xfce4-notes-plugin
build() {
cd "$_builddir"
./configure \
./autogen.sh \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
|| return 1
make || return 1
--infodir=/usr/share/info
make
}
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install
}
sha512sums="3e3f2513aaa5d26880d21ba31458aa8b79c1e01cac47141513d61002df9535e52ca2c14a8da6cddd54fcab3bcda6199c636cce045cea9bd4548f5fc763e069f3 xfce4-notes-plugin-1.8.1.tar.bz2"
sha512sums="a671e11ebd2e01a7f01dda3d1b2c037ce0ec3bdb3d3dbb050a54e5866d70516d7e3419616c8b612b481aa03574d32a6da2d0fde58e5cbdd4fb68042d0aa676f1 xfce4-notes-plugin-20201224.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment