Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: picmi-23.08.3
@ 2023-12-05  0:48 chrysos349
  2023-12-30 21:39 ` [PR PATCH] [Updated] " chrysos349
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ 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] 7+ 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
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ 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] 7+ 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
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ 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] 7+ 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
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ 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] 7+ 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
  2024-05-17 13:58 ` chrysos349
  5 siblings, 0 replies; 7+ 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] 7+ 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
  5 siblings, 0 replies; 7+ 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] 7+ 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
  5 siblings, 0 replies; 7+ 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] 7+ messages in thread

end of thread, other threads:[~2024-05-17 13:58 UTC | newest]

Thread overview: 7+ 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

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).