Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gtk-sharp: remove libglade-devel from makedepends
@ 2022-11-05 14:49 kruceter
  2022-11-05 15:11 ` [PR PATCH] [Updated] " kruceter
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: kruceter @ 2022-11-05 14:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kruceter/void-packages gtk-sharp
https://github.com/void-linux/void-packages/pull/40345

gtk-sharp: remove libglade-devel from makedepends
libglade-devel is not used by this package.

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

cc: @Gottox 

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

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

From 1321c944c1eaba289fb5efd6d991c9aa701338a2 Mon Sep 17 00:00:00 2001
From: Krul Ceter <kruceter@proton.me>
Date: Sat, 5 Nov 2022 17:46:31 +0300
Subject: [PATCH] gtk-sharp: remove libglade-devel from makedepends

libglade-devel is not used by this package.
---
 srcpkgs/gtk-sharp/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gtk-sharp/template b/srcpkgs/gtk-sharp/template
index f3125a457881..331fe0fc51bf 100644
--- a/srcpkgs/gtk-sharp/template
+++ b/srcpkgs/gtk-sharp/template
@@ -1,12 +1,12 @@
 # Template file for 'gtk-sharp'
 pkgname=gtk-sharp
 version=2.99.3
-revision=2
+revision=3
 lib32disabled=yes
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="automake libtool mono pkg-config"
-makedepends="mono-devel gtk+3-devel libglade-devel"
+makedepends="mono-devel gtk+3-devel"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 homepage="https://www.mono-project.com/GtkSharp"
 license="LGPL-2.1-or-later"

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

* Re: [PR PATCH] [Updated] gtk-sharp: remove libglade-devel from makedepends
  2022-11-05 14:49 [PR PATCH] gtk-sharp: remove libglade-devel from makedepends kruceter
@ 2022-11-05 15:11 ` kruceter
  2022-11-05 15:13 ` [PR PATCH] [Updated] gtk-sharp: remove libglade-devel from makedepends, fix xlint kruceter
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: kruceter @ 2022-11-05 15:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kruceter/void-packages gtk-sharp
https://github.com/void-linux/void-packages/pull/40345

gtk-sharp: remove libglade-devel from makedepends
libglade-devel is not used by this package.

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

cc: @Gottox 

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

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

From 5e4e0ae119320fe072b8bf2e2afbe0d5cfbbc741 Mon Sep 17 00:00:00 2001
From: Krul Ceter <kruceter@proton.me>
Date: Sat, 5 Nov 2022 17:46:31 +0300
Subject: [PATCH] gtk-sharp: remove libglade-devel from makedepends, fix xlint

libglade-devel is not used by this package.
---
 srcpkgs/gtk-sharp/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gtk-sharp/template b/srcpkgs/gtk-sharp/template
index f3125a457881..061c1f6e3ad5 100644
--- a/srcpkgs/gtk-sharp/template
+++ b/srcpkgs/gtk-sharp/template
@@ -1,18 +1,18 @@
 # Template file for 'gtk-sharp'
 pkgname=gtk-sharp
 version=2.99.3
-revision=2
-lib32disabled=yes
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="automake libtool mono pkg-config"
-makedepends="mono-devel gtk+3-devel libglade-devel"
+makedepends="mono-devel gtk+3-devel"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 homepage="https://www.mono-project.com/GtkSharp"
 license="LGPL-2.1-or-later"
 short_desc="Graphical User Interface Toolkit for mono and .Net (Gtk#)"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
 checksum=6440f571416267ae0cb5698071d087b31e3084693fa2c829b1db37ca7ea2c3a2
+lib32disabled=yes
 
 if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
 	_have_mdoc="no"

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

* Re: [PR PATCH] [Updated] gtk-sharp: remove libglade-devel from makedepends, fix xlint
  2022-11-05 14:49 [PR PATCH] gtk-sharp: remove libglade-devel from makedepends kruceter
  2022-11-05 15:11 ` [PR PATCH] [Updated] " kruceter
