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.5
Date: Fri, 17 May 2024 16:03:14 +0200	[thread overview]
Message-ID: <20240517140314.4F86D27612@inbox.vuxu.org> (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.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/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: 3495 bytes --]

From 31845ffef944ad23926f79d2437375e7655592bb 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-24.02.2

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

diff --git a/common/shlibs b/common/shlibs
index 5883e1c70b15f6..04fbc0c6a52252 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4435,3 +4435,4 @@ libcamera.so.0.2 libcamera-0.2.0_1
 libcamera-base.so.0.2 libcamera-0.2.0_1
 libKPim6MimeTreeParserCore.so.6 mimetreeparser-24.02.0_1
 libKPim6MimeTreeParserWidgets.so.6 mimetreeparser-24.02.0_1
+libKMahjongg6.so.6 libkmahjongg-24.02.2_1
diff --git a/srcpkgs/libkmahjongg-devel b/srcpkgs/libkmahjongg-devel
new file mode 120000
index 00000000000000..e23c716037ded4
--- /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 00000000000000..6f2c0e0feccde8
--- /dev/null
+++ b/srcpkgs/libkmahjongg/template
@@ -0,0 +1,26 @@
+# Template file for 'libkmahjongg'
+pkgname=libkmahjongg
+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
+ qt6-base svgcleaner"
+makedepends="kf6-kcompletion-devel kf6-kconfig-devel kf6-kconfigwidgets-devel
+ kf6-kcoreaddons-devel qt6-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/${pkgname}-${version}.tar.xz"
+checksum=2224d95c2a1f3be670f0517fded0f5e25c50e498274cdfe0173d3d1b25c0537c
+
+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 054d049c21a3928fca96586f57e14c74fdea43b4 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-24.02.2

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

diff --git a/srcpkgs/kmahjongg/template b/srcpkgs/kmahjongg/template
new file mode 100644
index 00000000000000..55c33d5c6b041c
--- /dev/null
+++ b/srcpkgs/kmahjongg/template
@@ -0,0 +1,16 @@
+# Template file for 'kmahjongg'
+pkgname=kmahjongg
+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 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/${pkgname}-${version}.tar.xz"
+checksum=4f744ccffbd0572bb616076888d7199a1c7106eaf70d90062441009cf1ba5212

  parent reply	other threads:[~2024-05-17 14:03 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-05  0:27 [PR PATCH] New package: kmahjongg-23.08.3 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
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 ` chrysos349 [this message]
2024-06-14 11:55 ` New package: kmahjongg-24.02.2 chrysos349
2024-06-14 11:55 ` chrysos349
2024-06-14 12:09 ` [PR PATCH] [Updated] " 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=20240517140314.4F86D27612@inbox.vuxu.org \
    --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).