Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gconfmm: remove package
@ 2022-08-23 22:30 paper42
  2022-08-24  4:50 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: paper42 @ 2022-08-23 22:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages remove-gconfmm
https://github.com/void-linux/void-packages/pull/38864

gconfmm: remove package
unused, abandoned upstream, doesn't build

<!-- 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/38864.patch is attached

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

From b2f6883870db8ae42f1753e0b80eab98ecb353d9 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 24 Aug 2022 00:18:59 +0200
Subject: [PATCH] gconfmm: remove package

unused, abandoned upstream, doesn't build
---
 common/shlibs                     |  1 -
 srcpkgs/gconfmm-devel             |  1 -
 srcpkgs/gconfmm-doc               |  1 -
 srcpkgs/gconfmm/template          | 35 -------------------------------
 srcpkgs/removed-packages/template |  1 +
 5 files changed, 1 insertion(+), 38 deletions(-)
 delete mode 120000 srcpkgs/gconfmm-devel
 delete mode 120000 srcpkgs/gconfmm-doc
 delete mode 100644 srcpkgs/gconfmm/template

diff --git a/common/shlibs b/common/shlibs
index f829ee12e80f..96b2d5d8efd0 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2545,7 +2545,6 @@ libfann.so.2 fann-2.2.0_1
 libdoublefann.so.2 fann-2.2.0_1
 libxerces-c-3.2.so libxerces-c-3.2.0_1
 libunibreak.so.3 libunibreak-4.0_1
-libgconfmm-2.6.so.1 gconfmm-2.28.3_1
 libiperf.so.0 iperf3-3.1.1_1
 libKF5UnitConversion.so.5 kunitconversion-5.26.0_1
 libfdk-aac.so.2 fdk-aac-2.0.0_1
