all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Disseminate Dissent via Guix-patches via <guix-patches@gnu.org>
To: 52254@debbugs.gnu.org
Subject: [bug#52254] Add pqiv.
Date: Fri, 03 Dec 2021 01:16:35 +0000	[thread overview]
Message-ID: <AUo9kKBOzkGoIJ09InOPYrKkXp1Zd9Nh_7PtzQVjhmz6xg4F53p9vCtdQx10ecJCAICr_j1b6qZAmd2qns8fxLjYUusMMFI8DeeRsGwi3xI=@protonmail.com> (raw)

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



Disseminate
Peace


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Add-pqiv.patch --]
[-- Type: text/x-patch; name=0001-Add-pqiv.patch, Size: 2915 bytes --]

From 7d4e013c36d56fd3f5bb6ff024b61b0b681c01cb Mon Sep 17 00:00:00 2001
From: dissent <disseminatedissent@protonmail.com>
Date: Thu, 2 Dec 2021 20:08:59 -0500
Subject: [PATCH] Add pqiv.

---
 gnu/packages/image-viewers.scm | 46 ----------------------------------
 1 file changed, 46 deletions(-)

diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index ff03c01ac6..7520d0731a 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -49,7 +49,6 @@ (define-module (gnu packages image-viewers)
   #:use-module (guix build-system python)
   #:use-module (gnu packages autotools)
   #:use-module (gnu packages algebra)
-  #:use-module (gnu packages backup)
   #:use-module (gnu packages base)
   #:use-module (gnu packages bash)
   #:use-module (gnu packages boost)
@@ -73,7 +72,6 @@ (define-module (gnu packages image-viewers)
   #:use-module (gnu packages linux)
   #:use-module (gnu packages maths)
   #:use-module (gnu packages ncurses)
-  #:use-module (gnu packages pdf)
   #:use-module (gnu packages perl)
   #:use-module (gnu packages perl-check)
   #:use-module (gnu packages photo)
@@ -476,50 +474,6 @@ (define-public nsxiv
 needs.")
     (license license:gpl2+)))
 
-(define-public pqiv
-  (package
-   (name "pqiv")
-   (version "2.12")
-   (source (origin
-            (method git-fetch)
-            (uri (git-reference
-                  (url "https://github.com/phillipberndt/pqiv")
-                  (commit version)))
-            (file-name (git-file-name name version))
-            (sha256
-             (base32
-              "18nvrqmlifh4m8nfs0d19sb9d1l3a95xc89qxqdr881jcxdsgflw"))))
-   (build-system gnu-build-system)
-   (native-inputs
-    `(("pkg-config" ,pkg-config)))
-   (inputs
-    `(("ffmpeg" ,ffmpeg)
-      ("gtk+" ,gtk+)
-      ("imagemagick" ,imagemagick)
-      ("poppler" ,poppler)
-      ("libwebp" ,libwebp)
-      ("libspectre" ,libspectre)
-      ("libarchive" ,libarchive)))
-   (arguments
-    `(#:tests? #f                       ; no tests
-      #:phases
-      (modify-phases %standard-phases
-                     (delete 'configure)) ; no configure script
-      #:make-flags
-      (list
-       (string-append "PREFIX="
-                      (assoc-ref %outputs "out"))
-       (string-append "CC=" ,(cc-for-target))
-       (string-append "PKG_CONFIG=" ,(pkg-config-for-target)))))
-   (synopsis "Powerful image viewer with minimal UI")
-   (description
-    "pqiv is a powerful GTK 3 based command-line image viewer with a minimal UI.
-It is highly customizable, can be fully controlled from scripts, and has support
-for various file formats including PDF, Postscript, video files and archives.
-It is optimized to be quick and responsive.")
-   (home-page "https://www.pberndt.com/Programme/Linux/pqiv")
-   (license license:gpl3+)))
-
 (define-public viewnior
   (package
     (name "viewnior")
-- 
2.34.0


             reply	other threads:[~2021-12-03  1:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-03  1:16 Disseminate Dissent via Guix-patches via [this message]
2021-12-05 11:30 ` bug#52254: Add pqiv Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='AUo9kKBOzkGoIJ09InOPYrKkXp1Zd9Nh_7PtzQVjhmz6xg4F53p9vCtdQx10ecJCAICr_j1b6qZAmd2qns8fxLjYUusMMFI8DeeRsGwi3xI=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=52254@debbugs.gnu.org \
    --cc=disseminatedissent@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.