~alpine/aports

add: xfce4-hamster-plugin v1 REJECTED

Hakan Erduman: 1
 add: xfce4-hamster-plugin

 1 files changed, 29 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3846/mbox | git am -3
Learn more about email & git

[PATCH] add: xfce4-hamster-plugin Export this patch

---
 testing/xfce4-hamster-plugin/APKBUILD | 29 +++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 testing/xfce4-hamster-plugin/APKBUILD

diff --git a/testing/xfce4-hamster-plugin/APKBUILD b/testing/xfce4-hamster-plugin/APKBUILD
new file mode 100644
index 0000000000..47c15b9ccf
--- /dev/null
+++ b/testing/xfce4-hamster-plugin/APKBUILD
@@ -0,0 +1,29 @@
# Maintainer: Hakan Erduman <hakan@erduman.de>
pkgname=xfce4-hamster-plugin
pkgver=1.15
pkgrel=0
pkgdesc="A recreation of the gnome-shell hamster extension as a xfce4 panel plugin."
url="https://github.com/projecthamster/xfce4-hamster-plugin"
arch="all !mips !mips64"
license="GPL-2.0-or-later"
options="!check" # No test suite
makedepends="cmake libxfce4ui-dev libxfce4util-dev xfce4-panel-dev"
subpackages="$pkgname-lang"
source="$pkgname-$pkgver.tar.gz::https://github.com/projecthamster/xfce4-hamster-plugin/archive/refs/tags/v$pkgver.tar.gz"

build() {
	cmake \
		-DCMAKE_INSTALL_PREFIX=/usr \
		-DCMAKE_INSTALL_LIBDIR=lib \
		-DCMAKE_BUILD_TYPE=None \
		.
	make
}

package() {
	make install LIBDIR=lib DESTDIR="$pkgdir"
}

sha512sums="
ba26bf96d2d344569f0e98a4da7b6a1617d3b9c047e90debc2c84f858318e2e5862c68195899790ae7eaba77ab75c514e25ffa6fb7bf47e3fc70c82c8087f58e  xfce4-hamster-plugin-1.15.tar.gz
"
-- 
2.34.1
Superseded by !28950

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/28949#note_201889