summaryrefslogtreecommitdiff
path: root/x11-themes/menda-circle-icon-theme
diff options
context:
space:
mode:
authorAlexe-Cristia Moldovan <contact@crism.ro>2015-06-18 15:27:40 +0300
committerAlexe-Cristia Moldovan <contact@crism.ro>2015-06-18 15:27:40 +0300
commit0d36053985cdc58e8feedadaf81945142b234638 (patch)
treeff0f327cf105bc5c90945fdfa960909c77598e75 /x11-themes/menda-circle-icon-theme
parentce68384d83dac61bb77ee83d86c46741e8d70621 (diff)
add Menda themes
Diffstat (limited to 'x11-themes/menda-circle-icon-theme')
-rw-r--r--x11-themes/menda-circle-icon-theme/Manifest3
-rw-r--r--x11-themes/menda-circle-icon-theme/menda-circle-icon-theme-20141219.ebuild30
-rw-r--r--x11-themes/menda-circle-icon-theme/menda-circle-icon-theme-9999.ebuild28
3 files changed, 61 insertions, 0 deletions
diff --git a/x11-themes/menda-circle-icon-theme/Manifest b/x11-themes/menda-circle-icon-theme/Manifest
new file mode 100644
index 00000000..eb5bd777
--- /dev/null
+++ b/x11-themes/menda-circle-icon-theme/Manifest
@@ -0,0 +1,3 @@
+DIST menda-circle-icon-theme-20141219.tar.gz 15770340 SHA256 c68f56554703ca0b09f3188236d693b3f248a43375f1969ba03b5756fb3644f8 SHA512 e80f871a3d8a2d5df51ff9158d8ceaae3fceff7d5e5eb7f865cb3246ccf86db88811c08fbaee500c357db3f771459df139aa4a955aeeadf3931366b69a134003 WHIRLPOOL 4ccbc45dcd3b73947b59547b1448cc5481fc5b684e0f31eb534868519195726c8d12dc9eed925b3a4fc261ff6eea47bf7c0699e20392025379d42e05f9b0592c
+EBUILD menda-circle-icon-theme-20141219.ebuild 617 SHA256 6f083aaa24cca4d61e1cab0e9219077e8ac85de16d71c45983752c5bf4745c17 SHA512 caa2ea5e6e7218d0cc3b5856de4f46a2899acaf801159a03c057561368f39a5b80a6716338244573ea1fc359dec5f3b7af4e67ae51ca74b9387fa8a099804937 WHIRLPOOL 2c3aba58d1d5a609eb23dc754c55ca902769635c7600ffd109b75caef9c0917048551699c46caf0762d7ba8060cc1726213c084a40ce6eb20f4300aa6da65781
+EBUILD menda-circle-icon-theme-9999.ebuild 484 SHA256 b275d6f861005e116dd6e4827c8e5097d1bc8db578e369800e0d91279d287616 SHA512 e447f85dc47d60db945980bb0c0ad24b564a10c8e18749a7d5a9f9f70b20b32e0aca1fc52046df720dbd84efd0dde41c549ea0c490f3135a802198a9df1f16a2 WHIRLPOOL f8209a5704cdbbdd38cebcf0e9ef4c0b018e6b680b54d7ab0e34728315e020f8de3540c23f5464d6caf38e5e58c087931f967baf7e41e7d6ce060e71779dd962
diff --git a/x11-themes/menda-circle-icon-theme/menda-circle-icon-theme-20141219.ebuild b/x11-themes/menda-circle-icon-theme/menda-circle-icon-theme-20141219.ebuild
new file mode 100644
index 00000000..7f1c6322
--- /dev/null
+++ b/x11-themes/menda-circle-icon-theme/menda-circle-icon-theme-20141219.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit eutils
+
+DESCRIPTION="Menda Circle Icon Theme"
+HOMEPAGE="https://github.com/manjaro/menda-icon-themes"
+GIT_COMMIT="06232a0098e88d33bef931083736141ab67976da"
+SRC_URI="${HOMEPAGE}/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ x11-themes/hicolor-icon-theme
+ gnome-base/librsvg
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/menda-icon-themes-${GIT_COMMIT}"
+
+src_install(){
+ insinto /usr/share/icons
+ doins -r Menda-Circle
+}
diff --git a/x11-themes/menda-circle-icon-theme/menda-circle-icon-theme-9999.ebuild b/x11-themes/menda-circle-icon-theme/menda-circle-icon-theme-9999.ebuild
new file mode 100644
index 00000000..0818d3cf
--- /dev/null
+++ b/x11-themes/menda-circle-icon-theme/menda-circle-icon-theme-9999.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit eutils git-r3
+
+DESCRIPTION="Menda Circle Icon Theme"
+HOMEPAGE="https://github.com/manjaro/menda-icon-themes"
+SRC_URI=""
+EGIT_REPO_URI="${HOMEPAGE}"
+
+LICENSE="LGPL-3.0"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+ x11-themes/hicolor-icon-theme
+ gnome-base/librsvg
+"
+RDEPEND="${DEPEND}"
+
+src_install(){
+ insinto /usr/share/icons
+ doins -r Menda-Circle
+}