diff options
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/icewm-extra-themes/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/icewm-extra-themes/icewm-extra-themes-1.2.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/x11-themes/icewm-extra-themes/Manifest b/x11-themes/icewm-extra-themes/Manifest index 825a18b6a215..c2d6678ec2fd 100644 --- a/x11-themes/icewm-extra-themes/Manifest +++ b/x11-themes/icewm-extra-themes/Manifest @@ -1 +1,2 @@ DIST icewm-extra-themes-1.1.tar.xz 2773992 BLAKE2B ac5aabf4702bdc0e894e5e7f219a3dd62d95937f40b779c85c56a543ae1f0c718d68324212a522c33493f0d571662bc013a86e1f7c9c3a1945fb82ef0d7f0353 SHA512 7cd56e9715d5ea6295c89c2ea72a4bf8046c7fd0e6a3a356e4d80b680ace1a69fb92e22ab83fd33fbeaeec2bef9649e616f8b8351aa9a8b9b621d630eae4009a +DIST icewm-extra-themes-1.2.tar.lz 2746693 BLAKE2B 4b610a5f8aadaf5a890b1ca476b1667cb891e4e11028b3e1767d76d3177982a45fc4bce113ee054bc840d26f78b137086f64902832b74cb6d0fb480bee03e819 SHA512 60b9a939927f633f67b466fa1cd1d392b36d6267423eb7f20d18b14c621c4e30d28ffe3c950262f7e8663dadc393f68b7f4c14899c569affd6f7063d3088ffb5 diff --git a/x11-themes/icewm-extra-themes/icewm-extra-themes-1.2.ebuild b/x11-themes/icewm-extra-themes/icewm-extra-themes-1.2.ebuild new file mode 100644 index 000000000000..1892101ad089 --- /dev/null +++ b/x11-themes/icewm-extra-themes/icewm-extra-themes-1.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit unpacker + +DESCRIPTION="Extra themes for IceWM" +HOMEPAGE="https://github.com/bbidulock/icewm-extra-themes" +SRC_URI="https://github.com/bbidulock/icewm-extra-themes/releases/download/${PV}/${P}.tar.lz" +LICENSE="GPL-2" +SLOT="0" + +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="x11-wm/icewm" +DEPEND="$(unpacker_src_uri_depends)" |