Github messages for voidlinux
 help / color / mirror / Atom feed
From: sgn <sgn@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] gtk4: update to 4.0.0.
Date: Mon, 21 Dec 2020 14:34:01 +0100	[thread overview]
Message-ID: <20201221133401.K9O8fD1fSwKGVxyLtRbXaMB-f2AwFrK8w2ovnYml3Tw@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27301@inbox.vuxu.org>

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

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

https://github.com/sgn/void-packages gtk4-update
https://github.com/void-linux/void-packages/pull/27301

gtk4: update to 4.0.0.


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

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

From f68d7fc71f31605ee26f3f585b6832eb3105976b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sun, 20 Dec 2020 20:20:15 +0700
Subject: [PATCH] gtk4: update to 4.0.0.

---
 common/shlibs         |  2 +-
 srcpkgs/gtk4/template | 11 ++++++++---
 srcpkgs/gtk4/update   |  1 +
 3 files changed, 10 insertions(+), 4 deletions(-)
 create mode 100644 srcpkgs/gtk4/update

diff --git a/common/shlibs b/common/shlibs
index 079e0ebe5d0..40f5695d573 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3723,7 +3723,7 @@ libflite.so.1 flite-2.1_1
 libflite_cmu_us_kal.so.1 flite-2.1_1
 libflite_usenglish.so.1 flite-2.1_1
 libflite_cmulex.so.1 flite-2.1_1
-libgtk-4.so.0 gtk4-3.99.1_1
+libgtk-4.so.1 gtk4-4.0.0_1
 libmodule.so.5 libmodule-5.0.0_1
 libgnustep-gui.so.0.28 gnustep-gui-0.28.0_1
 libmhash.so.2 mhash-0.9.9.9_1
diff --git a/srcpkgs/gtk4/template b/srcpkgs/gtk4/template
index a917e2bfc27..52c93003ef4 100644
--- a/srcpkgs/gtk4/template
+++ b/srcpkgs/gtk4/template
@@ -1,6 +1,6 @@
 # Template file for 'gtk4'
 pkgname=gtk4
-version=3.99.1
+version=4.0.0
 revision=1
 wrksrc="gtk-${version}"
 build_style=meson
@@ -9,7 +9,7 @@ configure_args="-Dman-pages=true -Dbuild-tests=false -Dmedia=all
  -Dbroadway-backend=$(vopt_if broadway true false)
  -Dx11-backend=$(vopt_if x11 true false)
  -Dwayland-backend=$(vopt_if wayland true false)
- -Dintrospection=$(vopt_if gir true false)
+ -Dintrospection=$(vopt_if gir enabled disabled)
  -Dprint-backends=$(vopt_if cups 'cups,file' file)
  -Dcolord=$(vopt_if colord enabled disabled)
  -Dcloudproviders=$(vopt_if cloudproviders enabled disabled)
@@ -29,7 +29,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://www.gtk.org/"
 distfiles="${GNOME_SITE}/gtk/${version%.*}/gtk-${version}.tar.xz"
-checksum=9b444e1ce3728680290917e143930195599c65c84c4debbfacfc1044aeff3c94
+checksum=d46cf5b127ea27dd9e5d2ff6ed500cb4067eeb2cb1cd2c313ccde8013b0b9bf9
 
 # Package build options
 build_options="broadway colord cups gir cloudproviders wayland x11"
@@ -38,6 +38,11 @@ desc_option_cloudproviders="Enable integration with cloudproviders, such as Next
 
 build_options_default="colord cups broadway wayland x11 cloudproviders vulkan gir"
 
+pre_build() {
+	# Pass -O2 to g-ir-scanner
+	export CFLAGS
+}
+
 gtk4-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
diff --git a/srcpkgs/gtk4/update b/srcpkgs/gtk4/update
new file mode 100644
index 00000000000..ff59e7203e7
--- /dev/null
+++ b/srcpkgs/gtk4/update
@@ -0,0 +1 @@
+pkgname=gtk

  reply	other threads:[~2020-12-21 13:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-20 13:48 [PR PATCH] " sgn
2020-12-21 13:34 ` sgn [this message]
2020-12-21 13:59 ` [PR PATCH] [Updated] " sgn
2020-12-23 14:16 ` [PR PATCH] [Merged]: " sgn

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=20201221133401.K9O8fD1fSwKGVxyLtRbXaMB-f2AwFrK8w2ovnYml3Tw@z \
    --to=sgn@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).