Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] hydrus: remove package
@ 2023-10-31 19:04 fanyx
  2023-11-02  8:19 ` mhmdanas
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: fanyx @ 2023-10-31 19:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fanyx/void-packages hydrus/remove
https://github.com/void-linux/void-packages/pull/46993

hydrus: remove package
Up to date versions of this software are unable to be built as we are missing packages that:
- i cannot build (lacking knowledge).
- nobody else has done (no other demand).

The current version in repos is also not launching anymore.
Void Repos probably have removed Qt5 dependencies in favor of Qt6 packages, breaking this.


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

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

From 275ac91419ab56f34b830ef397b5355e55993427 Mon Sep 17 00:00:00 2001
From: fanyx <fanyx@posteo.net>
Date: Tue, 31 Oct 2023 19:55:27 +0100
Subject: [PATCH] hydrus: remove package

---
 srcpkgs/hydrus/template | 42 -----------------------------------------
 1 file changed, 42 deletions(-)
 delete mode 100644 srcpkgs/hydrus/template

diff --git a/srcpkgs/hydrus/template b/srcpkgs/hydrus/template
deleted file mode 100644
index 74f2ebc9dddcd..0000000000000
--- a/srcpkgs/hydrus/template
+++ /dev/null
@@ -1,42 +0,0 @@
-# Template file for 'hydrus'
-pkgname=hydrus
-version=544
-revision=1
-pycompile_dirs="usr/lib/hydrus"
-hostmakedepends="python3"
-depends="python3 libopencv-python3 python3-BeautifulSoup4 python3-yaml
- python3-lz4 python3-numpy python3-Twisted python3-Pillow python3-pysocks
- python3-psutil python3-send2trash python3-html5lib python3-requests
- python3-QtPy noto-fonts-emoji python3-mpv python3-service_identity fmt ffmpeg
- miniupnpc desktop-file-utils python3-cloudscraper python3-openssl
- python3-packaging"
-short_desc="Danbooru-like image tagging and searching system for the desktop"
-maintainer="fanyx <fanyx+github@posteo.net>"
-license="WTFPL"
-homepage="https://hydrusnetwork.github.io/hydrus/"
-distfiles="https://github.com/hydrusnetwork/hydrus/archive/refs/tags/v${version}.tar.gz"
-checksum=7fa642c6139aaac97abaaad96a64c5e481b701c90c503129368b211c87af091c
-python_version="3"
-
-do_install() {
-	vsed -i hydrus/core/HydrusConstants.py -e 's|^LICENSE_PATH.*|LICENSE_PATH = "/usr/share/licenses/hydrus/license.txt"|'
-
-	chmod +x hydrus_server.py hydrus_client.py
-
-	vmkdir usr/lib/hydrus
-	vcopy hydrus usr/lib/hydrus/
-	vcopy static usr/lib/hydrus/
-
-	vcopy hydrus_client.py usr/lib/hydrus/
-	vcopy hydrus_server.py usr/lib/hydrus/
-
-	vmkdir usr/bin
-	ln -sf ../lib/hydrus/hydrus_client.py ${DESTDIR}/usr/bin/hydrus-client
-	ln -sf ../lib/hydrus/hydrus_server.py ${DESTDIR}/usr/bin/hydrus-server
-
-	vmkdir usr/share/applications
-	ln -Tsf ../../lib/hydrus/static/hydrus.desktop \
-		${DESTDIR}/usr/share/applications/hydrus.desktop
-
-	vlicense COPYING
-}

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

* Re: hydrus: remove package
  2023-10-31 19:04 [PR PATCH] hydrus: remove package fanyx
@ 2023-11-02  8:19 ` mhmdanas
  2024-01-02 16:28 ` fanyx
  2024-03-21 15:44 ` [PR PATCH] [Closed]: " fanyx
  2 siblings, 0 replies; 4+ messages in thread
From: mhmdanas @ 2023-11-02  8:19 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/46993#issuecomment-1790265651

Comment:
> Void Repos probably have removed Qt5 dependencies in favor of Qt6 packages, breaking this.

I don't think any qt5 packages were removed?

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

* Re: hydrus: remove package
  2023-10-31 19:04 [PR PATCH] hydrus: remove package fanyx
  2023-11-02  8:19 ` mhmdanas
@ 2024-01-02 16:28 ` fanyx
  2024-03-21 15:44 ` [PR PATCH] [Closed]: " fanyx
  2 siblings, 0 replies; 4+ messages in thread
From: fanyx @ 2024-01-02 16:28 UTC (permalink / raw)
  To: ml

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

New comment by fanyx on void-packages repository

https://github.com/void-linux/void-packages/pull/46993#issuecomment-1874251387

Comment:
> I don't think any qt5 packages were removed?

You're correct. Then i know even less about why it's not launching anymore.
But in its current version, this is unusable and should be removed and reviewed for newer versions using Qt6.

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

* Re: [PR PATCH] [Closed]: hydrus: remove package
  2023-10-31 19:04 [PR PATCH] hydrus: remove package fanyx
  2023-11-02  8:19 ` mhmdanas
  2024-01-02 16:28 ` fanyx
@ 2024-03-21 15:44 ` fanyx
  2 siblings, 0 replies; 4+ messages in thread
From: fanyx @ 2024-03-21 15:44 UTC (permalink / raw)
  To: ml

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

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

hydrus: remove package
https://github.com/void-linux/void-packages/pull/46993

Description:
Up to date versions of this software are unable to be built as we are missing packages that:
- i cannot build (lacking knowledge).
- nobody else has done (no other demand).

The current version in repos is also not launching anymore.
Void Repos probably have removed Qt5 dependencies in favor of Qt6 packages, breaking this.


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

end of thread, other threads:[~2024-03-21 15:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-31 19:04 [PR PATCH] hydrus: remove package fanyx
2023-11-02  8:19 ` mhmdanas
2024-01-02 16:28 ` fanyx
2024-03-21 15:44 ` [PR PATCH] [Closed]: " fanyx

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