public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:gnome-next commit in: gnome-extra/sushi/
@ 2011-08-16  1:06 Alexandre Restovtsev
  0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Restovtsev @ 2011-08-16  1:06 UTC (permalink / raw
  To: gentoo-commits

commit:     bbb4e8e6f57e9c958a5d66df9b4f23fa607724bf
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 15 15:30:03 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Aug 16 01:06:39 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=bbb4e8e6

gnome-extra/sushi: fix tarball suffix

---
 gnome-extra/sushi/sushi-0.0.1.ebuild |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gnome-extra/sushi/sushi-0.0.1.ebuild b/gnome-extra/sushi/sushi-0.0.1.ebuild
index 15c5385..d5d4f0b 100644
--- a/gnome-extra/sushi/sushi-0.0.1.ebuild
+++ b/gnome-extra/sushi/sushi-0.0.1.ebuild
@@ -5,6 +5,7 @@
 EAPI="4"
 GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
+GNOME_TARBALL_SUFFIX="bz2"
 
 inherit gnome2
 if [[ ${PV} = 9999 ]]; then



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/gnome:gnome-next commit in: gnome-extra/sushi/
@ 2011-09-15 15:13 Alexandre Restovtsev
  0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Restovtsev @ 2011-09-15 15:13 UTC (permalink / raw
  To: gentoo-commits

commit:     5f13ecf108fa9a0bbad175bb60ee9443bf852bfd
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Thu Sep 15 14:28:12 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Thu Sep 15 14:28:12 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5f13ecf1

gnome-extra/sushi: 0.0.1 → 0.1.90

Bump to gnome-3.1.x version.

---
 .../{sushi-0.0.1.ebuild => sushi-0.1.90.ebuild}    |   22 ++++++++++++-------
 gnome-extra/sushi/sushi-9999.ebuild                |   21 ++++++++++++------
 2 files changed, 28 insertions(+), 15 deletions(-)

diff --git a/gnome-extra/sushi/sushi-0.0.1.ebuild b/gnome-extra/sushi/sushi-0.1.90.ebuild
similarity index 72%
rename from gnome-extra/sushi/sushi-0.0.1.ebuild
rename to gnome-extra/sushi/sushi-0.1.90.ebuild
index d5d4f0b..452c3cd 100644
--- a/gnome-extra/sushi/sushi-0.0.1.ebuild
+++ b/gnome-extra/sushi/sushi-0.1.90.ebuild
@@ -5,7 +5,6 @@
 EAPI="4"
 GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
-GNOME_TARBALL_SUFFIX="bz2"
 
 inherit gnome2
 if [[ ${PV} = 9999 ]]; then
@@ -25,19 +24,25 @@ fi
 IUSE=""
 
 # Optional app-office/unoconv support (OOo to pdf)
-COMMON_DEPEND=">=dev-libs/glib-2.28.0:2
+# freetype needed for font loader
+# libX11 needed for sushi_create_foreign_window()
+COMMON_DEPEND=">=x11-libs/gdk-pixbuf-2.22.1[introspection]
+	>=dev-libs/gjs-0.7.7
+	>=dev-libs/glib-2.29.14: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]
+	>=media-libs/clutter-gtk-1.0.1: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
 
+	>=app-text/evince-3.0[introspection]
+	media-libs/freetype:2
 	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
+	net-libs/webkit-gtk:3[introspection]
+	x11-libs/gtksourceview:3.0[introspection]
+	x11-libs/libX11
 "
 DEPEND="${RDEPEND}
 	>=dev-util/pkgconfig-0.22
@@ -45,12 +50,13 @@ DEPEND="${RDEPEND}
 	>=sys-devel/gettext-0.17
 "
 RDEPEND="${COMMON_DEPEND}
-	>=gnome-base/nautilus-3
+	>=gnome-base/nautilus-3.1.90
 "
 
 pkg_setup() {
 	G2CONF="${G2CONF}
 		UNOCONV=$(type -p false)
-		--disable-static"
+		--disable-static
+		--disable-maintainer-mode"
 	DOCS="AUTHORS NEWS README TODO"
 }

diff --git a/gnome-extra/sushi/sushi-9999.ebuild b/gnome-extra/sushi/sushi-9999.ebuild
index 15c5385..452c3cd 100644
--- a/gnome-extra/sushi/sushi-9999.ebuild
+++ b/gnome-extra/sushi/sushi-9999.ebuild
@@ -24,19 +24,25 @@ fi
 IUSE=""
 
 # Optional app-office/unoconv support (OOo to pdf)
-COMMON_DEPEND=">=dev-libs/glib-2.28.0:2
+# freetype needed for font loader
+# libX11 needed for sushi_create_foreign_window()
+COMMON_DEPEND=">=x11-libs/gdk-pixbuf-2.22.1[introspection]
+	>=dev-libs/gjs-0.7.7
+	>=dev-libs/glib-2.29.14: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]
+	>=media-libs/clutter-gtk-1.0.1: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
 
+	>=app-text/evince-3.0[introspection]
+	media-libs/freetype:2
 	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
+	net-libs/webkit-gtk:3[introspection]
+	x11-libs/gtksourceview:3.0[introspection]
+	x11-libs/libX11
 "
 DEPEND="${RDEPEND}
 	>=dev-util/pkgconfig-0.22
@@ -44,12 +50,13 @@ DEPEND="${RDEPEND}
 	>=sys-devel/gettext-0.17
 "
 RDEPEND="${COMMON_DEPEND}
-	>=gnome-base/nautilus-3
+	>=gnome-base/nautilus-3.1.90
 "
 
 pkg_setup() {
 	G2CONF="${G2CONF}
 		UNOCONV=$(type -p false)
-		--disable-static"
+		--disable-static
+		--disable-maintainer-mode"
 	DOCS="AUTHORS NEWS README TODO"
 }



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/gnome:gnome-next commit in: gnome-extra/sushi/
@ 2011-09-26 21:30 Alexandre Restovtsev
  0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Restovtsev @ 2011-09-26 21:30 UTC (permalink / raw
  To: gentoo-commits

commit:     974550124f89ab518524c575d38dd7cadfdd9b4d
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Mon Sep 26 21:18:09 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Mon Sep 26 21:18:09 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=97455012

gnome-extra/sushi: 0.1.90 → 0.2.0

---
 .../{sushi-0.1.90.ebuild => sushi-0.2.0.ebuild}    |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/gnome-extra/sushi/sushi-0.1.90.ebuild b/gnome-extra/sushi/sushi-0.2.0.ebuild
similarity index 100%
rename from gnome-extra/sushi/sushi-0.1.90.ebuild
rename to gnome-extra/sushi/sushi-0.2.0.ebuild



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-09-26 21:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-16  1:06 [gentoo-commits] proj/gnome:gnome-next commit in: gnome-extra/sushi/ Alexandre Restovtsev
  -- strict thread matches above, loose matches on Subject: below --
2011-09-15 15:13 Alexandre Restovtsev
2011-09-26 21:30 Alexandre Restovtsev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox