aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2024-06-30 10:07:53 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2024-06-30 11:04:48 +0500
commitdd07a4aa921e292a79d96d8c29e720e851fc1af7 (patch)
tree1bf66ed4ec152eb1ca3b1aa147f78b7e9327abef /x11-themes
parentphosh-base/phosh-tour: add 0.39.0 (diff)
downloadguru-dd07a4aa921e292a79d96d8c29e720e851fc1af7.tar.gz
guru-dd07a4aa921e292a79d96d8c29e720e851fc1af7.tar.bz2
guru-dd07a4aa921e292a79d96d8c29e720e851fc1af7.zip
x11-themes/phosh-wallpapers: new package, add 0.40.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/phosh-wallpapers/Manifest2
-rw-r--r--x11-themes/phosh-wallpapers/metadata.xml11
-rw-r--r--x11-themes/phosh-wallpapers/phosh-wallpapers-0.40.0.ebuild27
3 files changed, 40 insertions, 0 deletions
diff --git a/x11-themes/phosh-wallpapers/Manifest b/x11-themes/phosh-wallpapers/Manifest
new file mode 100644
index 000000000..3ec68c9b7
--- /dev/null
+++ b/x11-themes/phosh-wallpapers/Manifest
@@ -0,0 +1,2 @@
+DIST phosh-wallpapers-0.40.0.tar.xz 2379648 BLAKE2B 56bce8c499fe5bbc4228d986dc54473b436afc5e6a8c8840b1f7d1367e74a613f67746a39dbd59c69bec5488ba7e592ebaf778c39e4b5a0737d54d01edfc4cff SHA512 aa77b5ad3c3ecf09118ca195075701669a9d632c4a88b91d9479b1b1c8469271f61b6c11b57a5dba477ac9fa38ee2faece1f26ce699327fb58d3ad9f0804a469
+DIST phosh-wallpapers-0.40.0.tar.xz.asc 833 BLAKE2B f4a3bb38cf4ccc9e3fdce920e05c7bd798c06beb1e544ec5536cdc1f28b9fd6d05cc4ffe9cc0d1e5a1c0c6d848c434909a38e2e7b4eb339249ad79fbcd327c87 SHA512 5bad716a1652f02e71cd0491b3d77353288e5d780f6e8d4bca6095a8340a1d201c505d033a266e040c0f7427b4fd049a4e8dc8205088bfac557d893c82559cda
diff --git a/x11-themes/phosh-wallpapers/metadata.xml b/x11-themes/phosh-wallpapers/metadata.xml
new file mode 100644
index 000000000..83459f6e0
--- /dev/null
+++ b/x11-themes/phosh-wallpapers/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>cyber+gentoo@sysrq.in</email>
+ <name>Anna</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="gnome-gitlab">guidog/phosh-wallpapers</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/x11-themes/phosh-wallpapers/phosh-wallpapers-0.40.0.ebuild b/x11-themes/phosh-wallpapers/phosh-wallpapers-0.40.0.ebuild
new file mode 100644
index 000000000..5cccfb8f6
--- /dev/null
+++ b/x11-themes/phosh-wallpapers/phosh-wallpapers-0.40.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2-utils meson verify-sig xdg
+
+DESCRIPTION="Phosh wallpapers and other artwork"
+HOMEPAGE="https://gitlab.gnome.org/guidog/phosh-wallpapers"
+SRC_URI="https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz
+ verify-sig? ( https://sources.phosh.mobi/releases/${PN}/${P}.tar.xz.asc )"
+
+LICENSE="CC0-1.0 CC-BY-SA-4.0 GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/phosh.asc"
+
+pkg_postinst() {
+ xdg_pkg_postinst
+ gnome2_schemas_update
+}
+
+pkg_postrm() {
+ xdg_pkg_postrm
+ gnome2_schemas_update
+}