Github messages for voidlinux
 help / color / mirror / Atom feed
From: paper42 <paper42@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] gnome-{games,documents}: remove package
Date: Thu, 07 Apr 2022 23:17:14 +0200	[thread overview]
Message-ID: <20220407211714.mq9NyAkVh0NuwqoFTkppyXjLafd0k8Tn8sQoMY9-RPA@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-36065@inbox.vuxu.org>

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

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

https://github.com/paper42/void-packages gnome-documents-games-remove
https://github.com/void-linux/void-packages/pull/36065

gnome-{games,documents}: remove package
* archived project, uses tracker2, doesn't build with meson 0.61<!-- Uncomment relevant sections and delete options which are not applicable -->

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

@Gottox
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/36065.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gnome-documents-games-remove-36065.patch --]
[-- Type: text/x-diff, Size: 6660 bytes --]

From 77e8557eb5a8bc2e18b9e3d82c0a67c07189f673 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Thu, 7 Apr 2022 22:57:19 +0200
Subject: [PATCH 1/3] gnome: remove gnome-documents from gnome-apps

---
 srcpkgs/gnome/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnome/template b/srcpkgs/gnome/template
index 0984bf8205a6..0b2910094713 100644
--- a/srcpkgs/gnome/template
+++ b/srcpkgs/gnome/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome'
 pkgname=gnome
 version=41.0
-revision=1
+revision=2
 build_style=meta
 short_desc="GNOME meta-package for Void Linux"
 maintainer="Enno Boland <gottox@voidlinux.org>"
@@ -58,7 +58,6 @@ _apps_depends="
  gnome-clocks>=40.0
  gnome-dictionary>=40.0
  gnome-disk-utility>=${version}
- gnome-documents>=3.34.0
  gnome-font-viewer>=${version}
  gnome-maps>=${version}
  gnome-music>=${version}

From 7a53f60ca3b8d3257fb962e183b187210ff04d30 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 27 Feb 2022 22:57:11 +0100
Subject: [PATCH 2/3] gnome-games: remove package

* archived project, uses tracker2
---
 srcpkgs/gnome-games/patches/meson-0.61.patch | 20 --------------------
 srcpkgs/gnome-games/template                 | 15 ---------------
 srcpkgs/removed-packages/template            |  1 +
 3 files changed, 1 insertion(+), 35 deletions(-)
 delete mode 100644 srcpkgs/gnome-games/patches/meson-0.61.patch
 delete mode 100644 srcpkgs/gnome-games/template

