Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ocaml-lablgtk2: remove package
@ 2022-09-02 19:24 paper42
  2022-09-06  7:41 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: paper42 @ 2022-09-02 19:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages remove-ocaml-lablgtk
https://github.com/void-linux/void-packages/pull/39065

ocaml-lablgtk2: remove package
gtk2, not used by any other packages

gtk3 version exists, but it would be called ocaml-lablgtk3, so an update doesn't make sense

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

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

From c089d9f9c3d627a148cd39438f0dc7da746ccd64 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Fri, 2 Sep 2022 21:21:23 +0200
Subject: [PATCH] ocaml-lablgtk2: remove package

gtk2, not used by any other packages
---
 srcpkgs/ocaml-lablgtk2-gnomecanvas    |  1 -
 srcpkgs/ocaml-lablgtk2-gtksourceview2 |  1 -
 srcpkgs/ocaml-lablgtk2-gtkspell       |  1 -
 srcpkgs/ocaml-lablgtk2/template       | 65 ---------------------------
 srcpkgs/ocaml-lablgtk2/update         |  1 -
 srcpkgs/removed-packages/template     |  4 ++
 6 files changed, 4 insertions(+), 69 deletions(-)
 delete mode 120000 srcpkgs/ocaml-lablgtk2-gnomecanvas
 delete mode 120000 srcpkgs/ocaml-lablgtk2-gtksourceview2
 delete mode 120000 srcpkgs/ocaml-lablgtk2-gtkspell
 delete mode 100644 srcpkgs/ocaml-lablgtk2/template
 delete mode 100644 srcpkgs/ocaml-lablgtk2/update

