summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-Antoine Perennou <Marc-Antoine@Perennou.com>2011-09-29 08:39:07 +0200
committerMarc-Antoine Perennou <Marc-Antoine@Perennou.com>2011-09-29 08:45:53 +0200
commitdf04b50fb97fcb64731d3a156dacf6f8e4532654 (patch)
treea7c640d2b4f4518bf44eed37d5b7d72fc893635f /x11-terms
parentbump gpaste (diff)
downloadkeruspe-df04b50fb97fcb64731d3a156dacf6f8e4532654.tar.gz
keruspe-df04b50fb97fcb64731d3a156dacf6f8e4532654.tar.bz2
keruspe-df04b50fb97fcb64731d3a156dacf6f8e4532654.zip
add germinal
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/germinal/Manifest1
-rw-r--r--x11-terms/germinal/germinal-1.ebuild30
-rw-r--r--x11-terms/germinal/germinal-9999.ebuild31
3 files changed, 62 insertions, 0 deletions
diff --git a/x11-terms/germinal/Manifest b/x11-terms/germinal/Manifest
new file mode 100644
index 00000000..e7809b1f
--- /dev/null
+++ b/x11-terms/germinal/Manifest
@@ -0,0 +1 @@
+EBUILD germinal-9999.ebuild 611 RMD160 d917835f22cae23641f09e536f771eb0cb55ed42 SHA1 1c45a63d62116eba45945e6d438ce30dd4c70cc0 SHA256 d3753960ecd9f5f8e04eb9e4b43352e9557b107342dd4a299529dda5662f3d13
diff --git a/x11-terms/germinal/germinal-1.ebuild b/x11-terms/germinal/germinal-1.ebuild
new file mode 100644
index 00000000..441c4c13
--- /dev/null
+++ b/x11-terms/germinal/germinal-1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+inherit gnome2
+
+DESCRIPTION="Minimalistic vte-based terminal emulator"
+HOMEPAGE="http://github.com/Keruspe/Germinal"
+SRC_URI="https://github.com/downloads/Keruspe/${PN/g/G}/${P}.tar.xz"
+RESTRICT="nomirror"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-libs/glib-2.28:2
+ >=sys-devel/gettext-0.17
+ >=dev-util/intltool-0.40
+ >=x11-libs/gtk+-3.0.0:3
+ x11-libs/vte:2.90"
+RDEPEND="${DEPEND}
+ app-misc/tmux"
+
+G2CONF="
+ --disable-schemas-compile"
+
+DOCS="AUTHORS NEWS ChangeLog README"
+
diff --git a/x11-terms/germinal/germinal-9999.ebuild b/x11-terms/germinal/germinal-9999.ebuild
new file mode 100644
index 00000000..24d019ab
--- /dev/null
+++ b/x11-terms/germinal/germinal-9999.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+inherit gnome2-live
+
+DESCRIPTION="Minimalistic vte-based terminal emulator"
+HOMEPAGE="http://github.com/Keruspe/Germinal"
+EGIT_REPO_URI="git://github.com/Keruspe/Germinal"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND=">=dev-libs/glib-2.28:2
+ >=sys-devel/gettext-0.17
+ >=dev-util/intltool-0.40
+ >=x11-libs/gtk+-3.0.0:3
+ x11-libs/vte:2.90"
+RDEPEND="${DEPEND}
+ app-misc/tmux"
+
+WANT_AUTOMAKE="1.11"
+
+G2CONF="
+ --disable-schemas-compile"
+
+DOCS="AUTHORS NEWS ChangeLog README"
+