From: paper42 <paper42@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] gedit: update to 43.2.
Date: Wed, 23 Nov 2022 21:01:27 +0100 [thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40711@inbox.vuxu.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 1238 bytes --]
There is a new pull request by paper42 against master on the void-packages repository
https://github.com/paper42/void-packages gedit43
https://github.com/void-linux/void-packages/pull/40711
gedit: update to 43.2.
<!-- 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/40711.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gedit43-40711.patch --]
[-- Type: text/x-diff, Size: 7694 bytes --]
From 21b4c6173a8010e70a934a1de77525d411b7dd52 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 23 Nov 2022 11:08:41 +0100
Subject: [PATCH 1/5] amtk: update to 5.6.1.
---
srcpkgs/amtk/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/amtk/template b/srcpkgs/amtk/template
index 46ee8dccb415..96aa3b11019f 100644
--- a/srcpkgs/amtk/template
+++ b/srcpkgs/amtk/template
@@ -1,7 +1,7 @@
# Template file for 'amtk'
pkgname=amtk
-version=5.4.1
-revision=2
+version=5.6.1
+revision=1
build_style=meson
build_helper="gir"
configure_args="$(vopt_bool gir gobject_introspection) $(vopt_bool gtk_doc)"
@@ -12,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="https://gitlab.gnome.org/World/amtk"
distfiles="${GNOME_SITE}/amtk/${version%.*}/amtk-${version}.tar.xz"
-checksum=7ebabc429b0eebb2b32360c9bfdbe368e489b35c3cdc086a856cfc9b3a466a72
+checksum=d50115b85c872aac296934b5ee726a3fa156c6f5ad96d27e0edd0aa5ad173228
build_options="gir gtk_doc"
build_options_default="gir"
From c09fcd9e428b6350377c36a5df607868b7dd50a9 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 23 Nov 2022 11:05:11 +0100
Subject: [PATCH 2/5] tepl: update to 6.2.0.
---
common/shlibs | 2 +-
srcpkgs/tepl/template | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/common/shlibs b/common/shlibs
index d9fc6ca08507..2a03641922be 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3510,7 +3510,7 @@ libwx_gtk3u_media-3.0.so.0 wxWidgets-gtk3-3.0.4_1
libwx_gtk3u_ribbon-3.0.so.0 wxWidgets-gtk3-3.0.4_1
libwx_gtk3u_gl-3.0.so.0 wxWidgets-gtk3-3.0.4_1
libwx_gtk3u_stc-3.0.so.0 wxWidgets-gtk3-3.0.4_1
-libtepl-6.so.0 tepl-6.00.0_1
+libtepl-6.so.1 tepl-6.2.0_1
libnomacsCore.so.3 nomacs-3.10.2_4
libaudit.so.1 libaudit-2.8.4_1
libauparse.so.0 libauparse-2.8.4_1
diff --git a/srcpkgs/tepl/template b/srcpkgs/tepl/template
index fae1e1d3a3f3..8a95b5f52ba2 100644
--- a/srcpkgs/tepl/template
+++ b/srcpkgs/tepl/template
@@ -1,6 +1,6 @@
# Template file for 'tepl'
pkgname=tepl
-version=6.1.1
+version=6.2.0
revision=1
build_style=meson
build_helper=gir
@@ -14,8 +14,8 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://wiki.gnome.org/Projects/Tepl"
changelog="https://gitlab.gnome.org/swilmet/tepl/-/raw/main/NEWS"
-distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=a0fbcbcf82dbcb031e1cbea286ab3edc70d5a6ea4125038242a1b1d3ff0278aa
+distfiles="${GNOME_SITE}/tepl/${version%.*}/tepl-${version}.tar.xz"
+checksum=8cd6865c2c38188760cb38cae33dc9e0a888fad18d0b04f1d55e656aa989a844
make_check_pre="xvfb-run"
build_options="gir gtk_doc"
From 843dd6e5e247a18a399a1d1da44adf682c1a58d3 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 23 Nov 2022 11:08:25 +0100
Subject: [PATCH 3/5] gnome-latex: revbump for tepl 6.2
---
srcpkgs/gnome-latex/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/gnome-latex/template b/srcpkgs/gnome-latex/template
index 6cb4695c9f94..f998d791153f 100644
--- a/srcpkgs/gnome-latex/template
+++ b/srcpkgs/gnome-latex/template
@@ -1,7 +1,7 @@
# Template file for 'gnome-latex'
pkgname=gnome-latex
version=3.40.0
-revision=1
+revision=2
build_helper="gir"
build_style=gnu-configure
configure_args="--disable-appstream-util --disable-dconf-migration
From 5e67493bf8e5fc1c9f9697761bcbe5db8dc07e62 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 23 Nov 2022 19:05:52 +0100
Subject: [PATCH 4/5] gedit: update to 43.2.
---
common/shlibs | 2 +-
srcpkgs/gedit/template | 18 ++++++++++--------
2 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/common/shlibs b/common/shlibs
index 2a03641922be..ff484bca3230 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3631,7 +3631,7 @@ libqhttpengine.so.1 qhttpengine-1.0.1_1
libqmdnsengine.so.0 qmdnsengine-0.1.0_1
libyang.so.1 libyang-1.0r5_1
libhtp.so.2 libhtp-0.5.30_1
-libgedit-41.so gedit-41.0_1
+libgedit-43.so gedit-43.0_1
libchewing.so.3 libchewing-0.5.1_1
libdwarves.so.1 pahole-1.12_1
libdwarves_emit.so.1 pahole-1.12_1
diff --git a/srcpkgs/gedit/template b/srcpkgs/gedit/template
index 8aad2f036e05..4292cdbd6aa0 100644
--- a/srcpkgs/gedit/template
+++ b/srcpkgs/gedit/template
@@ -1,27 +1,29 @@
# Template file for 'gedit'
+# keep major version in sync with gedit
pkgname=gedit
-version=42.2
-revision=2
+version=43.2
+revision=1
build_helper="gir"
build_style=meson
pycompile_dirs="usr/lib/gedit/plugins"
+configure_args="-Dgtk_doc=false"
hostmakedepends="itstool pkg-config glib-devel gdk-pixbuf perl gettext vala"
makedepends="gsettings-desktop-schemas-devel gspell-devel gtksourceview4-devel
- libpeas-devel python3-gobject-devel"
+ libpeas-devel python3-gobject-devel amtk-devel tepl-devel"
depends="desktop-file-utils gsettings-desktop-schemas iso-codes"
short_desc="Text editor for GNOME"
maintainer="Michal Vasilek <michal@vasilek.cz>"
license="GPL-2.0-or-later"
homepage="https://wiki.gnome.org/Apps/Gedit"
-changelog="https://gitlab.gnome.org/GNOME/gedit/-/raw/gnome-42/NEWS"
-distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=3c6229111f0ac066ae44964920791d1265f5bbb56b0bd949a69b7b1261fc8fca
-shlib_provides="libgedit-41.so"
+changelog="https://gitlab.gnome.org/GNOME/gedit/-/raw/gedit-43/NEWS"
+distfiles="${GNOME_SITE}/gedit/${version%.*}/gedit-${version}.tar.xz"
+checksum=f950d2d35c594bb6c8dbc9f5440cad7788ca0a8688e2b07846f83de9a4e3fc25
python_version=3
+shlib_provides="libgedit-43.so"
gedit-devel_package() {
depends="${sourcepkg}>=${version}_${revision} gtk+3-devel libglib-devel
- gtksourceview4-devel libpeas-devel"
+ gtksourceview4-devel libpeas-devel amtk-devel tepl-devel"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
From 3adfd68962e5aaad69c1222860c1a026587f46c7 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 23 Nov 2022 20:25:43 +0100
Subject: [PATCH 5/5] gedit-plugins: update to 43.1.
---
srcpkgs/gedit-plugins/template | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/srcpkgs/gedit-plugins/template b/srcpkgs/gedit-plugins/template
index 576c3a3dcdad..ae67d13837be 100644
--- a/srcpkgs/gedit-plugins/template
+++ b/srcpkgs/gedit-plugins/template
@@ -1,19 +1,21 @@
# Template file for 'gedit-plugins'
+# keep major version in sync with gedit
pkgname=gedit-plugins
-version=42.1
-revision=2
+version=43.1
+revision=1
build_style=meson
pycompile_dirs="usr/lib/gedit/plugins"
hostmakedepends="gettext glib-devel itstool pkg-config vala appstream-glib
python3-gobject gucharmap-devel vte3-devel"
makedepends="gedit-devel gtksourceview4-devel gtk+3-devel libgit2-glib-devel
- libglib-devel libpeas-devel python3-dbus-devel python3-devel zeitgeist-devel"
+ libglib-devel libpeas-devel python3-dbus-devel python3-devel zeitgeist-devel
+ amtk-devel"
depends="python3-gobject gucharmap vte3"
short_desc="Set of plugins for Gedit"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://gitlab.gnome.org/GNOME/gedit-plugins"
changelog="https://gitlab.gnome.org/GNOME/gedit-plugins/-/raw/master/NEWS"
-distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=c6b741de7d2610b0e474ef1b72a2a587e236998573403d527fe18e9e3de2623d
+distfiles="${GNOME_SITE}/gedit-plugins/${version%.*}/gedit-plugins-${version}.tar.xz"
+checksum=93a4ff0f60e8283293f16c242c25eb197e5e7bdc06cbe8891b82cf1d46cc6e1d
python_version=3
next reply other threads:[~2022-11-23 20:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-23 20:01 paper42 [this message]
2022-12-03 12:11 ` [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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40711@inbox.vuxu.org \
--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).