Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gfbgraph: remove package
@ 2022-10-01 16:09 paper42
  2022-10-22 14:50 ` paper42
  2022-10-22 14:50 ` [PR PATCH] [Closed]: " paper42
  0 siblings, 2 replies; 3+ messages in thread
From: paper42 @ 2022-10-01 16:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages remove-gfbgraph
https://github.com/void-linux/void-packages/pull/39595

gfbgraph: remove package
* uses libsoup2, not regularly maintained, unused<!-- Uncomment relevant sections and delete options which are not applicable -->

depends on #39594 and #39589

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

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

From bb858ee9325b42ede2355cb59d88a759afeee86e Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sat, 1 Oct 2022 16:20:55 +0200
Subject: [PATCH 1/2] gfbgraph: remove package

* uses libsoup2, not regularly maintained, unused
---
 common/shlibs                     |  1 -
 srcpkgs/gfbgraph-devel            |  1 -
 srcpkgs/gfbgraph/template         | 43 -------------------------------
 srcpkgs/removed-packages/template |  1 +
 4 files changed, 1 insertion(+), 45 deletions(-)
 delete mode 120000 srcpkgs/gfbgraph-devel
 delete mode 100644 srcpkgs/gfbgraph/template

diff --git a/common/shlibs b/common/shlibs
index 33311eb0fed8..9e4c97f67300 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1566,7 +1566,6 @@ libslim.so.1.3.6 slim-1.3.6_1
 libmediaart-2.0.so.0 libmediaart-1.9.1_1
 libinput.so.10 libinput-1.2.0_1
 libuhttpmock-0.0.so.0 uhttpmock-0.2.0_1
-libgfbgraph-0.2.so.0 gfbgraph-0.2.2_1
 libgtkhex-4.so.0 libgtkhex-42.1_1
 libgdlmm-3.0.so.2 libgdlmm-3.7.3_1
 libdmraid.so.1 dmraid-1.0.0.rc16.3_5
diff --git a/srcpkgs/gfbgraph-devel b/srcpkgs/gfbgraph-devel
deleted file mode 120000
index d66938286a0c..000000000000
--- a/srcpkgs/gfbgraph-devel
+++ /dev/null
@@ -1 +0,0 @@
-gfbgraph
\ No newline at end of file
diff --git a/srcpkgs/gfbgraph/template b/srcpkgs/gfbgraph/template
deleted file mode 100644
index 63c6376122a2..000000000000
--- a/srcpkgs/gfbgraph/template
+++ /dev/null
@@ -1,43 +0,0 @@
-# Template file for 'gfbgraph'
-pkgname=gfbgraph
-version=0.2.5
-revision=1
-build_style=gnu-configure
-build_helper="gir"
-configure_args="--disable-static $(vopt_enable gtk_doc gtk-doc)"
-hostmakedepends="pkg-config $(vopt_if gtk_doc gtk-doc)"
-makedepends="rest-devel json-glib-devel gnome-online-accounts-devel"
-short_desc="GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="LGPL-2.1-or-later"
-homepage="https://wiki.gnome.org/Projects/GFBGraph"
-distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=9cb381b3f78ba1136df97af3f06e3b11dcc2ab339ac08f74eda0f8057d6603e3
-make_check=no # needs facebook credentials
-
-build_options="gir gtk_doc"
-build_options_default="gir"
-
-if [ -z "$CROSS_BUILD" ]; then
-	build_options_default+=" gtk_doc"
-fi
-
-post_install() {
-	rm -rf ${DESTDIR}/usr/doc
-}
-
-gfbgraph-devel_package() {
-	depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
-	short_desc+=" - development files"
-	pkg_install() {
-		vmove usr/include
-		vmove usr/lib/pkgconfig
-		if [ "$build_option_gtk_doc" ]; then
-			vmove usr/share/gtk-doc
-		fi
-		vmove "usr/lib/*.so"
-		if [ "$build_option_gir" ]; then
-			vmove usr/share/gir-1.0
-		fi
-	}
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 574d278136fb..761b40fafc1e 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -103,6 +103,7 @@ replaces="
  geoip-data<=20171002_2
  gespeaker<=0.8.6_3
  getmail<=5.14_2
+ gfbgraph<=0.2.5_1
  giti<=1.0.0_1
  gksu<=2.0.2_4
  glibmm-doc<=2.64.2_2

From de4e2978d88322cc79606f51f61f6f81ad710245 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sat, 1 Oct 2022 16:23:29 +0200
Subject: [PATCH 2/2] gnome-core: remove gfbgraph

unused and removed package
---
 srcpkgs/gnome-core/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/gnome-core/template b/srcpkgs/gnome-core/template
index 1cee451d1e65..9d09f309407a 100644
--- a/srcpkgs/gnome-core/template
+++ b/srcpkgs/gnome-core/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome-core'
 pkgname=gnome-core
 version=42.0
-revision=1
+revision=2
 build_style=meta
 short_desc="GNOME meta-package for Void Linux - core components"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -20,7 +20,6 @@ depends="
  gcr>=3.41.0
  gdm>=${version}
  geocode-glib>=3.26.2
- gfbgraph>=0.2.4
  gjs>=1.72.0
  glib>=2.72.0
  glib-networking>=2.72.0

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

* Re: gfbgraph: remove package
  2022-10-01 16:09 [PR PATCH] gfbgraph: remove package paper42
@ 2022-10-22 14:50 ` paper42
  2022-10-22 14:50 ` [PR PATCH] [Closed]: " paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2022-10-22 14:50 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/39595#issuecomment-1287815369

Comment:
Added to https://github.com/void-linux/void-packages/pull/39594

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

* Re: [PR PATCH] [Closed]: gfbgraph: remove package
  2022-10-01 16:09 [PR PATCH] gfbgraph: remove package paper42
  2022-10-22 14:50 ` paper42
@ 2022-10-22 14:50 ` paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2022-10-22 14:50 UTC (permalink / raw)
  To: ml

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

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

gfbgraph: remove package
https://github.com/void-linux/void-packages/pull/39595

Description:
* uses libsoup2, not regularly maintained, unused<!-- Uncomment relevant sections and delete options which are not applicable -->

depends on #39594 and #39589

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

end of thread, other threads:[~2022-10-22 14:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-01 16:09 [PR PATCH] gfbgraph: remove package paper42
2022-10-22 14:50 ` paper42
2022-10-22 14:50 ` [PR PATCH] [Closed]: " 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).