mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
community/xfce4-mailwatch-plugin: upgrade to 1.4.0, switch to meson
This commit is contained in:
parent
9e2d4dbae8
commit
dab642e075
1 changed files with 24 additions and 15 deletions
|
@ -1,33 +1,42 @@
|
||||||
# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
|
# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
|
||||||
# Maintainer: Saijin-Naib <Saijin-Naib_package-maintenance@outlook.com>
|
# Maintainer: Saijin-Naib <Saijin-Naib_package-maintenance@outlook.com>
|
||||||
pkgname=xfce4-mailwatch-plugin
|
pkgname=xfce4-mailwatch-plugin
|
||||||
pkgver=1.3.2
|
pkgver=1.4.0
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="a multi-protocol, multi-mailbox mail watcher"
|
pkgdesc="a multi-protocol, multi-mailbox mail watcher"
|
||||||
url="https://docs.xfce.org/panel-plugins/xfce4-mailwatch-plugin/start"
|
url="https://docs.xfce.org/panel-plugins/xfce4-mailwatch-plugin/start"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="GPL-2.0"
|
license="GPL-2.0"
|
||||||
makedepends="intltool libx11-dev glib-dev gtk+2.0-dev
|
makedepends="
|
||||||
xfce4-panel-dev libxfce4ui-dev exo-dev libgcrypt-dev gnutls-dev"
|
exo-dev
|
||||||
|
glib-dev
|
||||||
|
gnutls-dev
|
||||||
|
gtk+2.0-dev
|
||||||
|
intltool
|
||||||
|
libgcrypt-dev
|
||||||
|
libx11-dev
|
||||||
|
libxfce4ui-dev
|
||||||
|
meson
|
||||||
|
xfce4-panel-dev
|
||||||
|
"
|
||||||
subpackages="$pkgname-lang"
|
subpackages="$pkgname-lang"
|
||||||
source="https://archive.xfce.org/src/panel-plugins/xfce4-mailwatch-plugin/${pkgver%.*}/xfce4-mailwatch-plugin-$pkgver.tar.bz2"
|
source="https://archive.xfce.org/src/panel-plugins/xfce4-mailwatch-plugin/${pkgver%.*}/xfce4-mailwatch-plugin-$pkgver.tar.xz"
|
||||||
|
options="!check"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
abuild-meson \
|
||||||
--build=$CBUILD \
|
output .
|
||||||
--host=$CHOST \
|
meson compile -C output
|
||||||
--prefix=/usr \
|
}
|
||||||
--sysconfdir=/etc \
|
|
||||||
--mandir=/usr/share/man \
|
check() {
|
||||||
--localstatedir=/var \
|
meson test --print-errorlogs -C output
|
||||||
--enable-ssl
|
|
||||||
make
|
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
make DESTDIR="$pkgdir" install
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
97afde722984139cc5714612904915fc42e9b6905078529e3e367908f1880c5ce19f6fb5f381e6d5f3737633451e3a1f55105b1f5eaf6936b0108bd78490efd8 xfce4-mailwatch-plugin-1.3.2.tar.bz2
|
a356e6c62d563291dc5686e0f207630615c1695be41cb572e2db3b7b842feb171858438eebf321e584ee6001598a3f94b1eb9340891aba634909d8b7ac86c7a3 xfce4-mailwatch-plugin-1.4.0.tar.xz
|
||||||
"
|
"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue