Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gedit{,-plugins}: update to 41.0.
@ 2022-02-19 13:23 paper42
  2022-02-19 13:46 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 1 reply; 2+ messages in thread
From: paper42 @ 2022-02-19 13:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages gedit-41
https://github.com/void-linux/void-packages/pull/35701

gedit{,-plugins}: update to 41.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

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

From 8928f8634a37ec5e5b21fdba1ab1d43341d0b9c4 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sat, 19 Feb 2022 00:58:11 +0100
Subject: [PATCH 1/2] gedit: update to 41.0.

---
 common/shlibs          |  2 +-
 srcpkgs/gedit/template | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index a7083e807432..7c253776c381 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3633,7 +3633,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-40.0.so gedit-40.0_1
+libgedit-41.so gedit-41.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 2f8b48a2199d..c6f401487ca0 100644
--- a/srcpkgs/gedit/template
+++ b/srcpkgs/gedit/template
@@ -1,26 +1,26 @@
 # Template file for 'gedit'
 pkgname=gedit
-version=40.1
-revision=2
+version=41.0
+revision=1
 build_helper="gir"
 build_style=meson
 pycompile_dirs="usr/lib/gedit/plugins"
 hostmakedepends="itstool pkg-config glib-devel gdk-pixbuf perl gettext vala"
 makedepends="gsettings-desktop-schemas-devel gspell-devel gtksourceview4-devel
- libpeas-devel tepl-devel python3-gobject-devel"
+ libpeas-devel python3-gobject-devel"
 depends="desktop-file-utils gsettings-desktop-schemas iso-codes"
 short_desc="Text editor for GNOME"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Gedit"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=55e394a82cb65678b1ab49526cf5bd43f00d8fba21476a4849051a8e137d3691
-shlib_provides="libgedit-40.0.so"
+checksum=7a9b18b158808d1892989165f3706c4f1a282979079ab7458a79d3c24ad4deb5
+shlib_provides="libgedit-41.so"
 python_version=3
 
 gedit-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision} gtksourceview4-devel
-	 libpeas-devel tepl-devel"
+	 libpeas-devel"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include

From c8da80ad761a6c403fbb3129573af4029ea51999 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sat, 19 Feb 2022 00:58:16 +0100
Subject: [PATCH 2/2] gedit-plugins: update to 41.0.

---
 srcpkgs/gedit-plugins/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gedit-plugins/template b/srcpkgs/gedit-plugins/template
index c7c4d159723b..6ee3057a462b 100644
--- a/srcpkgs/gedit-plugins/template
+++ b/srcpkgs/gedit-plugins/template
@@ -1,7 +1,7 @@
 # Template file for 'gedit-plugins'
 pkgname=gedit-plugins
-version=40.1
-revision=2
+version=41.0
+revision=1
 build_style=meson
 pycompile_dirs="usr/lib/gedit/plugins"
 hostmakedepends="gettext glib-devel itstool pkg-config vala appstream-glib
@@ -12,7 +12,8 @@ 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://wiki.gnome.org/action/show/Apps/Gedit/PluginsLists"
+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=dfb7989507a5745cb17c42fb1472207167a387197354f64254118e4a9437c196
+checksum=a38f949460914f054063671bf0bb8e8a5184e6210be89f64bb304652d4520e87
 python_version=3

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

* Re: [PR PATCH] [Merged]: gedit{,-plugins}: update to 41.0.
  2022-02-19 13:23 [PR PATCH] gedit{,-plugins}: update to 41.0 paper42
@ 2022-02-19 13:46 ` paper42
  0 siblings, 0 replies; 2+ messages in thread
From: paper42 @ 2022-02-19 13:46 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

gedit{,-plugins}: update to 41.0.
https://github.com/void-linux/void-packages/pull/35701

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

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

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

end of thread, other threads:[~2022-02-19 13:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-19 13:23 [PR PATCH] gedit{,-plugins}: update to 41.0 paper42
2022-02-19 13:46 ` [PR PATCH] [Merged]: " paper42

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