diff --git a/srcpkgs/ocaml-lablgtk2-gnomecanvas b/srcpkgs/ocaml-lablgtk2-gnomecanvas
deleted file mode 120000
index 1fb9864be98d..000000000000
--- a/srcpkgs/ocaml-lablgtk2-gnomecanvas
+++ /dev/null
@@ -1 +0,0 @@
-ocaml-lablgtk2
\ No newline at end of file
diff --git a/srcpkgs/ocaml-lablgtk2-gtksourceview2 b/srcpkgs/ocaml-lablgtk2-gtksourceview2
deleted file mode 120000
index 1fb9864be98d..000000000000
--- a/srcpkgs/ocaml-lablgtk2-gtksourceview2
+++ /dev/null
@@ -1 +0,0 @@
-ocaml-lablgtk2
\ No newline at end of file
diff --git a/srcpkgs/ocaml-lablgtk2-gtkspell b/srcpkgs/ocaml-lablgtk2-gtkspell
deleted file mode 120000
index 1fb9864be98d..000000000000
--- a/srcpkgs/ocaml-lablgtk2-gtkspell
+++ /dev/null
@@ -1 +0,0 @@
-ocaml-lablgtk2
\ No newline at end of file
diff --git a/srcpkgs/ocaml-lablgtk2/template b/srcpkgs/ocaml-lablgtk2/template
deleted file mode 100644
index 6ff864eb1720..000000000000
--- a/srcpkgs/ocaml-lablgtk2/template
+++ /dev/null
@@ -1,65 +0,0 @@
-# Template file for 'ocaml-lablgtk2'
-pkgname=ocaml-lablgtk2
-version=2.18.10
-revision=5
-wrksrc="lablgtk-${version}"
-build_style=gnu-configure
-configure_args="--without-glade --without-gnomeui --without-gtksourceview"
-make_build_args="world opt"
-hostmakedepends="ocaml ocaml-findlib m4 pkg-config"
-makedepends="gtk+-devel gtksourceview2-devel libgnomecanvas-devel gtkspell-devel"
-short_desc="OCaml interface to GTK2"
-maintainer="Tai Chi Minh Ralph Eastwood <tcmreastwood@gmail.com>"
-license="LGPL-2.0-or-later"
-homepage="http://lablgtk.forge.ocamlcore.org/"
-distfiles="https://github.com/garrigue/lablgtk/archive/${version}.tar.gz"
-checksum=6f00f6b3114b468eb9e743d27511a6063936f6798f890e44b494f71a5cf95470
-nocross=yes
-nopie=yes
-disable_parallel_build=yes
-
-post_configure() {
-	vsed -i src/Makefile -e "s;CFLAGS = ;& -fcommon ;"
-}
-
-post_install() {
-	vlicense COPYING
-}
-
-ocaml-lablgtk2-gnomecanvas_package() {
-	depends="ocaml-lablgtk2 libgnomecanvas"
-	short_desc+=" - gnomecanvas bindings"
-	pkg_install() {
-		vmove "usr/lib/ocaml/lablgtk2/gnoCanvas.*"
-		vmove "usr/lib/ocaml/lablgtk2/gnomeCanvas.*"
-		vmove "usr/lib/ocaml/lablgtk2/lablgnomecanvas.*"
-		vmove usr/lib/ocaml/lablgtk2/liblablgnomecanvas.a
-		vmove usr/lib/ocaml/lablgtk2/dlllablgnomecanvas.so
-	}
-}
-
-ocaml-lablgtk2-gtksourceview2_package() {
-	depends="ocaml-lablgtk2 gtksourceview2"
-	short_desc+=" - gtksourceview2 bindings"
-	pkg_install() {
-		vmove "usr/lib/ocaml/lablgtk2/gSourceView2.*"
-		vmove "usr/lib/ocaml/lablgtk2/gtkSourceView2.*"
-		vmove "usr/lib/ocaml/lablgtk2/gtkSourceView2_types.*"
-		vmove "usr/lib/ocaml/lablgtk2/lablgtksourceview2.*"
-		vmove "usr/lib/ocaml/lablgtk2/sourceView2Enums.*"
-		vmove usr/lib/ocaml/lablgtk2/liblablgtksourceview2.a
-		vmove usr/lib/ocaml/lablgtk2/dlllablgtksourceview2.so
-		vmove usr/lib/ocaml/lablgtk2/sourceView2_tags.h
-	}
-}
-
-ocaml-lablgtk2-gtkspell_package() {
-	depends="ocaml-lablgtk2 gtkspell"
-	short_desc+=" - gtkspell bindings"
-	pkg_install() {
-		vmove "usr/lib/ocaml/lablgtk2/gtkSpell.*"
-		vmove "usr/lib/ocaml/lablgtk2/lablgtkspell.*"
-		vmove usr/lib/ocaml/lablgtk2/liblablgtkspell.a
-		vmove usr/lib/ocaml/lablgtk2/dlllablgtkspell.so
-	}
-}
diff --git a/srcpkgs/ocaml-lablgtk2/update b/srcpkgs/ocaml-lablgtk2/update
deleted file mode 100644
index f0285e30dc25..000000000000
--- a/srcpkgs/ocaml-lablgtk2/update
+++ /dev/null
@@ -1 +0,0 @@
-single_directory=yes
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 9c847ea1672c..c3f08c718724 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -288,6 +288,10 @@ replaces="
  nvidia340-libs<=340.108_4
  nvidia340-opencl<=340.108_4
  nvidia340<=340.108_4
+ ocaml-lablgtk2-gnomecanvas<=2.18.10_5
+ ocaml-lablgtk2-gtksourceview2<=2.18.10_5
+ ocaml-lablgtk2-gtkspell<=2.18.10_5
+ ocaml-lablgtk2<=2.18.10_5
  oce-devel<=0.18.3_1
  oce<=0.18.3_1
  onionshare<=2.2_5

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

* Re: [PR PATCH] [Merged]: ocaml-lablgtk2: remove package
  2022-09-02 19:24 [PR PATCH] ocaml-lablgtk2: remove package paper42
@ 2022-09-06  7:41 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2022-09-06  7:41 UTC (permalink / raw)
  To: ml

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

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

ocaml-lablgtk2: remove package
https://github.com/void-linux/void-packages/pull/39065

Description:
gtk2, not used by any other packages

gtk3 version exists, but it would be called ocaml-lablgtk3, so an update doesn't make sense

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

end of thread, other threads:[~2022-09-06  7:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-02 19:24 [PR PATCH] ocaml-lablgtk2: remove package paper42
2022-09-06  7:41 ` [PR PATCH] [Merged]: " classabbyamp

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