diff --git a/srcpkgs/gconfmm-devel b/srcpkgs/gconfmm-devel
deleted file mode 120000
index 1bfc80e720ac..000000000000
--- a/srcpkgs/gconfmm-devel
+++ /dev/null
@@ -1 +0,0 @@
-gconfmm
\ No newline at end of file
diff --git a/srcpkgs/gconfmm-doc b/srcpkgs/gconfmm-doc
deleted file mode 120000
index 1bfc80e720ac..000000000000
--- a/srcpkgs/gconfmm-doc
+++ /dev/null
@@ -1 +0,0 @@
-gconfmm
\ No newline at end of file
diff --git a/srcpkgs/gconfmm/template b/srcpkgs/gconfmm/template
deleted file mode 100644
index 4411ea02ccae..000000000000
--- a/srcpkgs/gconfmm/template
+++ /dev/null
@@ -1,35 +0,0 @@
-# Template file for 'gconfmm'
-pkgname=gconfmm
-version=2.28.3
-revision=4
-build_style=gnu-configure
-hostmakedepends="pkg-config perl"
-makedepends="GConf-devel glibmm-devel"
-short_desc="C++ bindings for GConf"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="LGPL-2.1-or-later"
-homepage="http://gconfmm.sourceforge.net"
-distfiles="${GNOME_SITE}/gconfmm/${version%.*}/gconfmm-${version}.tar.xz"
-checksum=d7bd2d29c1a87b85329547fb29a0eca52d944e60699982152775002e24c09228
-
-CXXFLAGS="-std=c++11"
-
-gconfmm-devel_package() {
-	short_desc+=" - development files"
-	depends="${sourcepkg}>=${version}_${revision}"
-	pkg_install() {
-		vmove usr/include
-		vmove usr/lib/pkgconfig
-		vmove usr/lib/gconfmm-2.6/include
-		vmove usr/lib/*.so
-	}
-}
-
-if [ -z "$CROSS_BUILD" ]; then
-gconfmm-doc_package() {
-	short_desc+=" - documentation"
-	pkg_install() {
-		vmove usr/share/doc
-	}
-}
-fi
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 67261247a6a4..7dc294dbf945 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -90,6 +90,7 @@ replaces="
  fuse-usmb<=20130204_7
  gandi-cli<=1.6_2
  gconf-editor<=3.0.1_3
+ gconfmm<=2.28.3_4
  gegl3<=0.3.28_2
  gens-gs<=2.16.7_2
  geoip-data<=20171002_2

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

* Re: [PR REVIEW] gconfmm: remove package
  2022-08-23 22:30 [PR PATCH] gconfmm: remove package paper42
@ 2022-08-24  4:50 ` classabbyamp
  2022-08-24 20:54 ` [PR PATCH] [Updated] " paper42
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-08-24  4:50 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38864#discussion_r953342590

Comment:
should have the subpackages too, right? 

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

* Re: [PR PATCH] [Updated] gconfmm: remove package
  2022-08-23 22:30 [PR PATCH] gconfmm: remove package paper42
  2022-08-24  4:50 ` [PR REVIEW] " classabbyamp
@ 2022-08-24 20:54 ` paper42
  2022-08-24 20:54 ` [PR REVIEW] " paper42
  2022-08-25 17:29 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-08-24 20:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages remove-gconfmm
https://github.com/void-linux/void-packages/pull/38864

gconfmm: remove package
unused, abandoned upstream, doesn't build

<!-- 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/38864.patch is attached

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

From 33c0434e999ac97d33536dcec9edc62a46903411 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 24 Aug 2022 00:18:59 +0200
Subject: [PATCH] gconfmm: remove package

unused, abandoned upstream, doesn't build
---
 common/shlibs                     |  1 -
 srcpkgs/gconfmm-devel             |  1 -
 srcpkgs/gconfmm-doc               |  1 -
 srcpkgs/gconfmm/template          | 35 -------------------------------
 srcpkgs/removed-packages/template |  3 +++
 5 files changed, 3 insertions(+), 38 deletions(-)
 delete mode 120000 srcpkgs/gconfmm-devel
 delete mode 120000 srcpkgs/gconfmm-doc
 delete mode 100644 srcpkgs/gconfmm/template

diff --git a/common/shlibs b/common/shlibs
index f829ee12e80f..96b2d5d8efd0 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2545,7 +2545,6 @@ libfann.so.2 fann-2.2.0_1
 libdoublefann.so.2 fann-2.2.0_1
 libxerces-c-3.2.so libxerces-c-3.2.0_1
 libunibreak.so.3 libunibreak-4.0_1
-libgconfmm-2.6.so.1 gconfmm-2.28.3_1
 libiperf.so.0 iperf3-3.1.1_1
 libKF5UnitConversion.so.5 kunitconversion-5.26.0_1
 libfdk-aac.so.2 fdk-aac-2.0.0_1
diff --git a/srcpkgs/gconfmm-devel b/srcpkgs/gconfmm-devel
deleted file mode 120000
index 1bfc80e720ac..000000000000
--- a/srcpkgs/gconfmm-devel
+++ /dev/null
@@ -1 +0,0 @@
-gconfmm
\ No newline at end of file
diff --git a/srcpkgs/gconfmm-doc b/srcpkgs/gconfmm-doc
deleted file mode 120000
index 1bfc80e720ac..000000000000
--- a/srcpkgs/gconfmm-doc
+++ /dev/null
@@ -1 +0,0 @@
-gconfmm
\ No newline at end of file
diff --git a/srcpkgs/gconfmm/template b/srcpkgs/gconfmm/template
deleted file mode 100644
index 4411ea02ccae..000000000000
--- a/srcpkgs/gconfmm/template
+++ /dev/null
@@ -1,35 +0,0 @@
-# Template file for 'gconfmm'
-pkgname=gconfmm
-version=2.28.3
-revision=4
-build_style=gnu-configure
-hostmakedepends="pkg-config perl"
-makedepends="GConf-devel glibmm-devel"
-short_desc="C++ bindings for GConf"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="LGPL-2.1-or-later"
-homepage="http://gconfmm.sourceforge.net"
-distfiles="${GNOME_SITE}/gconfmm/${version%.*}/gconfmm-${version}.tar.xz"
-checksum=d7bd2d29c1a87b85329547fb29a0eca52d944e60699982152775002e24c09228
-
-CXXFLAGS="-std=c++11"
-
-gconfmm-devel_package() {
-	short_desc+=" - development files"
-	depends="${sourcepkg}>=${version}_${revision}"
-	pkg_install() {
-		vmove usr/include
-		vmove usr/lib/pkgconfig
-		vmove usr/lib/gconfmm-2.6/include
-		vmove usr/lib/*.so
-	}
-}
-
-if [ -z "$CROSS_BUILD" ]; then
-gconfmm-doc_package() {
-	short_desc+=" - documentation"
-	pkg_install() {
-		vmove usr/share/doc
-	}
-}
-fi
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 67261247a6a4..4db15ba9a478 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -90,6 +90,9 @@ replaces="
  fuse-usmb<=20130204_7
  gandi-cli<=1.6_2
  gconf-editor<=3.0.1_3
+ gconfmm<=2.28.3_4
+ gconfmm-devel<=2.28.3_4
+ gconfmm-doc<=2.28.3_4
  gegl3<=0.3.28_2
  gens-gs<=2.16.7_2
  geoip-data<=20171002_2

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

* Re: [PR REVIEW] gconfmm: remove package
  2022-08-23 22:30 [PR PATCH] gconfmm: remove package paper42
  2022-08-24  4:50 ` [PR REVIEW] " classabbyamp
  2022-08-24 20:54 ` [PR PATCH] [Updated] " paper42
@ 2022-08-24 20:54 ` paper42
  2022-08-25 17:29 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-08-24 20:54 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/38864#discussion_r954291004

Comment:
thanks, fixed

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

* Re: [PR PATCH] [Merged]: gconfmm: remove package
  2022-08-23 22:30 [PR PATCH] gconfmm: remove package paper42
                   ` (2 preceding siblings ...)
  2022-08-24 20:54 ` [PR REVIEW] " paper42
@ 2022-08-25 17:29 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-08-25 17:29 UTC (permalink / raw)
  To: ml

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

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

gconfmm: remove package
https://github.com/void-linux/void-packages/pull/38864

Description:
unused, abandoned upstream, doesn't build

<!-- 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
-->


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

end of thread, other threads:[~2022-08-25 17:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-23 22:30 [PR PATCH] gconfmm: remove package paper42
2022-08-24  4:50 ` [PR REVIEW] " classabbyamp
2022-08-24 20:54 ` [PR PATCH] [Updated] " paper42
2022-08-24 20:54 ` [PR REVIEW] " paper42
2022-08-25 17:29 ` [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).