diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2012-05-20 09:02:22 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2012-05-20 09:02:22 +0000 |
commit | 53757dc4e0326a935da2d18499b7a25beeb98aa7 (patch) | |
tree | 86155619c14d674d5716d84302de18cc6f163ac6 /gnome-extra/sushi | |
parent | bump gnome-disk-utility to latest alpha, introducing seperate disk image moun... (diff) | |
download | suka-53757dc4e0326a935da2d18499b7a25beeb98aa7.tar.gz suka-53757dc4e0326a935da2d18499b7a25beeb98aa7.tar.bz2 suka-53757dc4e0326a935da2d18499b7a25beeb98aa7.zip |
sushi dev-release bump
svn path=/; revision=332
Diffstat (limited to 'gnome-extra/sushi')
-rw-r--r-- | gnome-extra/sushi/Manifest | 2 | ||||
-rw-r--r-- | gnome-extra/sushi/sushi-0.5.1.ebuild | 62 |
2 files changed, 64 insertions, 0 deletions
diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest new file mode 100644 index 0000000..b81b723 --- /dev/null +++ b/gnome-extra/sushi/Manifest @@ -0,0 +1,2 @@ +DIST sushi-0.5.1.tar.xz 300932 RMD160 d5d68281c44dbdf699db792f8b8b369aafe55f4a SHA1 104ff2b7972835e34f7bf7cd5c4fbbd14ae9905c SHA256 598c1bdcb7a724304583ac0fb5ef4f1649bfcd37add84eb1f3afa3ac8a074cb7 +EBUILD sushi-0.5.1.ebuild 1507 RMD160 be38b00c0268e24ef2404411a53672e8ab80fa88 SHA1 c3d366974bed3a3523e004debd0e407689511c24 SHA256 f5e381ae5bbe33705e3cb420f416cb431a8be2fc2ff388303b118b216ecd7f05 diff --git a/gnome-extra/sushi/sushi-0.5.1.ebuild b/gnome-extra/sushi/sushi-0.5.1.ebuild new file mode 100644 index 0000000..e6cec03 --- /dev/null +++ b/gnome-extra/sushi/sushi-0.5.1.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="4" +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) +# 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 + >=media-libs/clutter-1.10.0:1.0[introspection] + >=media-libs/clutter-gtk-1.0.1:1.0[introspection] + >=x11-libs/gtk+-3.0.0:3[introspection] + + >=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:4 + net-libs/webkit-gtk:3[introspection] + x11-libs/gtksourceview:3.0[introspection] + x11-libs/libX11 +" +DEPEND="${RDEPEND} + >=dev-util/intltool-0.40 + >=sys-devel/gettext-0.17 + virtual/pkgconfig +" +RDEPEND="${COMMON_DEPEND} + >=gnome-base/nautilus-3.1.90 + x11-themes/gnome-icon-theme-symbolic +" + +pkg_setup() { + G2CONF="${G2CONF} + UNOCONV=$(type -P false) + --disable-static" + DOCS="AUTHORS NEWS README TODO" +} |