f-spot 0.4.4 ebuild

git-svn-id: http://svn.sabayonlinux.org/overlay@2320 d7aec97c-591d-0410-af39-a8856400b30a
This commit is contained in:
lxnay
2008-06-04 14:14:43 +00:00
parent e8f9e8c349
commit fdcb3e20c7
2 changed files with 57 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
DIST f-spot-0.4.4.tar.bz2 2552091 RMD160 2e938f8571a1949f75413ea19b530d33a0797aab SHA1 eb2783fc94977e63c046ab4349cd380de2426f43 SHA256 d7e976ded1e1df0d889da9459b2dd0bdadc84eb8396f753c95de8abcc824eaf0
EBUILD f-spot-0.4.4.ebuild 1350 RMD160 c7ef8f19c098017a06c00ff6b9070bb450aee3c7 SHA1 f059c2122a7d3b679fb4fcb7ecea1d20134cb69d SHA256 31f7729acdc885c8c3d701919890169b7e97c2aae2ad7c16f581c816314ce53b
+55
View File
@@ -0,0 +1,55 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
GNOME_TARBALL_SUFFIX="gz"
inherit gnome2 mono autotools
DESCRIPTION="Personal photo management application for the gnome desktop"
HOMEPAGE="http://f-spot.org"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
SRC_URI="http://chuangtzu.acc.umu.se/Public/GNOME/sources/f-spot/0.4/${P}.tar.bz2"
RDEPEND=">=dev-lang/mono-1.1.10
>=dev-libs/dbus-glib-0.71
>=dev-libs/glib-2
>=x11-libs/gtk+-2.6
>=dev-dotnet/gtk-sharp-2.8
>=dev-dotnet/dbus-sharp-0.4.2
>=dev-dotnet/dbus-glib-sharp-0.3.0
>=dev-dotnet/gtkhtml-sharp-2.7
>=dev-dotnet/gconf-sharp-2.7
>=dev-dotnet/glade-sharp-2.7
>=dev-dotnet/gnomevfs-sharp-2.7
>=gnome-base/libgnome-2.2
>=gnome-base/libgnomeui-2.2
>=media-libs/libexif-0.6.16
<media-libs/libexif-0.7.0
>=media-libs/libgphoto2-2.1.4
>=media-libs/lcms-1.15
media-libs/jpeg
>=dev-db/sqlite-3"
DEPEND="${RDEPEND}
dev-util/pkgconfig
>=dev-util/intltool-0.29"
DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
MAKEOPTS="${MAKEOPTS} -j1"
# See bug #203566
RESTRICT="test"
src_unpack() {
gnome2_src_unpack
cd "${S}"
# Disable Beagle
sed -i -e '/PKG_CHECK_MODULES.*BEAGLE/,/AC_SUBST.*LINK_BEAGLE/ d' configure.in || die "sed failed"
eautoreconf
intltoolize --force || "intltoolize --force failed"
}