Github messages for voidlinux
 help / color / mirror / Atom feed
From: chrysos349 <chrysos349@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: kmahjongg-23.08.3
Date: Sat, 30 Dec 2023 23:28:12 +0100	[thread overview]
Message-ID: <20231230222812.UDenD4qlQx62k2ITagcTz4L08cIwMGTc392lgaDGO48@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47585@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 808 bytes --]

There is an updated pull request by chrysos349 against master on the void-packages repository

https://github.com/chrysos349/void-packages kmahjongg
https://github.com/void-linux/void-packages/pull/47585

New package: kmahjongg-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/47585.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kmahjongg-47585.patch --]
[-- Type: text/x-diff, Size: 3341 bytes --]

From 620fb7c456e8ce0e427b0912528be2ce8a3df45b Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Tue, 5 Dec 2023 03:23:53 +0300
Subject: [PATCH 1/2] New package: libkmahjongg-23.08.4

---
 common/shlibs                 |  1 +
 srcpkgs/libkmahjongg-devel    |  1 +
 srcpkgs/libkmahjongg/template | 28 ++++++++++++++++++++++++++++
 3 files changed, 30 insertions(+)
 create mode 120000 srcpkgs/libkmahjongg-devel
 create mode 100644 srcpkgs/libkmahjongg/template

diff --git a/common/shlibs b/common/shlibs
index 1b25a12956eeb..d5816463ed178 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4275,3 +4275,4 @@ libdraco.so.8 draco-1.5.6_1
 libpdal_base.so.15 libpdal-2.5.6_1
 libpdal_util.so.15 libpdal-2.5.6_1
 libdisplay-info.so.1 libdisplay-info-0.1.1_1
+libKF5KMahjongglib.so.5 libkmahjongg-23.08.4_1
diff --git a/srcpkgs/libkmahjongg-devel b/srcpkgs/libkmahjongg-devel
new file mode 120000
index 0000000000000..e23c716037ded
--- /dev/null
+++ b/srcpkgs/libkmahjongg-devel
@@ -0,0 +1 @@
+libkmahjongg
\ No newline at end of file
diff --git a/srcpkgs/libkmahjongg/template b/srcpkgs/libkmahjongg/template
new file mode 100644
index 0000000000000..82e695eb5df4c
--- /dev/null
+++ b/srcpkgs/libkmahjongg/template
@@ -0,0 +1,28 @@
+# Template file for 'libkmahjongg'
+pkgname=libkmahjongg
+version=23.08.4
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules gettext"
+makedepends="kcompletion-devel kconfigwidgets-devel kcoreaddons-devel
+ qt5-svg-devel"
+short_desc="Common code, backgrounds and tile sets for Majhongg games"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://invent.kde.org/games/libkmahjongg"
+distfiles="${KDE_SITE}/release-service/${version}/src/libkmahjongg-${version}.tar.xz"
+checksum=3052bd39de55d70bc543711a629c5aa12f2dcc06d64a937370921002e6fde232
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" kcoreaddons qt5-host-tools qt5-qmake"
+fi
+
+libkmahjongg-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove "usr/lib/*.so"
+		vmove usr/include
+		vmove usr/lib/cmake
+	}
+}

From bb58fb9d7d4507c35b18a939bc1ef549821f2f84 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Tue, 5 Dec 2023 03:24:25 +0300
Subject: [PATCH 2/2] New package: kmahjongg-23.08.4

---
 srcpkgs/kmahjongg/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/kmahjongg/template

diff --git a/srcpkgs/kmahjongg/template b/srcpkgs/kmahjongg/template
new file mode 100644
index 0000000000000..867ef35d0bfab
--- /dev/null
+++ b/srcpkgs/kmahjongg/template
@@ -0,0 +1,18 @@
+# Template file for 'kmahjongg'
+pkgname=kmahjongg
+version=23.08.4
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules gettext"
+makedepends="libkdegames-devel libkmahjongg-devel"
+short_desc="Mahjong Solitaire"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://apps.kde.org/kmahjongg"
+distfiles="${KDE_SITE}/release-service/${version}/src/kmahjongg-${version}.tar.xz"
+checksum=6057e05d12ebb16eabb417243134444c8f791c66a2a6a039a608b7d2c9a0f69d
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" kconfig kcoreaddons kdoctools qt5-host-tools
+	 qt5-qmake"
+fi

  parent reply	other threads:[~2023-12-30 22:28 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-05  0:27 [PR PATCH] " chrysos349
2023-12-30 21:53 ` [PR PATCH] [Updated] " chrysos349
2023-12-30 21:56 ` chrysos349
2023-12-30 22:24 ` chrysos349
2023-12-30 22:28 ` chrysos349 [this message]
2023-12-30 22:33 ` chrysos349
2023-12-31  2:06 ` New package: kmahjongg-23.08.4 chrysos349
2024-02-15 21:13 ` [PR PATCH] [Updated] " chrysos349
2024-02-15 21:15 ` chrysos349
2024-02-15 21:15 ` chrysos349
2024-03-20 22:47 ` [PR PATCH] [Updated] " chrysos349
2024-05-17 14:03 ` [PR PATCH] [Updated] New package: kmahjongg-23.08.5 chrysos349

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231230222812.UDenD4qlQx62k2ITagcTz4L08cIwMGTc392lgaDGO48@z \
    --to=chrysos349@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).