Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libkdegames and some deps: update to 21.04.0.
@ 2021-04-24 14:42 Chocimier
  2021-04-25  0:10 ` 1is7ac3
  2021-04-26 16:46 ` [PR PATCH] [Merged]: libkdegames and some games: " Chocimier
  0 siblings, 2 replies; 3+ messages in thread
From: Chocimier @ 2021-04-24 14:42 UTC (permalink / raw)
  To: ml

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

There is a new pull request by Chocimier against master on the void-packages repository

https://github.com/Chocimier/void-packages-org libkdegames
https://github.com/void-linux/void-packages/pull/30474

libkdegames and some deps: update to 21.04.0.
Hi @1is7ac3, I would like to take this package from you as maintainer, do you agree?

A patch file from https://github.com/void-linux/void-packages/pull/30474.patch is attached

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

From e3040e7353d3a4888dff03739d416f0b9d118d7b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 24 Apr 2021 16:32:19 +0200
Subject: [PATCH 1/4] libkdegames: update to 21.04.0.

---
 common/shlibs                |  2 +-
 srcpkgs/libkdegames/template | 10 +++++++---
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index a6895b823c6b..78b46081a464 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3466,7 +3466,7 @@ libwoff2enc.so.1.0.2 libwoff2enc1.0.2-1.0.2_1
 libwoff2dec.so.1.0.2 libwoff2dec1.0.2-1.0.2_1
 libcloudproviders.so.0 libcloudproviders-0.2.5_2
 libKF5KDEGames.so.7 libkdegames-18.08.3_1
-libKF5KDEGamesPrivate.so.1 libkdegames-19.12.3_1
+libKF5KDEGamesPrivate.so.7 libkdegames-21.04.0_1
 libidn2.so.0 libidn2-2.1.1_1
 libgmime-3.0.so.0 gmime3-3.2.3_1
 libgetdns.so.10 getdns-1.5.1_7
diff --git a/srcpkgs/libkdegames/template b/srcpkgs/libkdegames/template
index e9460e8b41fb..c39ab1f9e7a7 100644
--- a/srcpkgs/libkdegames/template
+++ b/srcpkgs/libkdegames/template
@@ -1,17 +1,21 @@
 # Template file for 'libkdegames'
 pkgname=libkdegames
-version=20.12.2
+version=21.04.0
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules pkg-config qt5-qmake qt5-host-tools
  kcoreaddons kdoctools gettext"
 makedepends="qt5-svg-devel knewstuff-devel kdnssd-devel kdeclarative-devel libopenal-devel libsndfile-devel"
 short_desc="Common code and data for many KDE games"
-maintainer="1is7ac3 <isaac.qa13@gmail.com>"
+maintainer="Piotr Wójcik <chocimier@tlen.pl>"
 license="GPL-2.0-or-later"
 homepage="https://kde.org/applications/games"
 distfiles="${KDE_SITE}/release-service/${version}/src/libkdegames-${version}.tar.xz"
-checksum=19d93fe25f1ea5173d5130b2d270038b26e6cc6f09238724f330d05fbe019439
+checksum=4766ce2c73a17b05a7a79c326edaa2c29718719218f48d7ea7543f31f02415e0
+
+pre_check() {
+	export QT_QPA_PLATFORM=offscreen
+}
 
 libkdegames-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision} ${makedepends}"

From cc9e17bf205184a4a120d31e6e18047d2f26d628 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 24 Apr 2021 16:32:19 +0200
Subject: [PATCH 2/4] kpat: update to 21.04.0.

---
 srcpkgs/kpat/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/kpat/template b/srcpkgs/kpat/template
index ca73073f74bd..7a560bf9acf9 100644
--- a/srcpkgs/kpat/template
+++ b/srcpkgs/kpat/template
@@ -1,6 +1,6 @@
 # Template file for 'kpat'
 pkgname=kpat
-version=20.12.3
+version=21.04.0
 revision=1
 build_style=cmake
 configure_args="-DWITH_BH_SOLVER=OFF"
@@ -13,7 +13,7 @@ maintainer="Piotr Wójcik <chocimier@tlen.pl>"
 license="GPL-2.0-only"
 homepage="https://kde.org/applications/games/kpat"
 distfiles="${KDE_SITE}/release-service/${version}/src/kpat-${version}.tar.xz"