diff --git a/srcpkgs/gnome-games/patches/meson-0.61.patch b/srcpkgs/gnome-games/patches/meson-0.61.patch
deleted file mode 100644
index 0a3b006b227b..000000000000
--- a/srcpkgs/gnome-games/patches/meson-0.61.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/data/meson.build
-+++ b/data/meson.build
-@@ -44,7 +44,7 @@ mime_types = [
- desktop_conf = configuration_data()
- desktop_conf.set('icon', application_id)
- desktop_conf.set('mimetypes', ';'.join(mime_types) + ';')
--desktop_file = i18n.merge_file ('desktop-file',
-+desktop_file = i18n.merge_file (
-   type: 'desktop',
-   input: configure_file(
-     input: files('org.gnome.Games.desktop.in.in'),
-@@ -70,7 +70,7 @@ endif
- 
- appdata_conf = configuration_data()
- appdata_conf.set('appid', application_id)
--appdata_file = i18n.merge_file ('appdata-file',
-+appdata_file = i18n.merge_file (
-   input: configure_file(
-     input: files('org.gnome.Games.appdata.xml.in.in'),
-     output: 'org.gnome.Games.appdata.xml.in',
diff --git a/srcpkgs/gnome-games/template b/srcpkgs/gnome-games/template
deleted file mode 100644
index 61df4a3bc7f1..000000000000
--- a/srcpkgs/gnome-games/template
+++ /dev/null
@@ -1,15 +0,0 @@
-# Template file for 'gnome-games'
-pkgname=gnome-games
-version=40.0
-revision=1
-build_style=meson
-hostmakedepends="gettext glib-devel pkg-config vala-devel"
-makedepends="libarchive-devel grilo-devel gtk+3-devel libglib-devel
- libmanette-devel librsvg-devel libsoup-devel libxml2-devel retro-gtk-devel
- sqlite-devel tracker-devel libhandy1-devel"
-short_desc="Browse and play your games"
-maintainer="Enno Boland <gottox@voidlinux.org>"
-license="GPL-3.0-or-later"
-homepage="https://wiki.gnome.org/Apps/Games"
-distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=32cd413f89292a74b0a84a5a30d0f4878ce42caea36374b1fb4dce3b4f6adf0f
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 57df15daae2b..6511980ca218 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -88,6 +88,7 @@ replaces="
  gksu<=2.0.2_4
  glibmm-doc<=2.64.2_2
  gnome-doc-utils<=0.20.10_9
+ gnome-games<=40.0_1
  gnome-getting-started-docs<=3.38.1_1
  gnome-shell-mousewheel-zoom<=0.8.0_2
  gnome-twitch<=0.4.2_1

From 76709df99c94b83b18069662d9b56cd26d6f2995 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 27 Feb 2022 22:57:35 +0100
Subject: [PATCH 3/3] gnome-documents: remove package

* archived project, uses tracker2
---
 .../gnome-documents/patches/meson-0.61.patch  | 18 ---------------
 srcpkgs/gnome-documents/template              | 23 -------------------
 srcpkgs/removed-packages/template             |  1 +
 3 files changed, 1 insertion(+), 41 deletions(-)
 delete mode 100644 srcpkgs/gnome-documents/patches/meson-0.61.patch
 delete mode 100644 srcpkgs/gnome-documents/template

diff --git a/srcpkgs/gnome-documents/patches/meson-0.61.patch b/srcpkgs/gnome-documents/patches/meson-0.61.patch
deleted file mode 100644
index 131d34509406..000000000000
--- a/srcpkgs/gnome-documents/patches/meson-0.61.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- a/data/meson.build
-+++ b/data/meson.build
-@@ -56,7 +56,6 @@ foreach app: documents_apps
-   appdata = app + '.appdata.xml'
- 
-   appdata_file = i18n.merge_file(
--    appdata,
-     input: appdata + '.in',
-     output: appdata,
-     po_dir: po_dir,
-@@ -76,7 +75,6 @@ foreach app: documents_apps
-   desktop = app + '.desktop'
- 
-   desktop_file = i18n.merge_file(
--    desktop,
-     type: 'desktop',
-     input: desktop + '.in',
-     output: desktop,
diff --git a/srcpkgs/gnome-documents/template b/srcpkgs/gnome-documents/template
deleted file mode 100644
index 7e45b825e712..000000000000
--- a/srcpkgs/gnome-documents/template
+++ /dev/null
@@ -1,23 +0,0 @@
-# Template file for 'gnome-documents'
-pkgname=gnome-documents
-version=3.34.0
-revision=2
-build_helper="gir"
-build_style=meson
-hostmakedepends="docbook-xsl gettext itstool pkg-config glib-devel libxslt gdk-pixbuf
- librsvg"
-makedepends="clutter-gtk-devel evince-devel gjs-devel gnome-desktop-devel
- libgdata-devel libgepub-devel librsvg-devel libzapojit-devel tracker-devel
- vala-devel webkit2gtk-devel"
-depends="desktop-file-utils hicolor-icon-theme libgepub tracker tracker-miners
- gjs gnome-online-miners evince"
-short_desc="Documents Manager for GNOME"
-maintainer="Enno Boland <gottox@voidlinux.org>"
-license="GPL-2.0-or-later"
-homepage="https://wiki.gnome.org/Apps/Documents"
-distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=d8a90e84aef3a78fcaa91dc12a24a473a5778a47eb4c2354d0e35d558f29f0e2
-lib32disabled=yes
-
-build_options="gir"
-build_options_default="gir"
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 6511980ca218..f1dcebc2b8cc 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -88,6 +88,7 @@ replaces="
  gksu<=2.0.2_4
  glibmm-doc<=2.64.2_2
  gnome-doc-utils<=0.20.10_9
+ gnome-documents<=3.34.0_2
  gnome-games<=40.0_1
  gnome-getting-started-docs<=3.38.1_1
  gnome-shell-mousewheel-zoom<=0.8.0_2

  reply	other threads:[~2022-04-07 21:17 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-09 17:04 [PR PATCH] " paper42
2022-04-07 21:17 ` paper42 [this message]
2022-04-07 21:24 ` [PR PATCH] [Updated] " paper42
2022-04-07 22:05 ` paper42
2022-04-09 11:24 ` [PR PATCH] [Updated] tracker3: rename to tracker, drop tracker2 paper42
2022-04-09 12:00 ` paper42
2022-05-09 21:36 ` paper42
2022-06-11  9:41 ` paper42
2022-06-11  9:50 ` paper42
2022-06-11 10:26 ` [PR PATCH] [Merged]: " paper42

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=20220407211714.mq9NyAkVh0NuwqoFTkppyXjLafd0k8Tn8sQoMY9-RPA@z \
    --to=paper42@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).