Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] flickcurl: remove package
@ 2022-03-14  1:34 lemmi
  2022-03-15 13:51 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 1 reply; 2+ messages in thread
From: lemmi @ 2022-03-14  1:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lemmi/void-packages flickcurl
https://github.com/void-linux/void-packages/pull/36126

flickcurl: remove package
unused since 2019


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

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

From 837bbc2952542587bdd5dd5443c0a5ba5aa7063d Mon Sep 17 00:00:00 2001
From: lemmi <lemmi@nerd2nerd.org>
Date: Mon, 14 Mar 2022 02:31:24 +0100
Subject: [PATCH] flickcurl: remove package

unused since 2019
---
 common/shlibs                     |  1 -
 srcpkgs/flickcurl-devel           |  1 -
 srcpkgs/flickcurl-doc             |  1 -
 srcpkgs/flickcurl/template        | 33 -------------------------------
 srcpkgs/removed-packages/template |  5 ++++-
 5 files changed, 4 insertions(+), 37 deletions(-)
 delete mode 120000 srcpkgs/flickcurl-devel
 delete mode 120000 srcpkgs/flickcurl-doc
 delete mode 100644 srcpkgs/flickcurl/template

diff --git a/common/shlibs b/common/shlibs
index f26b9bab58fd..230fc6a994c0 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2580,7 +2580,6 @@ libglob.so.0 libglob-1.0_1
 libepub.so.0 ebook-tools-0.2.2_1
 libosmgpsmap-1.0.so.1 libosmgpsmap-1.1.0_1
 libtspi.so.1 trousers-0.3.14_11
-libflickcurl.so.0 flickcurl-1.26_1
 libpsiconv.so.6 psiconv-0.9.9_1
 libshout.so.3 libshout-2.4.1_1
 libfirm.so.1.22 libfirm-1.22.0_1
diff --git a/srcpkgs/flickcurl-devel b/srcpkgs/flickcurl-devel
deleted file mode 120000
index 0c0d78612042..000000000000
--- a/srcpkgs/flickcurl-devel
+++ /dev/null
@@ -1 +0,0 @@
-flickcurl
\ No newline at end of file
diff --git a/srcpkgs/flickcurl-doc b/srcpkgs/flickcurl-doc
deleted file mode 120000
index 0c0d78612042..000000000000
--- a/srcpkgs/flickcurl-doc
+++ /dev/null
@@ -1 +0,0 @@
-flickcurl
\ No newline at end of file
diff --git a/srcpkgs/flickcurl/template b/srcpkgs/flickcurl/template
deleted file mode 100644
index 7756752110e9..000000000000
--- a/srcpkgs/flickcurl/template
+++ /dev/null
@@ -1,33 +0,0 @@
-# Template file for 'flickcurl'
-pkgname=flickcurl
-version=1.26
-revision=4
-build_style=gnu-configure
-makedepends="libcurl-devel libxml2-devel raptor-devel"
-short_desc="C library for the Flickr API"
-maintainer="lemmi <lemmi@nerd2nerd.org>"
-license="LGPL-2.1-or-later, GPL-2.0-or-later, Apache-2.0"
-homepage="http://librdf.org/flickcurl/"
-distfiles="http://download.dajobe.org/flickcurl/flickcurl-${version}.tar.gz"
-checksum=ff42a36c7c1c7d368246f6bc9b7d792ed298348e5f0f5d432e49f6803562f5a3
-
-flickcurl-doc_package() {
-	depends="${sourcepkg}>=${version}_${revision}"
-	short_desc+=" - Documentation (HTML Version)"
-	pkg_install() {
-		vmove usr/share/gtk-doc
-	}
-}
-
-flickcurl-devel_package() {
-	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
-	short_desc+=" - development files"
-	pkg_install() {
-		vmove usr/bin/flickcurl-config
-		vmove usr/share/man/man1/flickcurl-config.1
-		vmove usr/include
-		vmove usr/lib/pkgconfig
-		vmove usr/lib/*.a
-		vmove usr/lib/*.so
-	}
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index a7a19630a01a..6a744198712d 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
-revision=64
+revision=65
 build_style=meta
 short_desc="Uninstalls packages removed from repository"
 maintainer="Piotr Wójcik <chocimier@tlen.pl>"
@@ -69,6 +69,9 @@ replaces="
  electron9<=9.4.1_1
  enventor<=1.0.0_2
  epstopdf<=2.27_3
+ flickcurl-devel<=1.26_4
+ flickcurl-doc<=1.26_4
+ flickcurl<=1.26_4
  fontmatrix<=0.6.0.20171228_2
  freshplayerplugin<=0.3.9_9
  fuse-usmb<=20130204_7

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

* Re: [PR PATCH] [Merged]: flickcurl: remove package
  2022-03-14  1:34 [PR PATCH] flickcurl: remove package lemmi
@ 2022-03-15 13:51 ` leahneukirchen
  0 siblings, 0 replies; 2+ messages in thread
From: leahneukirchen @ 2022-03-15 13:51 UTC (permalink / raw)
  To: ml

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

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

flickcurl: remove package
https://github.com/void-linux/void-packages/pull/36126

Description:
unused since 2019


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

end of thread, other threads:[~2022-03-15 13:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-14  1:34 [PR PATCH] flickcurl: remove package lemmi
2022-03-15 13:51 ` [PR PATCH] [Merged]: " leahneukirchen

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