public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Nirbheek Chauhan" <nirbheek@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/sushi/
Date: Sun,  1 May 2011 13:13:03 +0000 (UTC)	[thread overview]
Message-ID: <ddf9dda8f1b572235c1869e82ced6a7719057094.nirbheek@gentoo> (raw)

commit:     ddf9dda8f1b572235c1869e82ced6a7719057094
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Sun May  1 12:59:03 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sun May  1 12:59:08 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ddf9dda8

gnome-extra/sushi: fix deps, add live ebuild

* Note, this won't work yet because it needs the previewer branch of nautilus

---
 gnome-extra/sushi/sushi-0.0.1.ebuild |   45 ++++++++++++++++++----------
 gnome-extra/sushi/sushi-9999.ebuild  |   55 ++++++++++++++++++++++++++++++++++
 2 files changed, 84 insertions(+), 16 deletions(-)

diff --git a/gnome-extra/sushi/sushi-0.0.1.ebuild b/gnome-extra/sushi/sushi-0.0.1.ebuild
index 3546992..20cb0e3 100644
--- a/gnome-extra/sushi/sushi-0.0.1.ebuild
+++ b/gnome-extra/sushi/sushi-0.0.1.ebuild
@@ -2,41 +2,54 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="4"
+EAPI="3"
 GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
 
 inherit gnome2
+if [[ ${PV} = 9999 ]]; then
+	inherit gnome2-live
+fi
 
-DESCRIPTION="Quick previewer for the GNOME desktop file manager"
-HOMEPAGE="http://www.gnome.org"
+DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
+HOMEPAGE="http://git.gnome.org/browse/sushi"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64"
+if [[ ${PV} = 9999 ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64 ~x86"
+fi
 IUSE=""
 
-# Optional app-office/unoconv support
-RDEPEND="
-	>=dev-libs/gjs-0.7.7
-	>=dev-libs/glib-2.28:2
+# Optional app-office/unoconv support (OOo to pdf)
+COMMON_DEPEND=">=dev-libs/glib-2.28.0:2
 	>=dev-libs/gobject-introspection-0.9.6
-	>=media-libs/clutter-1.6:1.0
-	>=media-libs/clutter-gtk-0.91.8:1.0
-	media-libs/gstreamer:0.10
+	>=x11-libs/gdk-pixbuf-2.22.1[introspection]
+	>=media-libs/clutter-1.6.0:1.0[introspection]
+	>=x11-libs/gtk+-3.0.0:3[introspection]
+	>=media-libs/clutter-gtk-0.91.8i:1.0[introspection]
+	>=app-text/evince-3.0[introspection]
+	>=dev-libs/gjs-0.7.7
+
+	media-libs/gstreamer:0.10[introspection]
+	media-libs/gst-plugins-base:0.10[introspection]
+	media-libs/clutter-gst:1.0[introspection]
 	media-libs/musicbrainz:3
-	>=app-text/evince-3
-	>=x11-libs/gdk-pixbuf-2.22.1:2
-	>=x11-libs/gtk+-3:3
 "
 DEPEND="${RDEPEND}
 	>=dev-util/pkgconfig-0.22
 	>=dev-util/intltool-0.40
 	>=sys-devel/gettext-0.17
 "
-RDEPEND=">=gnome-base/nautilus-3"
+RDEPEND="${COMMON_DEPEND}
+	>=gnome-base/nautilus-3
+"
 
 pkg_setup() {
+	G2CONF="${G2CONF}
+		UNOCONV=$(type -p false)
+		--disable-static"
 	DOCS="AUTHORS NEWS README TODO"
-	G2CONF="${G2CONF} UNOCONV=$(type -p false)"
 }

diff --git a/gnome-extra/sushi/sushi-9999.ebuild b/gnome-extra/sushi/sushi-9999.ebuild
new file mode 100644
index 0000000..20cb0e3
--- /dev/null
+++ b/gnome-extra/sushi/sushi-9999.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+if [[ ${PV} = 9999 ]]; then
+	inherit gnome2-live
+fi
+
+DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
+HOMEPAGE="http://git.gnome.org/browse/sushi"
+
+LICENSE="GPL-3"
+SLOT="0"
+if [[ ${PV} = 9999 ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64 ~x86"
+fi
+IUSE=""
+
+# Optional app-office/unoconv support (OOo to pdf)
+COMMON_DEPEND=">=dev-libs/glib-2.28.0:2
+	>=dev-libs/gobject-introspection-0.9.6
+	>=x11-libs/gdk-pixbuf-2.22.1[introspection]
+	>=media-libs/clutter-1.6.0:1.0[introspection]
+	>=x11-libs/gtk+-3.0.0:3[introspection]
+	>=media-libs/clutter-gtk-0.91.8i:1.0[introspection]
+	>=app-text/evince-3.0[introspection]
+	>=dev-libs/gjs-0.7.7
+
+	media-libs/gstreamer:0.10[introspection]
+	media-libs/gst-plugins-base:0.10[introspection]
+	media-libs/clutter-gst:1.0[introspection]
+	media-libs/musicbrainz:3
+"
+DEPEND="${RDEPEND}
+	>=dev-util/pkgconfig-0.22
+	>=dev-util/intltool-0.40
+	>=sys-devel/gettext-0.17
+"
+RDEPEND="${COMMON_DEPEND}
+	>=gnome-base/nautilus-3
+"
+
+pkg_setup() {
+	G2CONF="${G2CONF}
+		UNOCONV=$(type -p false)
+		--disable-static"
+	DOCS="AUTHORS NEWS README TODO"
+}



             reply	other threads:[~2011-05-01 13:13 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-01 13:13 Nirbheek Chauhan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-12-14 12:17 [gentoo-commits] proj/gnome:master commit in: gnome-extra/sushi/ Gilles Dartiguelongue
2015-05-14 13:39 Gilles Dartiguelongue
2014-10-27  0:04 Gilles Dartiguelongue
2014-04-23 22:14 Gilles Dartiguelongue
2014-04-21 14:40 Gilles Dartiguelongue
2013-11-16 11:35 Gilles Dartiguelongue
2012-12-24 16:16 Gilles Dartiguelongue
2012-11-21 22:36 Gilles Dartiguelongue
2012-11-01 22:48 Gilles Dartiguelongue
2012-10-27 21:59 Gilles Dartiguelongue
2012-09-05 15:49 Nirbheek Chauhan
2012-04-12 10:17 Priit Laes
2012-04-02  6:43 Alexandre Restovtsev
2011-11-03  1:53 Alexandre Restovtsev
2011-10-18  7:37 Alexandre Restovtsev
2011-08-15 16:31 Nirbheek Chauhan
2011-05-02  9:15 Nirbheek Chauhan
2011-04-30 19:37 Gilles Dartiguelongue

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ddf9dda8f1b572235c1869e82ced6a7719057094.nirbheek@gentoo \
    --to=nirbheek@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox