Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gtkmm: change version number to v3
@ 2020-01-13 18:26 voidlinux-github
  2020-01-13 18:31 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2020-01-13 18:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages master
https://github.com/void-linux/void-packages/pull/18291

gtkmm: change version number to v3
The short description for this package was wrong, as it was using v2 as
the version number.

Fixes #18290 

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

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

From 6d6e5401914369202d890b052febde23130f2ee0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.rolim@tarvos.ag>
Date: Mon, 13 Jan 2020 15:24:24 -0300
Subject: [PATCH] gtkmm: change version number to v3

The short description for this package was wrong, as it was using v2 as
the version number.
---
 srcpkgs/gtkmm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gtkmm/template b/srcpkgs/gtkmm/template
index b09ab6c9cce..3237bd13c34 100644
--- a/srcpkgs/gtkmm/template
+++ b/srcpkgs/gtkmm/template
@@ -6,7 +6,7 @@ build_style=gnu-configure
 configure_args="--disable-documentation"
 hostmakedepends="automake libtool pkg-config mm-common"
 makedepends="gtk+3-devel glibmm-devel atkmm-devel pangomm-devel"
-short_desc="C++ bindings for The GTK+ toolkit (v2)"
+short_desc="C++ bindings for The GTK+ toolkit (v3)"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://gtkmm.org"

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

* Re: [PR PATCH] [Updated] gtkmm: change version number to v3
  2020-01-13 18:26 [PR PATCH] gtkmm: change version number to v3 voidlinux-github
@ 2020-01-13 18:31 ` voidlinux-github
  2020-01-13 18:32 ` voidlinux-github
  2020-01-14 18:06 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2020-01-13 18:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages master
https://github.com/void-linux/void-packages/pull/18291

gtkmm: change version number to v3
The short description for this package was wrong, as it was using v2 as
the version number.

Fixes #18290 

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

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

From b2c9c7393b95f419decd1e3f0258c88d342f10b7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.rolim@tarvos.ag>
Date: Mon, 13 Jan 2020 15:24:24 -0300
Subject: [PATCH] gtkmm: change version number to v3

The short description for this package was wrong, as it was using v2 as
the version number.
---
 srcpkgs/gtkmm/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gtkmm/template b/srcpkgs/gtkmm/template
index b09ab6c9cce..e253218c972 100644
--- a/srcpkgs/gtkmm/template
+++ b/srcpkgs/gtkmm/template
@@ -1,12 +1,12 @@
 # Template file for 'gtkmm'
 pkgname=gtkmm
 version=3.24.1
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-documentation"
 hostmakedepends="automake libtool pkg-config mm-common"
 makedepends="gtk+3-devel glibmm-devel atkmm-devel pangomm-devel"
-short_desc="C++ bindings for The GTK+ toolkit (v2)"
+short_desc="C++ bindings for The GTK+ toolkit (v3)"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://gtkmm.org"

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

* Re: gtkmm: change version number to v3
  2020-01-13 18:26 [PR PATCH] gtkmm: change version number to v3 voidlinux-github
  2020-01-13 18:31 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-13 18:32 ` voidlinux-github
  2020-01-14 18:06 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2020-01-13 18:32 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/18291#issuecomment-573805483

Comment:
Fixed

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

* Re: [PR PATCH] [Merged]: gtkmm: change version number to v3
  2020-01-13 18:26 [PR PATCH] gtkmm: change version number to v3 voidlinux-github
  2020-01-13 18:31 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-13 18:32 ` voidlinux-github
@ 2020-01-14 18:06 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2020-01-14 18:06 UTC (permalink / raw)
  To: ml

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

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

gtkmm: change version number to v3
https://github.com/void-linux/void-packages/pull/18291

Description:
The short description for this package was wrong, as it was using v2 as
the version number.

Fixes #18290 

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

end of thread, other threads:[~2020-01-14 18:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-13 18:26 [PR PATCH] gtkmm: change version number to v3 voidlinux-github
2020-01-13 18:31 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-13 18:32 ` voidlinux-github
2020-01-14 18:06 ` [PR PATCH] [Merged]: " 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).