diff options
author | 2024-08-20 12:52:01 +0500 | |
---|---|---|
committer | 2024-08-20 14:02:16 +0500 | |
commit | 4bb2d16f44ea3884b6092456799708a97ad47bfd (patch) | |
tree | c81c9833cc826d648fe730ef74f2fa8676e5b785 | |
parent | gui-wm/phoc: add 0.41.0, drop 0.36.0-r1 (diff) | |
download | guru-4bb2d16f44ea3884b6092456799708a97ad47bfd.tar.gz guru-4bb2d16f44ea3884b6092456799708a97ad47bfd.tar.bz2 guru-4bb2d16f44ea3884b6092456799708a97ad47bfd.zip |
x11-themes/phosh-wallpapers: add 0.41.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
-rw-r--r-- | x11-themes/phosh-wallpapers/Manifest | 2 | ||||
-rw-r--r-- | x11-themes/phosh-wallpapers/phosh-wallpapers-0.41.0.ebuild | 33 |
2 files changed, 35 insertions, 0 deletions
diff --git a/x11-themes/phosh-wallpapers/Manifest b/x11-themes/phosh-wallpapers/Manifest index 3ec68c9b7..16b8436d3 100644 --- a/x11-themes/phosh-wallpapers/Manifest +++ b/x11-themes/phosh-wallpapers/Manifest @@ -1,2 +1,4 @@ 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 +DIST phosh-wallpapers-0.41.0.tar.xz 2387908 BLAKE2B 223c728db12cc0cf4f637d7e670c312bd562bfb8db6bfc9c04a70cc7446096e19f9a43baf64a646d0952a20916cd4458d0b73c84e52765f9aa5f0f22964656f2 SHA512 abdcfd3592b04a44f47c8fe24a6a77fca2e6806ce3c00e0549808a718ffbc82d3c813da1963ac7116eeadbf6390638505963f022b743737895a7db6a91f55fc1 +DIST phosh-wallpapers-0.41.0.tar.xz.asc 833 BLAKE2B 18a81b3ab314d22be93f370b6aee9b59cbfff80c48319b65c7ac0c6d60d153738663bdff832885d1d693cf78b8d3dea2fcc17e8d513f14cf87e9687ffad6b155 SHA512 61df90c88276eb9d311b13837574680ce7546fb70a075e6b7ff3d93a876000451098514bac58df010f50119cb3b5f0c979481f0cc901447b3e9929ad4cd742da diff --git a/x11-themes/phosh-wallpapers/phosh-wallpapers-0.41.0.ebuild b/x11-themes/phosh-wallpapers/phosh-wallpapers-0.41.0.ebuild new file mode 100644 index 000000000..d62ef3989 --- /dev/null +++ b/x11-themes/phosh-wallpapers/phosh-wallpapers-0.41.0.ebuild @@ -0,0 +1,33 @@ +# 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" + +BDEPEND=" + verify-sig? ( + sec-keys/openpgp-keys-phosh + ) +" + +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 +} |