mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-01-06 22:04:17 +01:00
initial import
This commit is contained in:
2
app-misc/gnome-commander/Manifest
Normal file
2
app-misc/gnome-commander/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
DIST gnome-commander-1.2.6.tar.bz2 2281176 RMD160 80960ef664a67f144ec9d672557a82ba621d6182 SHA1 594af93be968cbbfaedbbd1e5862f79f45e49f1f SHA256 0f7272b71ad60eccc08ad70d3eace182786e5eaf38c4cabac5ab693ffc088b33
|
||||
EBUILD gnome-commander-1.2.6.ebuild 1379 RMD160 cc0fb5584c24a17abb1aceae4968051645fde66f SHA1 a39a4622e49d90884948e17bc5a504c8bc90be89 SHA256 17cad076de9e314d52d7f9206bc0e7ccb1649f41e6205022cb94afaab1f98059
|
||||
61
app-misc/gnome-commander/gnome-commander-1.2.6.ebuild
Normal file
61
app-misc/gnome-commander/gnome-commander-1.2.6.ebuild
Normal file
@@ -0,0 +1,61 @@
|
||||
# Copyright 1999-2008 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License, v2 or later
|
||||
# $Header:
|
||||
|
||||
inherit gnome2 flag-o-matic
|
||||
|
||||
|
||||
DESCRIPTION="A full featured, dual-pane file manager for Gnome2"
|
||||
HOMEPAGE="http://www.nongnu.org/gcmd/"
|
||||
|
||||
SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/${PN}/1.2/${P}.tar.bz2";
|
||||
|
||||
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
IUSE="doc exif gsf id3 python"
|
||||
SLOT="0"
|
||||
|
||||
|
||||
USE_DESC="
|
||||
exif: add support for Exif and IPTC
|
||||
gsf: add support for OLE, OLE2 and ODF
|
||||
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
|
||||
|| (
|
||||
app-admin/gamin
|
||||
app-admin/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 )"
|
||||
|
||||
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
dev-util/intltool
|
||||
dev-util/pkgconfig"
|
||||
|
||||
|
||||
DOCS="AUTHORS BUGS ChangeLog NEWS README TODO"
|
||||
|
||||
|
||||
|
||||
pkg_setup() {
|
||||
G2CONF=" ${G2CONF}
|
||||
$(use_with exif exiv2)
|
||||
$(use_with gsf libgsf)
|
||||
$(use_with id3 taglib)
|
||||
$(use_enable python python)"
|
||||
filter-ldflags -Wl,--as-needed
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user