Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gamehub: remove package
@ 2024-06-21  6:13 oreo639
  2024-06-21  6:14 ` [PR PATCH] [Updated] " oreo639
  0 siblings, 1 reply; 2+ messages in thread
From: oreo639 @ 2024-06-21  6:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages gamehub
https://github.com/void-linux/void-packages/pull/50907

gamehub: remove package
Unmaintained, uses libwebkit2gtk-4.0.
Has alternatives avaliable, such as lutris.

While gamehub does support building without webkit2gtk, it simply results in all sign-in windows being blank gtk windows.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### 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**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 3ba795f9d259e0b9855f1ffa3f193247c4890a67 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Thu, 20 Jun 2024 23:06:45 -0700
Subject: [PATCH] gamehub: remove package

Unmaintained, uses libwebkit2gtk-4.0.
Has alternatives avaliable, such as lutris.
---
 srcpkgs/gamehub/template          | 19 -------------------
 srcpkgs/removed-packages/template |  1 +
 2 files changed, 1 insertion(+), 19 deletions(-)
 delete mode 100644 srcpkgs/gamehub/template

diff --git a/srcpkgs/gamehub/template b/srcpkgs/gamehub/template
deleted file mode 100644
index 5994aa7ebc8c5f..00000000000000
--- a/srcpkgs/gamehub/template
+++ /dev/null
@@ -1,19 +0,0 @@
-# Template file for 'gamehub'
-pkgname=gamehub
-version=0.16.3
-revision=1
-build_style=meson
-hostmakedepends="glib-devel pkg-config vala gettext"
-makedepends="granite-devel libglib-devel webkit2gtk-devel json-glib-devel
- libgee08-devel libsoup-devel sqlite-devel libxml2-devel polkit-devel
- libmanette-devel libX11-devel libXtst-devel"
-short_desc="All your games in one place"
-maintainer="Enno Boland <gottox@voidlinux.org>"
-license="GPL-3.0-or-later"
-homepage="https://github.com/tkashkin/GameHub/"
-distfiles="https://github.com/tkashkin/GameHub/archive/refs/tags/${version}-2-master.tar.gz"
-checksum=3ff1fcb22342f3327f56278587c9ed7eb26fba8d56bb295ac7ed7dd80d5d5b9a
-
-post_install() {
-	vinstall data/com.github.tkashkin.gamehub.desktop.in 644 usr/share/applications com.github.tkashkin.gamehub.desktop
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 6873066ece9ae4..7db69fedd227e9 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -132,6 +132,7 @@ replaces="
  fontmatrix<=0.6.0.20171228_2
  freshplayerplugin<=0.3.9_9
  fuse-usmb<=20130204_7
+ gamehub<=0.16.3_1
  gandi-cli<=1.6_2
  gconf-editor<=3.0.1_3
  gconfmm-devel<=2.28.3_4

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

* Re: [PR PATCH] [Updated] gamehub: remove package
  2024-06-21  6:13 [PR PATCH] gamehub: remove package oreo639
@ 2024-06-21  6:14 ` oreo639
  0 siblings, 0 replies; 2+ messages in thread
From: oreo639 @ 2024-06-21  6:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages gamehub
https://github.com/void-linux/void-packages/pull/50907

gamehub: remove package
Unmaintained, uses libwebkit2gtk-4.0.
Has alternatives avaliable, such as lutris.

While gamehub does support building without webkit2gtk, it simply results in all sign-in windows being blank gtk windows.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### 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**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From f463f44d576933b45bae72ec3ca6dfb3969c0ea4 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Thu, 20 Jun 2024 23:06:45 -0700
Subject: [PATCH] gamehub: remove package

Unmaintained, uses libwebkit2gtk-4.0.
Has alternatives avaliable, such as lutris.

While gamehub does support building without webkit2gtk, it simply results in
all sign-in windows being blank gtk windows.
---
 srcpkgs/gamehub/template          | 19 -------------------
 srcpkgs/removed-packages/template |  1 +
 2 files changed, 1 insertion(+), 19 deletions(-)
 delete mode 100644 srcpkgs/gamehub/template

diff --git a/srcpkgs/gamehub/template b/srcpkgs/gamehub/template
deleted file mode 100644
index 5994aa7ebc8c5f..00000000000000
--- a/srcpkgs/gamehub/template
+++ /dev/null
@@ -1,19 +0,0 @@
-# Template file for 'gamehub'
-pkgname=gamehub
-version=0.16.3
-revision=1
-build_style=meson
-hostmakedepends="glib-devel pkg-config vala gettext"
-makedepends="granite-devel libglib-devel webkit2gtk-devel json-glib-devel
- libgee08-devel libsoup-devel sqlite-devel libxml2-devel polkit-devel
- libmanette-devel libX11-devel libXtst-devel"
-short_desc="All your games in one place"
-maintainer="Enno Boland <gottox@voidlinux.org>"
-license="GPL-3.0-or-later"
-homepage="https://github.com/tkashkin/GameHub/"
-distfiles="https://github.com/tkashkin/GameHub/archive/refs/tags/${version}-2-master.tar.gz"
-checksum=3ff1fcb22342f3327f56278587c9ed7eb26fba8d56bb295ac7ed7dd80d5d5b9a
-
-post_install() {
-	vinstall data/com.github.tkashkin.gamehub.desktop.in 644 usr/share/applications com.github.tkashkin.gamehub.desktop
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 6873066ece9ae4..7db69fedd227e9 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -132,6 +132,7 @@ replaces="
  fontmatrix<=0.6.0.20171228_2
  freshplayerplugin<=0.3.9_9
  fuse-usmb<=20130204_7
+ gamehub<=0.16.3_1
  gandi-cli<=1.6_2
  gconf-editor<=3.0.1_3
  gconfmm-devel<=2.28.3_4

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

end of thread, other threads:[~2024-06-21  6:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-21  6:13 [PR PATCH] gamehub: remove package oreo639
2024-06-21  6:14 ` [PR PATCH] [Updated] " oreo639

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