mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
community/xfce4-docklike-plugin: upgrade to 0.5.0, switch to meson
This commit is contained in:
parent
be055b4ec3
commit
9e2d4dbae8
1 changed files with 15 additions and 16 deletions
|
@ -1,36 +1,35 @@
|
||||||
# Maintainer: Hakan Erduman <hakan@erduman.de>
|
# Maintainer: Hakan Erduman <hakan@erduman.de>
|
||||||
pkgname=xfce4-docklike-plugin
|
pkgname=xfce4-docklike-plugin
|
||||||
pkgver=0.4.3
|
pkgver=0.5.0
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Modern, minimalist taskbar for Xfce"
|
pkgdesc="Modern, minimalist taskbar for Xfce"
|
||||||
url="https://docs.xfce.org/panel-plugins/xfce4-docklike-plugin/start"
|
url="https://docs.xfce.org/panel-plugins/xfce4-docklike-plugin/start"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
makedepends="xfce4-panel-dev libxfce4ui-dev libxfce4windowing-dev"
|
makedepends="
|
||||||
|
libxfce4ui-dev
|
||||||
|
libxfce4windowing-dev
|
||||||
|
meson
|
||||||
|
xfce4-panel-dev
|
||||||
|
"
|
||||||
subpackages="$pkgname-lang"
|
subpackages="$pkgname-lang"
|
||||||
source="https://archive.xfce.org/src/panel-plugins/xfce4-docklike-plugin/${pkgver%.*}/xfce4-docklike-plugin-$pkgver.tar.bz2"
|
source="https://archive.xfce.org/src/panel-plugins/xfce4-docklike-plugin/${pkgver%.*}/xfce4-docklike-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 \
|
|
||||||
--infodir=/usr/share/info \
|
|
||||||
--localstatedir=/var \
|
|
||||||
--disable-static
|
|
||||||
make
|
|
||||||
}
|
}
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
make check
|
meson test --print-errorlogs -C output
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
make DESTDIR="$pkgdir" install
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
89b3739568fb4d908ad99268688448b8883d5f8e2b4c7ac092fbd687f53ada7f9c08f58e34572e9e2f733035174db1a5340a02e329a7fbed848786235bc3b298 xfce4-docklike-plugin-0.4.3.tar.bz2
|
3027a2d1420423911c11466aad26edbfc11c11c6b5bfc6f9dc27f4db5fb19730bc9488d212ad87590179e73a921e6c7884c60bf8b0de4fa52ef61b239178995d xfce4-docklike-plugin-0.5.0.tar.xz
|
||||||
"
|
"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue