~alpine/aports

add: xfce4-hamster-plugin v1 REJECTED

Hakan Erduman: 1
 add: xfce4-hamster-plugin

 1 files changed, 29 insertions(+), 0 deletions(-)
since you opened this through the mailing list bot you have to open a new mr the same way, by mailing the entire thing again with those changes. alternatively you can create it through the usual gitlab process instead which lets you edit mrs instead of needing to make a new one each time

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/28950#note_202064
OK thanks I will do that.

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/28950#note_202067
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/3847/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.30.2
commitstyle: needs to be `testing/xfce4-hamster-plugin: new aport`

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/28950#note_201801
I have fixed a mutlicore build error upstream but failed to git-email a response here so please consider this:

[002-fix-build.patch](/uploads/10f5c788f7f8ab8970e1b2731fd1a0d1/002-fix-build.patch)

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/28950#note_202063
@kdaudt please close this mr - it has been superseded by !29017 - sorry

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/28950#note_204525