From fa466a20deea3d32bbed4cf0c438c4912d3daf14 Mon Sep 17 00:00:00 2001 From: Leonardo Valeri Manera Date: Fri, 9 May 2008 19:09:51 +0200 Subject: [PATCH] app-misc/gnome-commander: lets try to get 1.3.0.99 working again. --- app-misc/gnome-commander/Manifest | 2 +- .../gnome-commander-1.3.0.99.ebuild | 42 +++++++++++++--------- 2 files changed, 26 insertions(+), 18 deletions(-) diff --git a/app-misc/gnome-commander/Manifest b/app-misc/gnome-commander/Manifest index aa98f6b..b8530ee 100644 --- a/app-misc/gnome-commander/Manifest +++ b/app-misc/gnome-commander/Manifest @@ -1,3 +1,3 @@ DIST gnome-commander-1.2.5.tar.bz2 1832358 RMD160 04494160f9f47bfd6f905b7b739bf288e2b40314 SHA1 3300f25b58c9e2efda974b1591d7e2e3ce0ef7e4 SHA256 db19c217c0ab6d814db2e114894b2bd1b28a2a186433ead0c8241cc198b30415 EBUILD gnome-commander-1.2.5.ebuild 1320 RMD160 864c4af7e1af788afdd3fdd4b495184805f29f22 SHA1 650cbc7f9d70b3a801c3370531e8f063e0659471 SHA256 c2615ef14fa01865273bea3b1afc33a2bb43ee1eb26ecb243e062e6668322fe3 -EBUILD gnome-commander-1.3.0.99.ebuild 1583 RMD160 4db49466e91a7fc7a47b678f058c72482c3dafa8 SHA1 cebdd44593988da059cfdaf4ee088def8eea9ffa SHA256 33cd5cdccf3db291dfa246978096fe0248731d488a04822da94961e028961354 +EBUILD gnome-commander-1.3.0.99.ebuild 1674 RMD160 287c19614b684602bb89fbc68f0e773cdb8bb556 SHA1 5ac31935569f767352e421e8823e423282437b31 SHA256 a9a98a93561127b19637ca677f9f63bd6ee80f027f074587cae83ff5b595fa91 diff --git a/app-misc/gnome-commander/gnome-commander-1.3.0.99.ebuild b/app-misc/gnome-commander/gnome-commander-1.3.0.99.ebuild index 8034315..0f17763 100644 --- a/app-misc/gnome-commander/gnome-commander-1.3.0.99.ebuild +++ b/app-misc/gnome-commander/gnome-commander-1.3.0.99.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License, v2 or later # $Header: +EAPI="1" + inherit gnome2 flag-o-matic subversion autotools DESCRIPTION="A full featured, dual-pane file manager for Gnome2" @@ -22,18 +24,19 @@ USE_DESC="exif: add support for Exif and IPTC id3: add support for ID3, Vorbis, FLAC and APE python: add support for python plugins" -RDEPEND=">=x11-libs/gtk+-2.8.0 - >=dev-libs/glib-2.6.0 - >=gnome-base/libgnomeui-2.4.0 - >=gnome-base/libgnome-2.4.0 - >=gnome-base/gnome-vfs-2.0 - virtual/fam - exif? ( >=media-gfx/exiv2-0.14 ) - gsf? ( >=gnome-extra/libgsf-1.12.0 ) - id3? ( >=media-libs/taglib-1.4 ) - python? ( >=dev-lang/python-2.4 )" +RDEPEND="x11-libs/gtk+:2 + dev-libs/glib:2 + gnome-base/libgnomeui + gnome-base/libgnome + gnome-base/gnome-vfs + virtual/fam + exif? ( media-gfx/exiv2 ) + gsf? ( gnome-extra/libgsf ) + id3? ( media-libs/taglib ) + python? ( >=dev-lang/python-2.4 )" DEPEND="${RDEPEND} + gnome-base/gnome-common dev-util/intltool dev-util/pkgconfig" @@ -54,14 +57,19 @@ src_unpack() { cd "${S}" - WANT_AUTOMAKE="1.8" - AT_M4DIR="./m4" - AT_NOELIBTOOLIZE="yes" - eautoreconf || die "eautoreconf failed" - gnome2_omf_fix || die "Gnome2 OMF Fix failed" - elibtoolize ${ELTCONF} || die "elibtoolize failed" + WANT_AUTOMAKE="1.8" - cp ${ROOT}/usr/share/intltool/intltool-update.in . + elibtoolize ${ELTCONF} || die "elibtoolize failed" + eaclocal + glib-gettextize --force --copy + cp "${ROOT}"/usr/share/intltool/intltool-update.in . + intltoolize --force --copy --automake + gnome-doc-common --copy + gnome-doc-prepare --force --copy + eaclocal + eautoconf + eautoheader + eautomake } -- 2.11.4.GIT