Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] Update Gnome Accessibility stack to 2.34
Date: Tue, 17 Sep 2019 22:05:10 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14534@inbox.vuxu.org> (raw)

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

There is a new pull request by thomas-t-w against master on the void-packages repository

https://github.com/thomas-t-w/void-packages spi-atk
https://github.com/void-linux/void-packages/pull/14534

Update Gnome Accessibility stack to 2.34
This has to be updated all as one to avoid problems. I will be the first to admit I am still learning so I could have done this wrong.

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

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

From 822471db46f016e945bb0660007d4e7292f114e4 Mon Sep 17 00:00:00 2001
From: Thomas <thomasw@fastmail.cn>
Date: Mon, 16 Sep 2019 22:34:27 -0400
Subject: [PATCH 1/3] at-spi2-core: update to 2.34.0.

---
 srcpkgs/at-spi2-core/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/at-spi2-core/template b/srcpkgs/at-spi2-core/template
index 9de5050734d..b383fe99bed 100644
--- a/srcpkgs/at-spi2-core/template
+++ b/srcpkgs/at-spi2-core/template
@@ -1,7 +1,7 @@
 # Template file for 'at-spi2-core'
 pkgname=at-spi2-core
-version=2.32.1
-revision=2
+version=2.34.0
+revision=1
 build_style=meson
 build_helper="gir"
 hostmakedepends="pkg-config dbus glib-devel"
@@ -12,7 +12,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://gitlab.gnome.org/GNOME/at-spi2-core"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=3c2aa937ebfaca2c86569bce9b16a34fbe20d69ef0c58846313b1c42f53b0d53
+checksum=d629cdbd674e539f8912028512af583990938c7b49e25184c126b00121ef11c6
 
 # Package build options
 build_options="gir"

From 742647c8c7efe6207724951d217de3c6233bddd5 Mon Sep 17 00:00:00 2001
From: Thomas <thomasw@fastmail.cn>
Date: Mon, 16 Sep 2019 22:36:27 -0400
Subject: [PATCH 2/3] at-spi2-atk: update to 2.34.0.

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

diff --git a/srcpkgs/at-spi2-atk/template b/srcpkgs/at-spi2-atk/template
index 37bc305f58f..9d675e3752b 100644
--- a/srcpkgs/at-spi2-atk/template
+++ b/srcpkgs/at-spi2-atk/template
@@ -1,6 +1,6 @@
 # Template file for 'at-spi2-atk'
 pkgname=at-spi2-atk
-version=2.32.0
+version=2.34.0
 revision=1
 build_style=meson
 hostmakedepends="libtool pkg-config intltool glib-devel"
@@ -10,7 +10,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.0-or-later"
 homepage="http://www.gnome.org"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=0b51e6d339fa2bcca3a3e3159ccea574c67b107f1ac8b00047fa60e34ce7a45c
+checksum=3a9a7e96a1eb549529e60a42201dd78ccce413d9c1706e16351cc5288e064500
 
 at-spi2-atk-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"

From d46f604ed96e876449cf65df3b69566fb4a67cd1 Mon Sep 17 00:00:00 2001
From: Thomas <thomasw@fastmail.cn>
Date: Tue, 17 Sep 2019 14:24:13 -0400
Subject: [PATCH 3/3] atk: update to 2.34.1.

---
 srcpkgs/atk/patches/fix-cross-gir.patch | 14 --------------
 srcpkgs/atk/template                    |  6 +++---
 2 files changed, 3 insertions(+), 17 deletions(-)
 delete mode 100644 srcpkgs/atk/patches/fix-cross-gir.patch

diff --git a/srcpkgs/atk/patches/fix-cross-gir.patch b/srcpkgs/atk/patches/fix-cross-gir.patch
deleted file mode 100644
index c249c72c542..00000000000
--- a/srcpkgs/atk/patches/fix-cross-gir.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/atk/meson.build b/atk/meson.build
-index 616a3e6..941ded8 100644
---- atk/meson.build
-+++ atk/meson.build
-@@ -137,7 +137,7 @@ libatk_dep = declare_dependency(link_with: libatk,
-                                 dependencies: gobject_dep,
-                                 sources: atk_enum_h)
- 
--if not meson.is_cross_build() and get_option('introspection')
-+if get_option('introspection')
-   gnome.generate_gir(libatk,
-                      sources: atk_sources + atk_headers + [ atk_enum_h ] + [ atk_version_h ],
-                      namespace: 'Atk',
-
diff --git a/srcpkgs/atk/template b/srcpkgs/atk/template
index 6d5d2399df7..7c14b116598 100644
--- a/srcpkgs/atk/template
+++ b/srcpkgs/atk/template
@@ -1,7 +1,7 @@
 # Template file for 'atk'
 pkgname=atk
-version=2.32.0
-revision=2
+version=2.34.1
+revision=1
 build_style=meson
 build_helper="gir"
 configure_args="-Dintrospection=$(vopt_if gir true false)"
@@ -12,7 +12,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://developer.gnome.org/atk/"
 distfiles="${GNOME_SITE}/atk/${version%.*}/atk-${version}.tar.xz"
-checksum=cb41feda7fe4ef0daa024471438ea0219592baf7c291347e5a858bb64e4091cc
+checksum=d4f0e3b3d21265fcf2bc371e117da51c42ede1a71f6db1c834e6976bb20997cb
 
 # Package build options
 build_options="gir"

             reply	other threads:[~2019-09-17 20:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-17 20:05 voidlinux-github [this message]
2019-09-18  7:37 ` [PR PATCH] [Merged]: " voidlinux-github

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14534@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).