* [PR PATCH] New package: picmi-23.08.3
@ 2023-12-05 0:48 chrysos349
2023-12-30 21:39 ` [PR PATCH] [Updated] " chrysos349
` (12 more replies)
0 siblings, 13 replies; 14+ messages in thread
From: chrysos349 @ 2023-12-05 0:48 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 802 bytes --]
There is a new pull request by chrysos349 against master on the void-packages repository
https://github.com/chrysos349/void-packages picmi
https://github.com/void-linux/void-packages/pull/47587
New package: picmi-23.08.3
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
#### Local build testing
- I built this PR locally for my native architecture, (x86-64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl x
- armv7l x
- armv6l-musl x
A patch file from https://github.com/void-linux/void-packages/pull/47587.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-picmi-47587.patch --]
[-- Type: text/x-diff, Size: 1110 bytes --]
From 98d1be5b13bbb7622bcbbda991c37ea6acf7b4b5 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Tue, 5 Dec 2023 03:47:27 +0300
Subject: [PATCH] New package: picmi-23.08.3
---
srcpkgs/picmi/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/picmi/template
diff --git a/srcpkgs/picmi/template b/srcpkgs/picmi/template
new file mode 100644
index 0000000000000..3832ef9ff7481
--- /dev/null
+++ b/srcpkgs/picmi/template
@@ -0,0 +1,17 @@
+# Template file for 'picmi'
+pkgname=picmi
+version=23.08.3
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules gettext pkg-config"
+makedepends="libkdegames-devel"
+short_desc="Puzzle game based on number logic"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://apps.kde.org/picmi"
+distfiles="${KDE_SITE}/release-service/${version}/src/picmi-${version}.tar.xz"
+checksum=7b315edde6339ee21e812a5eae118e24dd49305348927d8a36bb3f4bc1fedcd9
+
+if [ "$CROSS_BUILD" ]; then
+ hostmakedepends+=" kcoreaddons qt5-host-tools qt5-qmake kdoctools"
+fi
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PR PATCH] [Updated] New package: picmi-23.08.3
2023-12-05 0:48 [PR PATCH] New package: picmi-23.08.3 chrysos349
@ 2023-12-30 21:39 ` chrysos349
2023-12-30 21:41 ` chrysos349
` (11 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: chrysos349 @ 2023-12-30 21:39 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 800 bytes --]
There is an updated pull request by chrysos349 against master on the void-packages repository
https://github.com/chrysos349/void-packages picmi
https://github.com/void-linux/void-packages/pull/47587
New package: picmi-23.08.3
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86-64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl x
- armv7l x
- armv6l-musl x
A patch file from https://github.com/void-linux/void-packages/pull/47587.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-picmi-47587.patch --]
[-- Type: text/x-diff, Size: 1110 bytes --]
From da4a414e270cbcf7080b79c2b5a7f2fbe23f7aff Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Tue, 5 Dec 2023 03:47:27 +0300
Subject: [PATCH] New package: picmi-23.08.4
---
srcpkgs/picmi/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/picmi/template
diff --git a/srcpkgs/picmi/template b/srcpkgs/picmi/template
new file mode 100644
index 0000000000000..1c547280b97d1
--- /dev/null
+++ b/srcpkgs/picmi/template
@@ -0,0 +1,17 @@
+# Template file for 'picmi'
+pkgname=picmi
+version=23.08.4
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules gettext pkg-config"
+makedepends="libkdegames-devel"
+short_desc="Puzzle game based on number logic"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://apps.kde.org/picmi"
+distfiles="${KDE_SITE}/release-service/${version}/src/picmi-${version}.tar.xz"
+checksum=c6e76084de605318f4f6440d436d3ae41106042d0158ad044ae672d5bc7f7eb5
+
+if [ "$CROSS_BUILD" ]; then
+ hostmakedepends+=" kcoreaddons qt5-host-tools qt5-qmake kdoctools"
+fi
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: New package: picmi-23.08.3
2023-12-05 0:48 [PR PATCH] New package: picmi-23.08.3 chrysos349
2023-12-30 21:39 ` [PR PATCH] [Updated] " chrysos349
@ 2023-12-30 21:41 ` chrysos349
2024-02-15 21:11 ` [PR PATCH] [Updated] New package: picmi-23.08.4 chrysos349
` (10 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: chrysos349 @ 2023-12-30 21:41 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 165 bytes --]
New comment by chrysos349 on void-packages repository
https://github.com/void-linux/void-packages/pull/47587#issuecomment-1872612115
Comment:
Updated to `23.08.4`
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PR PATCH] [Updated] New package: picmi-23.08.4
2023-12-05 0:48 [PR PATCH] New package: picmi-23.08.3 chrysos349
2023-12-30 21:39 ` [PR PATCH] [Updated] " chrysos349
2023-12-30 21:41 ` chrysos349
@ 2024-02-15 21:11 ` chrysos349
2024-02-15 21:14 ` chrysos349
` (9 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: chrysos349 @ 2024-02-15 21:11 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 800 bytes --]
There is an updated pull request by chrysos349 against master on the void-packages repository
https://github.com/chrysos349/void-packages picmi
https://github.com/void-linux/void-packages/pull/47587
New package: picmi-23.08.4
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86-64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl x
- armv7l x
- armv6l-musl x
A patch file from https://github.com/void-linux/void-packages/pull/47587.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-picmi-47587.patch --]
[-- Type: text/x-diff, Size: 1117 bytes --]
From 1531f15ade364689d199102f65d61cab49733058 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Tue, 5 Dec 2023 03:47:27 +0300
Subject: [PATCH] New package: picmi-23.08.5
---
srcpkgs/picmi/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/picmi/template
diff --git a/srcpkgs/picmi/template b/srcpkgs/picmi/template
new file mode 100644
index 00000000000000..f0ce032a1d9840
--- /dev/null
+++ b/srcpkgs/picmi/template
@@ -0,0 +1,17 @@
+# Template file for 'picmi'
+pkgname=picmi
+version=23.08.5
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules gettext pkg-config"
+makedepends="libkdegames-devel"
+short_desc="Puzzle game based on number logic"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://apps.kde.org/picmi"
+distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz"
+checksum=3dc4a0b335142a4fb4ba8515401e4794104dc07938f7917ce0eab6a80fdd3f38
+
+if [ "$CROSS_BUILD" ]; then
+ hostmakedepends+=" kcoreaddons qt5-host-tools qt5-qmake kdoctools"
+fi
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: New package: picmi-23.08.4
2023-12-05 0:48 [PR PATCH] New package: picmi-23.08.3 chrysos349
` (2 preceding siblings ...)
2024-02-15 21:11 ` [PR PATCH] [Updated] New package: picmi-23.08.4 chrysos349
@ 2024-02-15 21:14 ` chrysos349
2024-03-20 22:49 ` [PR PATCH] [Updated] New package: picmi-23.08.5 chrysos349
` (8 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: chrysos349 @ 2024-02-15 21:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 165 bytes --]
New comment by chrysos349 on void-packages repository
https://github.com/void-linux/void-packages/pull/47587#issuecomment-1947348893
Comment:
updated to `23.08.5`
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PR PATCH] [Updated] New package: picmi-23.08.5
2023-12-05 0:48 [PR PATCH] New package: picmi-23.08.3 chrysos349
` (3 preceding siblings ...)
2024-02-15 21:14 ` chrysos349
@ 2024-03-20 22:49 ` chrysos349
2024-05-17 13:58 ` chrysos349
` (7 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: chrysos349 @ 2024-03-20 22:49 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 800 bytes --]
There is an updated pull request by chrysos349 against master on the void-packages repository
https://github.com/chrysos349/void-packages picmi
https://github.com/void-linux/void-packages/pull/47587
New package: picmi-23.08.5
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86-64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl x
- armv7l x
- armv6l-musl x
A patch file from https://github.com/void-linux/void-packages/pull/47587.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-picmi-47587.patch --]
[-- Type: text/x-diff, Size: 1059 bytes --]
From be8152a0eebe5aeb9de3fe6edf0e823d663429df Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Tue, 5 Dec 2023 03:47:27 +0300
Subject: [PATCH] New package: picmi-23.08.5
---
srcpkgs/picmi/template | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 srcpkgs/picmi/template
diff --git a/srcpkgs/picmi/template b/srcpkgs/picmi/template
new file mode 100644
index 00000000000000..59c26ff6ac42f3
--- /dev/null
+++ b/srcpkgs/picmi/template
@@ -0,0 +1,14 @@
+# Template file for 'picmi'
+pkgname=picmi
+version=23.08.5
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules gettext kcoreaddons kdoctools pkg-config
+ qt5-host-tools qt5-qmake"
+makedepends="libkdegames-devel"
+short_desc="Puzzle game based on number logic"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://apps.kde.org/picmi"
+distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz"
+checksum=3dc4a0b335142a4fb4ba8515401e4794104dc07938f7917ce0eab6a80fdd3f38
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PR PATCH] [Updated] New package: picmi-23.08.5
2023-12-05 0:48 [PR PATCH] New package: picmi-23.08.3 chrysos349
` (4 preceding siblings ...)
2024-03-20 22:49 ` [PR PATCH] [Updated] New package: picmi-23.08.5 chrysos349
@ 2024-05-17 13:58 ` chrysos349
2024-06-14 11:54 ` New package: picmi-24.02.2 chrysos349
` (6 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: chrysos349 @ 2024-05-17 13:58 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 800 bytes --]
There is an updated pull request by chrysos349 against master on the void-packages repository
https://github.com/chrysos349/void-packages picmi
https://github.com/void-linux/void-packages/pull/47587
New package: picmi-23.08.5
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86-64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl x
- armv7l x
- armv6l-musl x
A patch file from https://github.com/void-linux/void-packages/pull/47587.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-picmi-47587.patch --]
[-- Type: text/x-diff, Size: 1185 bytes --]
From f3229cc54fc8b423620db8f854a0bc6b7dc2ab1d Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Tue, 5 Dec 2023 03:47:27 +0300
Subject: [PATCH] New package: picmi-24.02.2
---
srcpkgs/picmi/template | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 srcpkgs/picmi/template
diff --git a/srcpkgs/picmi/template b/srcpkgs/picmi/template
new file mode 100644
index 00000000000000..af5cbb3bb31071
--- /dev/null
+++ b/srcpkgs/picmi/template
@@ -0,0 +1,16 @@
+# Template file for 'picmi'
+pkgname=picmi
+version=24.02.2
+revision=1
+build_style=cmake
+configure_args="-DKF6_HOST_TOOLING=/usr/lib/cmake"
+hostmakedepends="extra-cmake-modules gettext kf6-kconfig kf6-kcoreaddons
+ kf6-kdoctools qt6-base"
+makedepends="kf6-kconfig-devel kf6-kcrash-devel kf6-kdbusaddons-devel
+ kf6-kdoctools-devel libkdegames-devel"
+short_desc="Puzzle game based on number logic"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://apps.kde.org/picmi"
+distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz"
+checksum=cf6e5415ca5f1f6555d231d8f041636b7e0a748d4c143a9b6ebbc573913d218d
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: New package: picmi-24.02.2
2023-12-05 0:48 [PR PATCH] New package: picmi-23.08.3 chrysos349
` (5 preceding siblings ...)
2024-05-17 13:58 ` chrysos349
@ 2024-06-14 11:54 ` chrysos349
2024-06-14 11:54 ` chrysos349
` (5 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: chrysos349 @ 2024-06-14 11:54 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 165 bytes --]
New comment by chrysos349 on void-packages repository
https://github.com/void-linux/void-packages/pull/47587#issuecomment-1872612115
Comment:
Updated to `23.08.4`
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: New package: picmi-24.02.2
2023-12-05 0:48 [PR PATCH] New package: picmi-23.08.3 chrysos349
` (6 preceding siblings ...)
2024-06-14 11:54 ` New package: picmi-24.02.2 chrysos349
@ 2024-06-14 11:54 ` chrysos349
2024-06-14 12:07 ` [PR PATCH] [Updated] " chrysos349
` (4 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: chrysos349 @ 2024-06-14 11:54 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 165 bytes --]
New comment by chrysos349 on void-packages repository
https://github.com/void-linux/void-packages/pull/47587#issuecomment-1947348893
Comment:
updated to `23.08.5`
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PR PATCH] [Updated] New package: picmi-24.02.2
2023-12-05 0:48 [PR PATCH] New package: picmi-23.08.3 chrysos349
` (7 preceding siblings ...)
2024-06-14 11:54 ` chrysos349
@ 2024-06-14 12:07 ` chrysos349
2024-07-08 12:08 ` [PR PATCH] [Updated] New package: picmi-24.05.1 chrysos349
` (3 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: chrysos349 @ 2024-06-14 12:07 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 800 bytes --]
There is an updated pull request by chrysos349 against master on the void-packages repository
https://github.com/chrysos349/void-packages picmi
https://github.com/void-linux/void-packages/pull/47587
New package: picmi-24.02.2
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86-64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl x
- armv7l x
- armv6l-musl x
A patch file from https://github.com/void-linux/void-packages/pull/47587.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-picmi-47587.patch --]
[-- Type: text/x-diff, Size: 1185 bytes --]
From 6b8e1608c8209dff7604d1f754d563c0c9ffddcb Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Tue, 5 Dec 2023 03:47:27 +0300
Subject: [PATCH] New package: picmi-24.05.1
---
srcpkgs/picmi/template | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 srcpkgs/picmi/template
diff --git a/srcpkgs/picmi/template b/srcpkgs/picmi/template
new file mode 100644
index 00000000000000..3099aeeda5de72
--- /dev/null
+++ b/srcpkgs/picmi/template
@@ -0,0 +1,16 @@
+# Template file for 'picmi'
+pkgname=picmi
+version=24.05.1
+revision=1
+build_style=cmake
+configure_args="-DKF6_HOST_TOOLING=/usr/lib/cmake"
+hostmakedepends="extra-cmake-modules gettext kf6-kconfig kf6-kcoreaddons
+ kf6-kdoctools qt6-base"
+makedepends="kf6-kconfig-devel kf6-kcrash-devel kf6-kdbusaddons-devel
+ kf6-kdoctools-devel libkdegames-devel"
+short_desc="Puzzle game based on number logic"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://apps.kde.org/picmi"
+distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz"
+checksum=f910fd8fc2868a9bf9c3b379c2fb55ce1f5a5b774f3fe16849c8233f79e89d52
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PR PATCH] [Updated] New package: picmi-24.05.1
2023-12-05 0:48 [PR PATCH] New package: picmi-23.08.3 chrysos349
` (8 preceding siblings ...)
2024-06-14 12:07 ` [PR PATCH] [Updated] " chrysos349
@ 2024-07-08 12:08 ` chrysos349
2024-08-24 10:18 ` chrysos349
` (2 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: chrysos349 @ 2024-07-08 12:08 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 800 bytes --]
There is an updated pull request by chrysos349 against master on the void-packages repository
https://github.com/chrysos349/void-packages picmi
https://github.com/void-linux/void-packages/pull/47587
New package: picmi-24.05.1
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86-64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl x
- armv7l x
- armv6l-musl x
A patch file from https://github.com/void-linux/void-packages/pull/47587.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-picmi-47587.patch --]
[-- Type: text/x-diff, Size: 1185 bytes --]
From 5deea33f33c058cdb4bfeba9281d2e489b852005 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Tue, 5 Dec 2023 03:47:27 +0300
Subject: [PATCH] New package: picmi-24.05.2
---
srcpkgs/picmi/template | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 srcpkgs/picmi/template
diff --git a/srcpkgs/picmi/template b/srcpkgs/picmi/template
new file mode 100644
index 00000000000000..7c4c9bc9b67c74
--- /dev/null
+++ b/srcpkgs/picmi/template
@@ -0,0 +1,16 @@
+# Template file for 'picmi'
+pkgname=picmi
+version=24.05.2
+revision=1
+build_style=cmake
+configure_args="-DKF6_HOST_TOOLING=/usr/lib/cmake"
+hostmakedepends="extra-cmake-modules gettext kf6-kconfig kf6-kcoreaddons
+ kf6-kdoctools qt6-base"
+makedepends="kf6-kconfig-devel kf6-kcrash-devel kf6-kdbusaddons-devel
+ kf6-kdoctools-devel libkdegames-devel"
+short_desc="Puzzle game based on number logic"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://apps.kde.org/picmi"
+distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz"
+checksum=0570e77ac8c5746a48f635c0cc15d2351b600eb054dfe97f072fdcb3225fa377
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PR PATCH] [Updated] New package: picmi-24.05.1
2023-12-05 0:48 [PR PATCH] New package: picmi-23.08.3 chrysos349
` (9 preceding siblings ...)
2024-07-08 12:08 ` [PR PATCH] [Updated] New package: picmi-24.05.1 chrysos349
@ 2024-08-24 10:18 ` chrysos349
2024-10-10 14:30 ` [PR PATCH] [Updated] New package: picmi-24.08.0 chrysos349
2024-10-11 9:10 ` [PR PATCH] [Merged]: New package: picmi-24.08.2 Johnnynator
12 siblings, 0 replies; 14+ messages in thread
From: chrysos349 @ 2024-08-24 10:18 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 800 bytes --]
There is an updated pull request by chrysos349 against master on the void-packages repository
https://github.com/chrysos349/void-packages picmi
https://github.com/void-linux/void-packages/pull/47587
New package: picmi-24.05.1
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86-64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl x
- armv7l x
- armv6l-musl x
A patch file from https://github.com/void-linux/void-packages/pull/47587.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-picmi-47587.patch --]
[-- Type: text/x-diff, Size: 1185 bytes --]
From 7d63fbafa3152daa6b186813b8634633e9642e6f Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Tue, 5 Dec 2023 03:47:27 +0300
Subject: [PATCH] New package: picmi-24.08.0
---
srcpkgs/picmi/template | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 srcpkgs/picmi/template
diff --git a/srcpkgs/picmi/template b/srcpkgs/picmi/template
new file mode 100644
index 00000000000000..b0d31a3327eeb7
--- /dev/null
+++ b/srcpkgs/picmi/template
@@ -0,0 +1,16 @@
+# Template file for 'picmi'
+pkgname=picmi
+version=24.08.0
+revision=1
+build_style=cmake
+configure_args="-DKF6_HOST_TOOLING=/usr/lib/cmake"
+hostmakedepends="extra-cmake-modules gettext kf6-kconfig kf6-kcoreaddons
+ kf6-kdoctools qt6-base"
+makedepends="kf6-kconfig-devel kf6-kcrash-devel kf6-kdbusaddons-devel
+ kf6-kdoctools-devel libkdegames-devel"
+short_desc="Puzzle game based on number logic"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://apps.kde.org/picmi"
+distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz"
+checksum=783bba33c7c2f859311ed33b886f50bb24580ea80de591c58a319ed75777a284
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PR PATCH] [Updated] New package: picmi-24.08.0
2023-12-05 0:48 [PR PATCH] New package: picmi-23.08.3 chrysos349
` (10 preceding siblings ...)
2024-08-24 10:18 ` chrysos349
@ 2024-10-10 14:30 ` chrysos349
2024-10-11 9:10 ` [PR PATCH] [Merged]: New package: picmi-24.08.2 Johnnynator
12 siblings, 0 replies; 14+ messages in thread
From: chrysos349 @ 2024-10-10 14:30 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 800 bytes --]
There is an updated pull request by chrysos349 against master on the void-packages repository
https://github.com/chrysos349/void-packages picmi
https://github.com/void-linux/void-packages/pull/47587
New package: picmi-24.08.0
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86-64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl x
- armv7l x
- armv6l-musl x
A patch file from https://github.com/void-linux/void-packages/pull/47587.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-picmi-47587.patch --]
[-- Type: text/x-diff, Size: 1185 bytes --]
From 8dfff108d5da1d0d3a1fe75652e3eb6625a06f63 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Tue, 5 Dec 2023 03:47:27 +0300
Subject: [PATCH] New package: picmi-24.08.2
---
srcpkgs/picmi/template | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 srcpkgs/picmi/template
diff --git a/srcpkgs/picmi/template b/srcpkgs/picmi/template
new file mode 100644
index 00000000000000..2db7fa1a638716
--- /dev/null
+++ b/srcpkgs/picmi/template
@@ -0,0 +1,16 @@
+# Template file for 'picmi'
+pkgname=picmi
+version=24.08.2
+revision=1
+build_style=cmake
+configure_args="-DKF6_HOST_TOOLING=/usr/lib/cmake"
+hostmakedepends="extra-cmake-modules gettext kf6-kconfig kf6-kcoreaddons
+ kf6-kdoctools qt6-base"
+makedepends="kf6-kconfig-devel kf6-kcrash-devel kf6-kdbusaddons-devel
+ kf6-kdoctools-devel libkdegames-devel"
+short_desc="Puzzle game based on number logic"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://apps.kde.org/picmi"
+distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz"
+checksum=258eceda8fd8664b8fd6f42a5c6debd8f5117ae915000112536f9cc68946d602
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PR PATCH] [Merged]: New package: picmi-24.08.2
2023-12-05 0:48 [PR PATCH] New package: picmi-23.08.3 chrysos349
` (11 preceding siblings ...)
2024-10-10 14:30 ` [PR PATCH] [Updated] New package: picmi-24.08.0 chrysos349
@ 2024-10-11 9:10 ` Johnnynator
12 siblings, 0 replies; 14+ messages in thread
From: Johnnynator @ 2024-10-11 9:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 640 bytes --]
There's a merged pull request on the void-packages repository
New package: picmi-24.08.2
https://github.com/void-linux/void-packages/pull/47587
Description:
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86-64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl x
- armv7l x
- armv6l-musl x
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2024-10-11 9:10 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-05 0:48 [PR PATCH] New package: picmi-23.08.3 chrysos349
2023-12-30 21:39 ` [PR PATCH] [Updated] " chrysos349
2023-12-30 21:41 ` chrysos349
2024-02-15 21:11 ` [PR PATCH] [Updated] New package: picmi-23.08.4 chrysos349
2024-02-15 21:14 ` chrysos349
2024-03-20 22:49 ` [PR PATCH] [Updated] New package: picmi-23.08.5 chrysos349
2024-05-17 13:58 ` chrysos349
2024-06-14 11:54 ` New package: picmi-24.02.2 chrysos349
2024-06-14 11:54 ` chrysos349
2024-06-14 12:07 ` [PR PATCH] [Updated] " chrysos349
2024-07-08 12:08 ` [PR PATCH] [Updated] New package: picmi-24.05.1 chrysos349
2024-08-24 10:18 ` chrysos349
2024-10-10 14:30 ` [PR PATCH] [Updated] New package: picmi-24.08.0 chrysos349
2024-10-11 9:10 ` [PR PATCH] [Merged]: New package: picmi-24.08.2 Johnnynator
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).