~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
5 5

[PATCH] community/siglo: upgrade to 0.8.12

Details
Message ID
<20210807115116.4480-1-nlfx@paranoid.email>
DKIM signature
missing
Download raw message
Patch: +4 -3
add py3-xdg dependency introduced in siglo 0.6.2
---
 community/siglo/APKBUILD | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/community/siglo/APKBUILD b/community/siglo/APKBUILD
index 0a731a0b4e..710f2c433c 100644
--- a/community/siglo/APKBUILD
+++ b/community/siglo/APKBUILD
@@ -1,13 +1,14 @@
# Maintainer: Martijn Braam <martijn@brixit.nl>
# Contributor: Martijn Braam <martijn@brixit.nl>
# Contributor: Neil O'Fix <nlfx@paranoid.email>
pkgname=siglo
pkgver=0.6.0
pkgver=0.8.12
pkgrel=0
pkgdesc="GTK app to sync InfiniTime watch with PinePhone"
url="https://github.com/alexr4535/siglo"
arch="noarch"
license="MPL-2.0"
depends="python3 py3-gobject3 gtk+3.0 bluez bluez-btmgmt py3-dbus py3-gatt py3-requests"
depends="python3 py3-gobject3 gtk+3.0 bluez bluez-btmgmt py3-dbus py3-gatt py3-requests py3-xdg"
makedepends="glib-dev meson"
source="https://github.com/alexr4535/siglo/archive/v$pkgver/siglo-v$pkgver.tar.gz"
options="!check" # There's no testsuite
@@ -20,4 +21,4 @@ build() {
package() {
	DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
sha512sums="238a8713e471abb8f1a954ae3d6ba68a77cf7603502fefe4f5d26fb8add3a13cc4a14f30f50cac2ce010906e4587c0ae147469ed50f7ba683b146161cd97528e  siglo-v0.6.0.tar.gz"
sha512sums="07cb73f09281c857ed67f209c49f291cc25745f1dc8973961740b13a876c60514428bbcbb07df2e52cd76c74e4166fe75ac7b41aa818ac32a9cc62b603f4cfc6  siglo-v$pkgver.tar.gz"
-- 
2.20.1
Details
Message ID
<162835455182.6885.16387949626104349727.gitlab.24012.c9f3cc46e86cec4aae5b6031f246465a19137239@listserv.local>
In-Reply-To
<20210807115116.4480-1-nlfx@paranoid.email> (view parent)
DKIM signature
missing
Download raw message
On Sat, 07 Aug 2021 13:51:16 +0200, Neil O'Fix wrote:
>  }
> -sha512sums="238a8713e471abb8f1a954ae3d6ba68a77cf7603502fefe4f5d26fb8add3a13cc4a14f30f50cac2ce010906e4587c0ae147469ed50f7ba683b146161cd97528e  siglo-v0.6.0.tar.gz"
> +sha512sums="07cb73f09281c857ed67f209c49f291cc25745f1dc8973961740b13a876c60514428bbcbb07df2e52cd76c74e4166fe75ac7b41aa818ac32a9cc62b603f4cfc6  siglo-v$pkgver.tar.gz"

Lol, you are not supposed to modify the `$sha512sums` variable. It should only be generated with `abuild checksum`. And it definitely shouldn't contain variables.

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/24012#note_172506
Details
Message ID
<162838224972.6885.15658812423670604926.gitlab.24012.f5952618dd5896a53c08cd4ecd5b7a0719747fcc@listserv.local>
In-Reply-To
<20210807115116.4480-1-nlfx@paranoid.email> (view parent)
DKIM signature
missing
Download raw message
there's duplicate https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/24024

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/24012#note_172563

[PATCH v2] community/siglo: upgrade to 0.8.12

Details
Message ID
<20210808145443.1284-1-nlfx@paranoid.email>
In-Reply-To
<162835455182.6885.16387949626104349727.gitlab.24012.c9f3cc46e86cec4aae5b6031f246465a19137239@listserv.local> (view parent)
DKIM signature
missing
Download raw message
Patch: +6 -3
add py3-xdg dependency introduced in siglo 0.6.2
---
Changes v1 -> v2:
 - sha512 checksum generated with `abuild checksum`

Sorry for the double merge request, I forgot to add the In-Reply-To
header in my patch v2 email. I hope this one is correct.

Closes !24024

 community/siglo/APKBUILD | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/community/siglo/APKBUILD b/community/siglo/APKBUILD
index 0a731a0b4e..def2551b0d 100644
--- a/community/siglo/APKBUILD
+++ b/community/siglo/APKBUILD
@@ -1,13 +1,14 @@
# Maintainer: Martijn Braam <martijn@brixit.nl>
# Contributor: Martijn Braam <martijn@brixit.nl>
# Contributor: Neil O'Fix <nlfx@paranoid.email>
pkgname=siglo
pkgver=0.6.0
pkgver=0.8.12
pkgrel=0
pkgdesc="GTK app to sync InfiniTime watch with PinePhone"
url="https://github.com/alexr4535/siglo"
arch="noarch"
license="MPL-2.0"
depends="python3 py3-gobject3 gtk+3.0 bluez bluez-btmgmt py3-dbus py3-gatt py3-requests"
depends="python3 py3-gobject3 gtk+3.0 bluez bluez-btmgmt py3-dbus py3-gatt py3-requests py3-xdg"
makedepends="glib-dev meson"
source="https://github.com/alexr4535/siglo/archive/v$pkgver/siglo-v$pkgver.tar.gz"
options="!check" # There's no testsuite
@@ -20,4 +21,6 @@ build() {
package() {
	DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
sha512sums="238a8713e471abb8f1a954ae3d6ba68a77cf7603502fefe4f5d26fb8add3a13cc4a14f30f50cac2ce010906e4587c0ae147469ed50f7ba683b146161cd97528e  siglo-v0.6.0.tar.gz"
sha512sums="
07cb73f09281c857ed67f209c49f291cc25745f1dc8973961740b13a876c60514428bbcbb07df2e52cd76c74e4166fe75ac7b41aa818ac32a9cc62b603f4cfc6  siglo-v0.8.12.tar.gz
"
-- 
2.20.1
Details
Message ID
<162843477561.6885.6932423404396878016.gitlab.24012.c9f3cc46e86cec4aae5b6031f246465a19137239@listserv.local>
In-Reply-To
<162835455182.6885.16387949626104349727.gitlab.24012.c9f3cc46e86cec4aae5b6031f246465a19137239@listserv.local> (view parent)
DKIM signature
missing
Download raw message
Patch: +6 -3
On Sat, 07 Aug 2021 13:51:16 +0200, Neil O'Fix wrote:
>  }
> -sha512sums="238a8713e471abb8f1a954ae3d6ba68a77cf7603502fefe4f5d26fb8add3a13cc4a14f30f50cac2ce010906e4587c0ae147469ed50f7ba683b146161cd97528e  siglo-v0.6.0.tar.gz"
> +sha512sums="07cb73f09281c857ed67f209c49f291cc25745f1dc8973961740b13a876c60514428bbcbb07df2e52cd76c74e4166fe75ac7b41aa818ac32a9cc62b603f4cfc6  siglo-v$pkgver.tar.gz"

Neil O'Fix <nlfx@paranoid.email> replied via email:

```
add py3-xdg dependency introduced in siglo 0.6.2
---
Changes v1 -> v2:
 - sha512 checksum generated with `abuild checksum`

Sorry for the double merge request, I forgot to add the In-Reply-To
header in my patch v2 email. I hope this one is correct.

Closes !24024

 community/siglo/APKBUILD | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/community/siglo/APKBUILD b/community/siglo/APKBUILD
index 0a731a0b4e..def2551b0d 100644
--- a/community/siglo/APKBUILD
+++ b/community/siglo/APKBUILD
@@ -1,13 +1,14 @@
# Maintainer: Martijn Braam <martijn@brixit.nl>
# Contributor: Martijn Braam <martijn@brixit.nl>
# Contributor: Neil O'Fix <nlfx@paranoid.email>
pkgname=siglo
pkgver=0.6.0
pkgver=0.8.12
pkgrel=0
pkgdesc="GTK app to sync InfiniTime watch with PinePhone"
url="https://github.com/alexr4535/siglo"
arch="noarch"
license="MPL-2.0"
depends="python3 py3-gobject3 gtk+3.0 bluez bluez-btmgmt py3-dbus py3-gatt py3-requests"
depends="python3 py3-gobject3 gtk+3.0 bluez bluez-btmgmt py3-dbus py3-gatt py3-requests py3-xdg"
makedepends="glib-dev meson"
source="https://github.com/alexr4535/siglo/archive/v$pkgver/siglo-v$pkgver.tar.gz"
options="!check" # There's no testsuite
@@ -20,4 +21,6 @@ build() {
package() {
	DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
sha512sums="238a8713e471abb8f1a954ae3d6ba68a77cf7603502fefe4f5d26fb8add3a13cc4a14f30f50cac2ce010906e4587c0ae147469ed50f7ba683b146161cd97528e  siglo-v0.6.0.tar.gz"
sha512sums="
07cb73f09281c857ed67f209c49f291cc25745f1dc8973961740b13a876c60514428bbcbb07df2e52cd76c74e4166fe75ac7b41aa818ac32a9cc62b603f4cfc6  siglo-v0.8.12.tar.gz
"
-- 
2.20.1

```

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/24012#note_172620
Details
Message ID
<162970765332.6885.16400587966998905627.gitlab.24012.968e1d79a14ce73a486bc2f248f03718dc5d0ccc@listserv.local>
In-Reply-To
<20210807115116.4480-1-nlfx@paranoid.email> (view parent)
DKIM signature
missing
Download raw message
closed this one and reopoened !24024 due to how @mailinglist-bot works (it creates new MRs for new patches instead of updating the current one)

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/24012#note_176222
Reply to thread Export thread (mbox)