Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libglademm: remove package
@ 2022-11-05 13:58 kruceter
  2022-11-05 14:07 ` [PR PATCH] [Updated] " kruceter
  2022-11-08 19:09 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 2 replies; 3+ messages in thread
From: kruceter @ 2022-11-05 13:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kruceter/void-packages libglademm
https://github.com/void-linux/void-packages/pull/40344

libglademm: remove package
The package is not maintained (just like libglade) and considered obsolete.

Nothing else depends on it (including -devel).

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

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

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

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

From 7137cdbf567e5348b04d1b0980bc981cfd48ce0d Mon Sep 17 00:00:00 2001
From: Krul Ceter <kruceter@proton.me>
Date: Sat, 5 Nov 2022 13:41:39 +0300
Subject: [PATCH] libglademm: remove package

The package is not maintained (just like libglade) and considered
obsolete.

Nothing else depends on it (including -devel).
---
 common/shlibs                     |  1 -
 srcpkgs/libglademm-devel          |  1 -
 srcpkgs/libglademm/template       | 27 ---------------------------
 srcpkgs/removed-packages/template |  2 ++
 4 files changed, 2 insertions(+), 29 deletions(-)
 delete mode 120000 srcpkgs/libglademm-devel
 delete mode 100644 srcpkgs/libglademm/template

diff --git a/common/shlibs b/common/shlibs
index 5136df346db0..f064d66c1ba4 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -326,7 +326,6 @@ libnotify.so.4 libnotify-0.7_1
 libexo-1.so.0 exo-0.7.3_1
 libexo-2.so.0 exo-0.12.0_1
 libglade-2.0.so.0 libglade-2.6.4_1
-libglademm-2.4.so.1 libglademm-2.6.7_1
 libthunarx-3.so.0 Thunar-1.8.1_1
 libexif.so.12 libexif-0.6.17_1
 liboil-0.3.so.0 liboil-0.3.16_1
diff --git a/srcpkgs/libglademm-devel b/srcpkgs/libglademm-devel
deleted file mode 120000
index 486920c15a31..000000000000
--- a/srcpkgs/libglademm-devel
+++ /dev/null
@@ -1 +0,0 @@
-libglademm
\ No newline at end of file
diff --git a/srcpkgs/libglademm/template b/srcpkgs/libglademm/template
deleted file mode 100644
index 31c33e4eb2bb..000000000000
--- a/srcpkgs/libglademm/template
+++ /dev/null
@@ -1,27 +0,0 @@
-# Template build file for 'libglademm'.
-pkgname=libglademm
-version=2.6.7
-revision=6
-build_style=gnu-configure
-hostmakedepends="pkg-config"
-makedepends="gtkmm2-devel libglade-devel"
-homepage="http://www.gtkmm.org"
-license="GPL-2"
-short_desc="Runtime interpreter for GLADE GUI files (gtkmm2 binding)"
-maintainer="Orphaned <orphan@voidlinux.org>"
-distfiles="${GNOME_SITE}/$pkgname/2.6/$pkgname-$version.tar.bz2"
-checksum=38543c15acf727434341cc08c2b003d24f36abc22380937707fc2c5c687a2bc3
-
-CXXFLAGS="-std=c++11"
-
-libglademm-devel_package() {
-	depends="${sourcepkg}>=${version}_${revision}"
-	short_desc+=" -- development files"
-	pkg_install() {
-		vmove usr/include
-		vmove usr/lib/libglademm-2.4
-		vmove usr/lib/pkgconfig
-		vmove "usr/lib/*.so"
-		vmove usr/share
-	}
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 7223e12d8342..e57380acc0b0 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -258,6 +258,8 @@ replaces="
  libfcitx-qt-devel<=4.2.9.8_1
  libfcitx-qt<=4.2.9.8_1
  libgksu<=2.0.12_5
+ libglademm<=2.6.7_6
+ libglademm-devel<=2.6.7_6
  libglib-static<=2.58.3_5
  libgtkhtml<=4.10.0_1
  liblrzip<=0.641_1

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

* Re: [PR PATCH] [Updated] libglademm: remove package
  2022-11-05 13:58 [PR PATCH] libglademm: remove package kruceter
@ 2022-11-05 14:07 ` kruceter
  2022-11-08 19:09 ` [PR PATCH] [Merged]: " paper42
  1 sibling, 0 replies; 3+ messages in thread
From: kruceter @ 2022-11-05 14:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kruceter/void-packages libglademm
https://github.com/void-linux/void-packages/pull/40344

libglademm: remove package
The package is not maintained (just like libglade) and considered obsolete.

Nothing else depends on it (including -devel).

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

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

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

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

From 2c19e8d207d3d533ccba5604dac17c08e2c9464a Mon Sep 17 00:00:00 2001
From: Krul Ceter <kruceter@proton.me>
Date: Sat, 5 Nov 2022 13:41:39 +0300
Subject: [PATCH] libglademm: remove package

The package is not maintained (just like libglade) and considered
obsolete.

Nothing else depends on it (including -devel).
---
 common/shlibs                     |  1 -
 srcpkgs/libglademm-devel          |  1 -
 srcpkgs/libglademm/template       | 27 ---------------------------
 srcpkgs/removed-packages/template |  4 +++-
 4 files changed, 3 insertions(+), 30 deletions(-)
 delete mode 120000 srcpkgs/libglademm-devel
 delete mode 100644 srcpkgs/libglademm/template

diff --git a/common/shlibs b/common/shlibs
index 5136df346db0..f064d66c1ba4 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -326,7 +326,6 @@ libnotify.so.4 libnotify-0.7_1
 libexo-1.so.0 exo-0.7.3_1
 libexo-2.so.0 exo-0.12.0_1
 libglade-2.0.so.0 libglade-2.6.4_1
-libglademm-2.4.so.1 libglademm-2.6.7_1
 libthunarx-3.so.0 Thunar-1.8.1_1
 libexif.so.12 libexif-0.6.17_1
 liboil-0.3.so.0 liboil-0.3.16_1
diff --git a/srcpkgs/libglademm-devel b/srcpkgs/libglademm-devel
deleted file mode 120000
index 486920c15a31..000000000000
--- a/srcpkgs/libglademm-devel
+++ /dev/null
@@ -1 +0,0 @@
-libglademm
\ No newline at end of file
diff --git a/srcpkgs/libglademm/template b/srcpkgs/libglademm/template
deleted file mode 100644
index 31c33e4eb2bb..000000000000
--- a/srcpkgs/libglademm/template
+++ /dev/null
@@ -1,27 +0,0 @@
-# Template build file for 'libglademm'.
-pkgname=libglademm
-version=2.6.7
-revision=6
-build_style=gnu-configure
-hostmakedepends="pkg-config"
-makedepends="gtkmm2-devel libglade-devel"
-homepage="http://www.gtkmm.org"
-license="GPL-2"
-short_desc="Runtime interpreter for GLADE GUI files (gtkmm2 binding)"
-maintainer="Orphaned <orphan@voidlinux.org>"
-distfiles="${GNOME_SITE}/$pkgname/2.6/$pkgname-$version.tar.bz2"
-checksum=38543c15acf727434341cc08c2b003d24f36abc22380937707fc2c5c687a2bc3
-
-CXXFLAGS="-std=c++11"
-
-libglademm-devel_package() {
-	depends="${sourcepkg}>=${version}_${revision}"
-	short_desc+=" -- development files"
-	pkg_install() {
-		vmove usr/include
-		vmove usr/lib/libglademm-2.4
-		vmove usr/lib/pkgconfig
-		vmove "usr/lib/*.so"
-		vmove usr/share
-	}
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 7223e12d8342..bf8ddf3306fa 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -1,7 +1,7 @@
 # Template file for 'removed-packages'
 pkgname=removed-packages
 version=0.1.20221025
-revision=1
+revision=2
 build_style=meta
 short_desc="Uninstalls packages removed from repository"
 maintainer="Piotr Wójcik <chocimier@tlen.pl>"
@@ -258,6 +258,8 @@ replaces="
  libfcitx-qt-devel<=4.2.9.8_1
  libfcitx-qt<=4.2.9.8_1
  libgksu<=2.0.12_5
+ libglademm<=2.6.7_6
+ libglademm-devel<=2.6.7_6
  libglib-static<=2.58.3_5
  libgtkhtml<=4.10.0_1
  liblrzip<=0.641_1

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

* Re: [PR PATCH] [Merged]: libglademm: remove package
  2022-11-05 13:58 [PR PATCH] libglademm: remove package kruceter
  2022-11-05 14:07 ` [PR PATCH] [Updated] " kruceter
@ 2022-11-08 19:09 ` paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2022-11-08 19:09 UTC (permalink / raw)
  To: ml

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

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

libglademm: remove package
https://github.com/void-linux/void-packages/pull/40344

Description:
The package is not maintained (just like libglade) and considered obsolete.

Nothing else depends on it (including -devel).

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

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

<!--
#### 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] 3+ messages in thread

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-05 13:58 [PR PATCH] libglademm: remove package kruceter
2022-11-05 14:07 ` [PR PATCH] [Updated] " kruceter
2022-11-08 19:09 ` [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).