summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2011-10-19 04:47:34 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2011-10-19 04:47:34 +0000
commit5bfc93bddae0e8f538df6bc445d65bdfa6b4b857 (patch)
treef7a7fd320026d0cde95f00dd06727f8b0b79275f /x11-themes/gtk-engines-unico
parentAdd gnome-themes-standard-3.2.1 from the gnome overlay. (diff)
downloadgentoo-2-5bfc93bddae0e8f538df6bc445d65bdfa6b4b857.tar.gz
gentoo-2-5bfc93bddae0e8f538df6bc445d65bdfa6b4b857.tar.bz2
gentoo-2-5bfc93bddae0e8f538df6bc445d65bdfa6b4b857.zip
New ebuild for the Unico gtk+-3.2 theming engine, moved from the gnome overlay; requested in bug #377729.
(Portage version: 2.2.0_alpha69/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/gtk-engines-unico')
-rw-r--r--x11-themes/gtk-engines-unico/ChangeLog11
-rw-r--r--x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.1.ebuild41
-rw-r--r--x11-themes/gtk-engines-unico/metadata.xml5
3 files changed, 57 insertions, 0 deletions
diff --git a/x11-themes/gtk-engines-unico/ChangeLog b/x11-themes/gtk-engines-unico/ChangeLog
new file mode 100644
index 000000000000..444876ed4d21
--- /dev/null
+++ b/x11-themes/gtk-engines-unico/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for x11-themes/gtk-engines-unico
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-unico/ChangeLog,v 1.1 2011/10/19 04:47:34 tetromino Exp $
+
+*gtk-engines-unico-1.0.1 (19 Oct 2011)
+
+ 19 Oct 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
+ +gtk-engines-unico-1.0.1.ebuild, +metadata.xml:
+ New ebuild for the Unico gtk+-3.2 theming engine, moved from the gnome
+ overlay; requested in bug #377729.
+
diff --git a/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.1.ebuild b/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.1.ebuild
new file mode 100644
index 000000000000..60401eed88e4
--- /dev/null
+++ b/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 2011-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-unico/gtk-engines-unico-1.0.1.ebuild,v 1.1 2011/10/19 04:47:34 tetromino Exp $
+
+EAPI="4"
+
+MY_PN=${PN/gtk-engines-}
+MY_PV=${PV/_p/+r}
+
+DESCRIPTION="Unico Gtk+ 3 theme engine"
+HOMEPAGE="https://launchpad.net/unico"
+SRC_URI="https://launchpad.net/ubuntu/oneiric/+source/gtk3-engines-unico/${MY_PV}-0ubuntu1/+files/gtk3-engines-unico_${MY_PV}.orig.tar.gz"
+S="${WORKDIR}/${MY_PN}-${MY_PV}"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-libs/glib-2.26.0:2
+ >=x11-libs/cairo-1.10[glib]
+ >=x11-libs/gtk+-3.1.10:3"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+pkg_setup() {
+ DOCS="AUTHORS NEWS" # ChangeLog, README are empty
+}
+
+src_configure() {
+ # currently, the only effect of --enable-debug is to add -g to CFLAGS
+ econf \
+ --disable-debug \
+ --disable-maintainer-flags \
+ --disable-static
+}
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -exec rm -f {} + || die "la file removal failed"
+}
diff --git a/x11-themes/gtk-engines-unico/metadata.xml b/x11-themes/gtk-engines-unico/metadata.xml
new file mode 100644
index 000000000000..da6fd63d0085
--- /dev/null
+++ b/x11-themes/gtk-engines-unico/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>gnome</herd>
+</pkgmetadata>