unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Tomasz Jeneralczyk <tj@schwi.pl>
To: 56276@debbugs.gnu.org
Cc: Tomasz Jeneralczyk <tj@schwi.pl>
Subject: [bug#56276] [PATCH v2 1/2] gnu: Add gdk-pixbuf-xlib.
Date: Tue, 28 Jun 2022 16:15:47 +0000	[thread overview]
Message-ID: <953b0e4bae239733fab4c462c7bc813171ffed01.1656431910.git.tj@schwi.pl> (raw)
In-Reply-To: <cover.1656419649.git.tj@schwi.pl>

This was part of gtk-pixbuf before but was split into its own library
in version 2.42.0: https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/tags/2.42.0

* gnu/packages/gtk.scm (gtk-pixbuf-xlib): Add variable.
---
 gnu/packages/gtk.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 4d6a690fbb..358eb365ef 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -717,6 +717,34 @@ (define-public gdk-pixbuf
     (home-page "https://wiki.gnome.org/Projects/GdkPixbuf")
     (license license:lgpl2.1+)))
 
+(define-public gdk-pixbuf-xlib
+  (package
+    (name "gdk-pixbuf-xlib")
+    (version "2.40.2")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url
+                     "https://gitlab.gnome.org/Archive/gdk-pixbuf-xlib.git")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1vwnvqxap3r9zw932jwasazy9sxw49j78x2g650xkn70iili90bg"))))
+    (build-system meson-build-system)
+    (arguments
+     '(#:configure-flags '("-Dgtk_doc=true")))
+    (native-inputs (list pkg-config gtk-doc/stable))
+    (inputs (list gdk-pixbuf libx11))
+    (synopsis "Deprecated Xlib integration for GdkPixbuf")
+    (description
+     "GdkPixbuf-Xlib contains the deprecated API for integrating GdkPixbuf with
+Xlib data types.  This library was originally shipped by gdk-pixbuf, and has
+since been moved out of the original repository.  No newly written code should
+ever use this library.")
+    (home-page "https://gitlab.gnome.org/Archive/gdk-pixbuf-xlib")
+    (license license:lgpl2.1+)))
+
 ;;; A minimal variant used to prevent a cycle with Inkscape.
 (define-public at-spi2-core-minimal
   (hidden-package

base-commit: 8d810c209f18ffb635a1db2488a939543c6f060f
-- 
2.36.1





  parent reply	other threads:[~2022-06-28 14:19 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-28 13:09 [bug#56276] [PATCH 0/2] gnu: Add gdk-pixbuf-xlib Tomasz Jeneralczyk
2022-06-28 13:21 ` [bug#56276] [PATCH 1/2] gnu: gdk-pixbuf: Remove unnecessary dependency Tomasz Jeneralczyk
2022-06-28 12:38   ` Liliana Marie Prikler
2022-06-28 13:45     ` Tomasz Jeneralczyk
2022-06-28 13:49       ` Liliana Marie Prikler
2022-06-28 13:21 ` [bug#56276] [PATCH 2/2] gnu: Add gdk-pixbuf-xlib Tomasz Jeneralczyk
2022-06-28 16:15 ` Tomasz Jeneralczyk [this message]
2022-06-28 16:15   ` [bug#56276] [PATCH core-updates v2 2/2] gnu: gdk-pixbuf: Remove unnecessary dependency Tomasz Jeneralczyk
2022-07-02 11:54   ` bug#56276: [PATCH v2 1/2] gnu: Add gdk-pixbuf-xlib Liliana Marie Prikler

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=953b0e4bae239733fab4c462c7bc813171ffed01.1656431910.git.tj@schwi.pl \
    --to=tj@schwi.pl \
    --cc=56276@debbugs.gnu.org \
    /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 public inbox

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

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 read-only IMAP folder(s) and NNTP newsgroup(s).