summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2015-04-28 22:59:20 +0200
committerSebastian Pipping <sebastian@pipping.org>2015-04-28 22:59:20 +0200
commit294950555f749d0a71c5707a3e3e3d06d6398bbd (patch)
tree925cb6298e68f3069c918d5dac0d354f43cd71fd /x11-themes
parentx11-themes/bluebird: 1.2, 1.2_p20150410 (diff)
downloadbetagarden-294950555f749d0a71c5707a3e3e3d06d6398bbd.tar.gz
betagarden-294950555f749d0a71c5707a3e3e3d06d6398bbd.tar.bz2
betagarden-294950555f749d0a71c5707a3e3e3d06d6398bbd.zip
x11-themes/orion: 1.5
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/orion/Manifest1
-rw-r--r--x11-themes/orion/metadata.xml8
-rw-r--r--x11-themes/orion/orion-1.5.ebuild21
3 files changed, 30 insertions, 0 deletions
diff --git a/x11-themes/orion/Manifest b/x11-themes/orion/Manifest
new file mode 100644
index 0000000..704465c
--- /dev/null
+++ b/x11-themes/orion/Manifest
@@ -0,0 +1 @@
+DIST orion-1.5.tar.gz 71691 SHA256 04376db7d6f68e028e3d45460e697bf2ceb8ec27a753047766b3c01240bb7a44 SHA512 ba79c9a12fa2a51659c4e01f49589708b02f4ba3b1f7dff092a9d837a9f25fd027779aa872d2e9c0daa65e43391e8f51218fa3bc1fe1a12521908370a95d5998 WHIRLPOOL 6737064c91ea64f4e1bb4222bcf073c7ae6cfa2a0b7b83fc0822b516fc06997530b0c22ae4d5ee0b3a07bb6ba4fea865514bfddcdab15d7200123d5f43d56cfe
diff --git a/x11-themes/orion/metadata.xml b/x11-themes/orion/metadata.xml
new file mode 100644
index 0000000..16bcc9f
--- /dev/null
+++ b/x11-themes/orion/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>sping@gentoo.org</email>
+ <name>Sebastian Pipping</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/x11-themes/orion/orion-1.5.ebuild b/x11-themes/orion/orion-1.5.ebuild
new file mode 100644
index 0000000..b1293c4
--- /dev/null
+++ b/x11-themes/orion/orion-1.5.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+DESCRIPTION="Theme for GTK 2, GTK 3, Metacity, Openbox and Xfwm4"
+HOMEPAGE="https://github.com/shimmerproject/Orion"
+SRC_URI="https://github.com/shimmerproject/${PN^}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S="${WORKDIR}"/${PN^}-${PV}
+
+src_install() {
+ insinto /usr/share/themes/${PN^}
+ doins -r .
+}