Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 367859 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-15 / +15 lines)
Line  Link Here
0
-- quark-3.21.ebuild
0
++ quark-3.21.ebuild
Lines 1-36 Link Here
1
# Copyright 1999-2011 Gentoo Foundation
1
# Copyright 1999-2012 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-sound/quark/quark-3.21.ebuild,v 1.15 2011/10/20 22:34:22 pacho Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-sound/quark/quark-3.21.ebuild,v 1.15 2011/10/20 22:34:22 pacho Exp $
4
4
5
EAPI="4"
5
EAPI="4"
6
GCONF_DEBUG="yes"
6
GCONF_DEBUG="yes"
7
7
8
inherit gnome2
8
inherit gnome2 autotools
9
9
10
DESCRIPTION="Quark is the Anti-GUI Music Player with a cool Docklet!"
10
DESCRIPTION="Quark is the Anti-GUI Music Player with a cool Docklet!"
11
SRC_URI="http://quark.nerdnest.org/${P}.tar.gz"
12
HOMEPAGE="http://quark.nerdnest.org/"
11
HOMEPAGE="http://quark.nerdnest.org/"
13
SLOT="0"
12
SRC_URI="http://quark.nerdnest.org/${P}.tar.gz"
14
15
KEYWORDS="alpha amd64 ppc sparc x86"
16
13
17
LICENSE="GPL-2"
14
LICENSE="GPL-2"
18
15
SLOT="0"
16
KEYWORDS="alpha amd64 ppc sparc x86"
19
IUSE=""
17
IUSE=""
20
RDEPEND=">=media-libs/xine-lib-1_beta10
18
21
	>=x11-libs/gtk+-2.2.1:2
19
RDEPEND="dev-libs/glib
22
	>=gnome-base/gconf-2.2.0:2
20
	>=gnome-base/gconf-2.2.0:2
23
	>=gnome-base/gnome-vfs-2.0.4-r2:2"
21
	>=gnome-base/gnome-vfs-2.0.4-r2:2
22
	>=media-libs/xine-lib-1_beta10
23
	x11-libs/libX11
24
	x11-libs/gdk-pixbuf:2
25
	>=x11-libs/gtk+-2.2.1:2"
24
DEPEND="${RDEPEND}
26
DEPEND="${RDEPEND}
25
	dev-util/pkgconfig"
27
	dev-util/pkgconfig"
26
28
27
DOCS="AUTHORS README"
29
DOCS="AUTHORS README"
28
30
29
src_prepare() {
31
src_prepare() {
30
	# Drop DEPRECATED flags, bug #387823
32
	epatch "${FILESDIR}"/${P}-build.patch
31
	sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' \
33
	eautoreconf
32
		strange-quark/Makefile.am strange-quark/Makefile.in \
33
		quark/Makefile.am quark/Makefile.in || die
34
}
34
}
35
35
36
pkg_postinst () {
36
pkg_postinst () {

Return to bug 367859