unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63746] [PATCH] gnu: Add pantheon-wallpapers.
@ 2023-05-27  5:33 Wamm K. D
  2023-07-01 10:10 ` bug#63746: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Wamm K. D @ 2023-05-27  5:33 UTC (permalink / raw)
  To: 63746; +Cc: Wamm K. D

* gnu/packages/pantheon.scm (pantheon-wallpapers): New variable.
---
 gnu/packages/pantheon.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/pantheon.scm b/gnu/packages/pantheon.scm
index acb19a3ef82..5203bf746b9 100644
--- a/gnu/packages/pantheon.scm
+++ b/gnu/packages/pantheon.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2020 Ryan Prior <rprior@protonmail.com>
+;;; Copyright © 2023 Wamm K. D. <jaft.r@outlook.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -25,6 +26,7 @@ (define-module (gnu packages pantheon)
   #:use-module (gnu packages gnupg)
   #:use-module (gnu packages gtk)
   #:use-module (gnu packages package-management)
+  #:use-module (gnu packages photo)
   #:use-module (gnu packages pkg-config)
   #:use-module (gnu packages python)
   #:use-module (gnu packages xml)
@@ -160,3 +162,25 @@ (define-public sideload
 on Flathub or another third-party website providing a Flatpak app for
 download.")
     (license license:gpl3+)))
+
+(define-public pantheon-wallpapers
+  (package
+    (name "pantheon-wallpapers")
+    (version "7.0.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/elementary/wallpapers/")
+                    (commit version)))
+              (sha256 (base32
+                       "0km3h52kapbm8ymwxdxasz80qbgzkfni7981pdyf740wjp7linwb"))))
+    (build-system meson-build-system)
+    (native-inputs (list gettext-minimal))  ; for msgfmt
+    (inputs (list libexif))
+    (synopsis "Wallpapers for the Pantheon desktop")
+    (description "This package provides wallpapers for the Pantheon desktop.")
+    (home-page "https://github.com/elementary/wallpapers")
+    (license (list license:cc-by-sa4.0
+                   license:cc0
+                   (license:non-copyleft "https://unsplash.com/license")
+                   (license:non-copyleft "https://www.pexels.com/license/")))))
-- 
2.40.1





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

* bug#63746: [PATCH] gnu: Add pantheon-wallpapers.
  2023-05-27  5:33 [bug#63746] [PATCH] gnu: Add pantheon-wallpapers Wamm K. D
@ 2023-07-01 10:10 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-07-01 10:10 UTC (permalink / raw)
  To: Wamm K. D; +Cc: 63746-done

Hello,

"Wamm K. D" <jaft.r@outlook.com> writes:

> * gnu/packages/pantheon.scm (pantheon-wallpapers): New variable.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2023-07-01 10:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-27  5:33 [bug#63746] [PATCH] gnu: Add pantheon-wallpapers Wamm K. D
2023-07-01 10:10 ` bug#63746: " Nicolas Goaziou

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