all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Wamm K. D" <jaft.r@outlook.com>
To: 63746@debbugs.gnu.org
Cc: "Wamm K. D" <jaft.r@outlook.com>
Subject: [bug#63746] [PATCH] gnu: Add pantheon-wallpapers.
Date: Sat, 27 May 2023 00:33:58 -0500	[thread overview]
Message-ID: <BY5PR07MB7029F06F2F857090696769A999449@BY5PR07MB7029.namprd07.prod.outlook.com> (raw)

* 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





             reply	other threads:[~2023-05-27  5:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-27  5:33 Wamm K. D [this message]
2023-07-01 10:10 ` bug#63746: [PATCH] gnu: Add pantheon-wallpapers 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=BY5PR07MB7029F06F2F857090696769A999449@BY5PR07MB7029.namprd07.prod.outlook.com \
    --to=jaft.r@outlook.com \
    --cc=63746@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 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.