@ 2022-11-05 15:13 ` kruceter
  2022-11-05 15:15 ` kruceter
  2022-11-08 19:15 ` [PR PATCH] [Merged]: gtk-sharp: remove libglade " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: kruceter @ 2022-11-05 15:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kruceter/void-packages gtk-sharp
https://github.com/void-linux/void-packages/pull/40345

gtk-sharp: remove libglade-devel from makedepends, fix xlint
libglade-devel is not used by this package.

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

cc: @Gottox 

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

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

From 2295c6547c6c225275d6c298afc800c463b504e1 Mon Sep 17 00:00:00 2001
From: Krul Ceter <kruceter@proton.me>
Date: Sat, 5 Nov 2022 17:46:31 +0300
Subject: [PATCH] gtk-sharp: remove libglade from makedepends, fix xlint

libglade-devel is not used by this package.
---
 srcpkgs/gtk-sharp/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gtk-sharp/template b/srcpkgs/gtk-sharp/template
index f3125a457881..adaebe8a13cc 100644
--- a/srcpkgs/gtk-sharp/template
+++ b/srcpkgs/gtk-sharp/template
@@ -1,18 +1,18 @@
 # Template file for 'gtk-sharp'
 pkgname=gtk-sharp
 version=2.99.3
-revision=2
-lib32disabled=yes
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="automake libtool mono pkg-config"
-makedepends="mono-devel gtk+3-devel libglade-devel"
+makedepends="mono-devel gtk+3-devel"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-homepage="https://www.mono-project.com/GtkSharp"
 license="LGPL-2.1-or-later"
 short_desc="Graphical User Interface Toolkit for mono and .Net (Gtk#)"
+homepage="https://www.mono-project.com/GtkSharp"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
 checksum=6440f571416267ae0cb5698071d087b31e3084693fa2c829b1db37ca7ea2c3a2
+lib32disabled=yes
 
 if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
 	_have_mdoc="no"

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

* Re: [PR PATCH] [Updated] gtk-sharp: remove libglade-devel from makedepends, fix xlint
  2022-11-05 14:49 [PR PATCH] gtk-sharp: remove libglade-devel from makedepends kruceter
  2022-11-05 15:11 ` [PR PATCH] [Updated] " kruceter
  2022-11-05 15:13 ` [PR PATCH] [Updated] gtk-sharp: remove libglade-devel from makedepends, fix xlint kruceter
@ 2022-11-05 15:15 ` kruceter
  2022-11-08 19:15 ` [PR PATCH] [Merged]: gtk-sharp: remove libglade " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: kruceter @ 2022-11-05 15:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kruceter/void-packages gtk-sharp
https://github.com/void-linux/void-packages/pull/40345

gtk-sharp: remove libglade-devel from makedepends, fix xlint
libglade-devel is not used by this package.

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

cc: @Gottox 

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

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

From e799bd926147dcbbf7baf10648f3fe4494b10688 Mon Sep 17 00:00:00 2001
From: Krul Ceter <kruceter@proton.me>
Date: Sat, 5 Nov 2022 17:46:31 +0300
Subject: [PATCH] gtk-sharp: remove libglade from makedepends, fix xlint

libglade-devel is not used by this package.
---
 srcpkgs/gtk-sharp/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/gtk-sharp/template b/srcpkgs/gtk-sharp/template
index f3125a457881..45613ab0c198 100644
--- a/srcpkgs/gtk-sharp/template
+++ b/srcpkgs/gtk-sharp/template
@@ -1,18 +1,18 @@
 # Template file for 'gtk-sharp'
 pkgname=gtk-sharp
 version=2.99.3
-revision=2
-lib32disabled=yes
+revision=3
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="automake libtool mono pkg-config"
-makedepends="mono-devel gtk+3-devel libglade-devel"
+makedepends="mono-devel gtk+3-devel"
+short_desc="Graphical User Interface Toolkit for mono and .Net (Gtk#)"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-homepage="https://www.mono-project.com/GtkSharp"
 license="LGPL-2.1-or-later"
-short_desc="Graphical User Interface Toolkit for mono and .Net (Gtk#)"
+homepage="https://www.mono-project.com/GtkSharp"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
 checksum=6440f571416267ae0cb5698071d087b31e3084693fa2c829b1db37ca7ea2c3a2
+lib32disabled=yes
 
 if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
 	_have_mdoc="no"

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

* Re: [PR PATCH] [Merged]: gtk-sharp: remove libglade from makedepends, fix xlint
  2022-11-05 14:49 [PR PATCH] gtk-sharp: remove libglade-devel from makedepends kruceter
                   ` (2 preceding siblings ...)
  2022-11-05 15:15 ` kruceter
@ 2022-11-08 19:15 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-11-08 19:15 UTC (permalink / raw)
  To: ml

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

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

gtk-sharp: remove libglade from makedepends, fix xlint
https://github.com/void-linux/void-packages/pull/40345

Description:
libglade-devel is not used by this package.

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

cc: @Gottox 

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

end of thread, other threads:[~2022-11-08 19:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-05 14:49 [PR PATCH] gtk-sharp: remove libglade-devel from makedepends kruceter
2022-11-05 15:11 ` [PR PATCH] [Updated] " kruceter
2022-11-05 15:13 ` [PR PATCH] [Updated] gtk-sharp: remove libglade-devel from makedepends, fix xlint kruceter
2022-11-05 15:15 ` kruceter
2022-11-08 19:15 ` [PR PATCH] [Merged]: gtk-sharp: remove libglade " 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).