unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Ashvith Shetty <ashvithshetty10@gmail.com>
To: 73019@debbugs.gnu.org
Cc: Ashvith Shetty <ashvithshetty10@gmail.com>,
	Ashvith Shetty <ashvithshetty10@gmail.com>
Subject: [bug#73019] [PATCH v2 1/3] gnu: Add libpqmarble.
Date: Thu,  5 Sep 2024 13:57:05 +0530	[thread overview]
Message-ID: <854edddf4bdb91c5f415fdbbb1d2561b262e3ec0.1725523326.git.ashvithshetty10@gmail.com> (raw)
In-Reply-To: <cover.1725523326.git.ashvithshetty10@gmail.com>

* gnu/packages/gnome-xyz.scm (libpqmarble-2.0.0): New public variable.

Change-Id: I6a74b7d34edd0c293850bc26d6f0043477b995be
---
 gnu/packages/gnome-xyz.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index a09c0befb0..bd1fdb287d 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -20,6 +20,7 @@
 ;;; Copyright © 2022 Sughosha <sughosha@proton.me>
 ;;; Copyright © 2022 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
 ;;; Copyright © 2023 Eidvilas Markevičius <markeviciuseidvilas@gmail.com>
+;;; Copyright © 2024 Ashvith Shetty <ashvithshetty10@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1759,3 +1760,32 @@ (define-public tiramisu
 notifications to STDOUT in order to allow the user to process notifications any
 way they prefer.")
     (license license:expat)))
+
+(define-public libpqmarble
+  (package
+    (name "libpqmarble")
+    (version "2.0.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://gitlab.gnome.org/raggesilver/marble")
+             ;; Tag for v2.0.0 is currently missing, so use commit instead
+             (commit "f240b2ec7d5cdacb8fdcc553703420dc5101ffdb")))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0jx53yadqkcsfk9khkqmapznd8g9xg98wkgkigh964dj6gpp7fx1"))))
+    (build-system meson-build-system)
+    (arguments
+     `(#:glib-or-gtk? #t))
+    (native-inputs (list gtk
+                         `(,gtk+ "bin") ;gtk-update-icon-cache
+                         `(,glib "bin") ;for glib-compile-schemas, etc.
+                         gobject-introspection
+                         desktop-file-utils ;for update-desktop-database
+                         pkg-config
+                         vala))
+    (home-page "https://wiki.gnome.org/Apps/Recipes")
+    (synopsis "Utility library for GNOME apps")
+    (description "Utility library for GNOME apps.")
+    (license license:gpl3)))
-- 
2.45.2





  reply	other threads:[~2024-09-05  8:57 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cover.1725424018.git.ashvithshetty10@gmail.com>
2024-09-04  5:40 ` [bug#73019] [PATCH 1/2] gnu: Add libpqmarble Ashvith Shetty
2024-09-04  5:40 ` [bug#73019] [PATCH 2/2] gnu: Add blackbox-terminal Ashvith Shetty
2024-09-05  8:27 ` [bug#73019] [PATCH v2 0/3] Add Black Box terminal Ashvith Shetty
2024-09-05  8:27   ` Ashvith Shetty [this message]
2024-09-05  8:27   ` [bug#73019] [PATCH v2 2/3] gnu: Add vte-gtk-4-experimental-sixel Ashvith Shetty
2024-09-05  8:27   ` [bug#73019] [PATCH v2 3/3] gnu: Add blackbox-terminal Ashvith Shetty
2024-09-05 11:53 ` [bug#73019] [PATCH v3 0/3] Add Black Box terminal Ashvith Shetty
2024-09-05 11:53   ` [bug#73019] [PATCH v3 1/3] gnu: Add libpqmarble Ashvith Shetty
2024-09-05 11:53   ` [bug#73019] [PATCH v3 2/3] gnu: Add vte-gtk-4-with-sixel Ashvith Shetty
2024-09-05 11:53   ` [bug#73019] [PATCH v3 3/3] gnu: Add blackbox-terminal Ashvith Shetty
2024-09-06  3:46 ` [bug#73019] [PATCH v4 0/3] Add Black Box terminal Ashvith Shetty
2024-09-06  3:46   ` [bug#73019] [PATCH v4 1/3] gnu: Add libpqmarble Ashvith Shetty
2024-09-06  3:46   ` [bug#73019] [PATCH v4 2/3] gnu: Add vte-gtk-4-with-sixel Ashvith Shetty
2024-09-06  3:46   ` [bug#73019] [PATCH v4 3/3] gnu: Add blackbox-terminal Ashvith Shetty
2024-09-07 19:31 ` [bug#73019] [PATCH v5 0/3] Add Black Box terminal Ashvith Shetty
2024-09-07 19:31   ` [bug#73019] [PATCH v5 1/3] gnu: Add libpqmarble Ashvith Shetty
2024-09-07 19:31   ` [bug#73019] [PATCH v5 2/3] gnu: Add vte-gtk-4-with-sixel Ashvith Shetty
2024-09-07 19:31   ` [bug#73019] [PATCH v5 3/3] gnu: Add blackbox-terminal Ashvith Shetty

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=854edddf4bdb91c5f415fdbbb1d2561b262e3ec0.1725523326.git.ashvithshetty10@gmail.com \
    --to=ashvithshetty10@gmail.com \
    --cc=73019@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).