Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] geany: update to 1.36
@ 2019-10-02  6:03 voidlinux-github
  2019-10-02  6:44 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 3+ messages in thread
From: voidlinux-github @ 2019-10-02  6:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages geany
https://github.com/void-linux/void-packages/pull/14942

geany: update to 1.36


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

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

From 6261922206407f798357e7a45658ab0d3928a804 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Wed, 2 Oct 2019 08:01:46 +0200
Subject: [PATCH] geany: update to 1.36

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

diff --git a/srcpkgs/geany/template b/srcpkgs/geany/template
index 0cbd92aeafd..e99051eedb8 100644
--- a/srcpkgs/geany/template
+++ b/srcpkgs/geany/template
@@ -1,6 +1,6 @@
 # Template file for 'geany'
 pkgname=geany
-version=1.35
+version=1.36
 revision=1
 build_style=gnu-configure
 configure_args="--enable-vte --enable-gtk3"
@@ -9,11 +9,11 @@ hostmakedepends="automake gettext-devel glib-devel libtool pkg-config intltool
 makedepends="gtk+3-devel"
 depends="hicolor-icon-theme desktop-file-utils"
 short_desc="Fast and lightweight IDE"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://www.geany.org"
 distfiles="https://download.${pkgname}.org/${pkgname}-${version}.tar.bz2"
-checksum=35ee1d3ddfadca8bf1764e174ba3a5f348b1f1f430d32a36295b7706b7753d9d
+checksum=9184dd3dd40b7b84fca70083284bb9dbf2ee8022bf2be066bdc36592d909d53e
 
 pre_configure() {
 	autoreconf -fi

^ permalink raw reply	[flat|nested] 3+ messages in thread
* [PR PATCH] geany: update to 1.36
@ 2019-10-02  4:04 voidlinux-github
  0 siblings, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-10-02  4:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bobertlo/void-packages geany
https://github.com/void-linux/void-packages/pull/14939

geany: update to 1.36


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

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

From 3ca7e9ed9b8558c97c2deec82dc47a4468ecb337 Mon Sep 17 00:00:00 2001
From: Robert Lowry <bobertlo@gmail.com>
Date: Tue, 1 Oct 2019 22:13:26 -0500
Subject: [PATCH 1/2] geany: update to 1.36

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

diff --git a/srcpkgs/geany/template b/srcpkgs/geany/template
index 0cbd92aeafd..d3d22759111 100644
--- a/srcpkgs/geany/template
+++ b/srcpkgs/geany/template
@@ -1,6 +1,6 @@
 # Template file for 'geany'
 pkgname=geany
-version=1.35
+version=1.36
 revision=1
 build_style=gnu-configure
 configure_args="--enable-vte --enable-gtk3"
@@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://www.geany.org"
 distfiles="https://download.${pkgname}.org/${pkgname}-${version}.tar.bz2"
-checksum=35ee1d3ddfadca8bf1764e174ba3a5f348b1f1f430d32a36295b7706b7753d9d
+checksum=9184dd3dd40b7b84fca70083284bb9dbf2ee8022bf2be066bdc36592d909d53e
 
 pre_configure() {
 	autoreconf -fi

From 6451f8a8fcbb12cf880dffb80daa3de4d5046274 Mon Sep 17 00:00:00 2001
From: Robert Lowry <bobertlo@gmail.com>
Date: Tue, 1 Oct 2019 22:20:09 -0500
Subject: [PATCH 2/2] geany-plugins: update to 1.36.0

---
 srcpkgs/geany-plugins/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/geany-plugins/template b/srcpkgs/geany-plugins/template
index db0775ae22f..7047183241d 100644
--- a/srcpkgs/geany-plugins/template
+++ b/srcpkgs/geany-plugins/template
@@ -1,7 +1,7 @@
 # Template file for 'geany-plugins'
 pkgname=geany-plugins
-version=1.35.0
-revision=2
+version=1.36.0
+revision=1
 build_style=gnu-configure
 configure_args="PYTHON=/usr/bin/python2 --enable-all-plugins --disable-devhelp
  --disable-webhelper --disable-debugger --disable-geanypy --disable-multiterm"
@@ -15,7 +15,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="http://plugins.geany.org"
 distfiles="https://github.com/geany/${pkgname}/archive/${version}.tar.gz"
-checksum=8a46ed8ed79443ec891e0ac2da039ece666de1601178afe030dd50bcd6515fce
+checksum=39409e948502a7d6d88a290f201b7c6c678ce8ecaff7c73589ee0f6dcc059568
 
 pre_configure() {
 	NOCONFIGURE=1 ./autogen.sh
@@ -52,4 +52,3 @@ geany-plugins-extra_package() {
 		vmove usr/lib/geany-plugins/geanylua
 	}
 }
-

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

end of thread, other threads:[~2019-10-02  6:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-02  6:03 [PR PATCH] geany: update to 1.36 voidlinux-github
2019-10-02  6:44 ` [PR PATCH] [Merged]: " voidlinux-github
  -- strict thread matches above, loose matches on Subject: below --
2019-10-02  4:04 [PR PATCH] " voidlinux-github

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