-checksum=21d802097e8891d7655407a56a42a79107a4002096a2a3ea26b0ac0ee8fe34ec
+checksum=d645882d8de0e5ec6c79e01f13fef258553e1d59bb18189b6888cd5276bb6a10
 
 pre_check() {
 	export QT_QPA_PLATFORM=offscreen

From 4d7e5c141ea82411e2c971e3942d2dcc3898ffff Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 24 Apr 2021 16:32:19 +0200
Subject: [PATCH 3/4] kapman: update to 21.04.0.

---
 srcpkgs/kapman/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/kapman/template b/srcpkgs/kapman/template
index b35c13250062..478ccf48598a 100644
--- a/srcpkgs/kapman/template
+++ b/srcpkgs/kapman/template
@@ -1,6 +1,6 @@
 # Template file for 'kapman'
 pkgname=kapman
-version=20.12.1
+version=21.04.0
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools kdoctools kconfig
@@ -12,4 +12,4 @@ maintainer="toluschr <toluschr@protonmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://kde.org/applications/games/org.kde.kapman"
 distfiles="${KDE_SITE}/release-service/${version}/src/kapman-${version}.tar.xz"
-checksum=c9919534b08b58e593b48c95ae880193c87693b665ed04f276a8d002094648c3
+checksum=1523fb4d100cebfe26b418c212aeb326f59f0e2e63b0b5d2e7640f483bcaf2c4

From b8a0f76b66b9f7ff30aeca15de139827e2a15ad5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 24 Apr 2021 16:32:19 +0200
Subject: [PATCH 4/4] kblocks: update to 21.04.0.

---
 srcpkgs/kblocks/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/kblocks/template b/srcpkgs/kblocks/template
index 66f93edd49f7..17b5abfd6b05 100644
--- a/srcpkgs/kblocks/template
+++ b/srcpkgs/kblocks/template
@@ -1,6 +1,6 @@
 # Template file for 'kblocks'
 pkgname=kblocks
-version=20.12.1
+version=21.04.0
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools kdoctools kconfig
@@ -13,4 +13,8 @@ maintainer="toluschr <toluschr@protonmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://kde.org/applications/games/org.kde.kblocks"
 distfiles="${KDE_SITE}/release-service/${version}/src/kblocks-${version}.tar.xz"
-checksum=9a601c46ffcf2b90f6fb45fcbb8accd6b6b006a3263c9b52468099261eee2d09
+checksum=f678d652875cdad8612fc572ad86970a716e7701c9d246fdf6a621fda3232206
+
+pre_check() {
+	export QT_QPA_PLATFORM=offscreen
+}

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: libkdegames and some deps: update to 21.04.0.
  2021-04-24 14:42 [PR PATCH] libkdegames and some deps: update to 21.04.0 Chocimier
@ 2021-04-25  0:10 ` 1is7ac3
  2021-04-26 16:46 ` [PR PATCH] [Merged]: libkdegames and some games: " Chocimier
  1 sibling, 0 replies; 3+ messages in thread
From: 1is7ac3 @ 2021-04-25  0:10 UTC (permalink / raw)
  To: ml

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

New comment by 1is7ac3 on void-packages repository

https://github.com/void-linux/void-packages/pull/30474#issuecomment-826170234

Comment:

> Hi @1is7ac3, I would like to take this package from you as maintainer, do you agree?
yes, no problem



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: libkdegames and some games: update to 21.04.0.
  2021-04-24 14:42 [PR PATCH] libkdegames and some deps: update to 21.04.0 Chocimier
  2021-04-25  0:10 ` 1is7ac3
@ 2021-04-26 16:46 ` Chocimier
  1 sibling, 0 replies; 3+ messages in thread
From: Chocimier @ 2021-04-26 16:46 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

libkdegames and some games: update to 21.04.0.
https://github.com/void-linux/void-packages/pull/30474

Description:
Hi @1is7ac3, I would like to take this package from you as maintainer, do you agree?

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-26 16:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-24 14:42 [PR PATCH] libkdegames and some deps: update to 21.04.0 Chocimier
2021-04-25  0:10 ` 1is7ac3
2021-04-26 16:46 ` [PR PATCH] [Merged]: libkdegames and some games: " Chocimier

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