diff options
author | Christoph Mende <angelos@gentoo.org> | 2008-12-06 21:13:51 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2008-12-06 21:13:51 +0000 |
commit | 0d49104f68f47b39dea03e3e27fc03b3361d1569 (patch) | |
tree | 1e9a8528f5ab66c327c618e86915c281fcad9cd4 /media-sound/ario | |
parent | Block against dev-lang/mercury (diff) | |
download | gentoo-2-0d49104f68f47b39dea03e3e27fc03b3361d1569.tar.gz gentoo-2-0d49104f68f47b39dea03e3e27fc03b3361d1569.tar.bz2 gentoo-2-0d49104f68f47b39dea03e3e27fc03b3361d1569.zip |
Renamed USE=avahi to USE=zeroconf and added gnome2_icon_savelist
(Portage version: 2.2_rc16/cvs/Linux 2.6.28-rc7-00167-g24920a7 x86_64)
Diffstat (limited to 'media-sound/ario')
-rw-r--r-- | media-sound/ario/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/ario/ario-1.1.ebuild | 12 |
2 files changed, 12 insertions, 5 deletions
diff --git a/media-sound/ario/ChangeLog b/media-sound/ario/ChangeLog index a4b69ecf3f93..63837b6a27d8 100644 --- a/media-sound/ario/ChangeLog +++ b/media-sound/ario/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/ario # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v 1.4 2008/10/14 16:12:08 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v 1.5 2008/12/06 21:13:51 angelos Exp $ + + 06 Dec 2008; Christoph Mende <angelos@gentoo.org> ario-1.1.ebuild: + Renamed USE=avahi to USE=zeroconf and added gnome2_icon_savelist 14 Oct 2008; Diego Pettenò <flameeyes@gentoo.org> ario-1.1.ebuild: Add intltool to dependencies (or it'll use the bundled one). diff --git a/media-sound/ario/ario-1.1.ebuild b/media-sound/ario/ario-1.1.ebuild index fd6fef0ddbea..27edb275ed52 100644 --- a/media-sound/ario/ario-1.1.ebuild +++ b/media-sound/ario/ario-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ario-1.1.ebuild,v 1.4 2008/10/14 16:12:08 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ario-1.1.ebuild,v 1.5 2008/12/06 21:13:51 angelos Exp $ EAPI=1 inherit gnome2-utils @@ -12,14 +12,14 @@ SRC_URI="mirror://sourceforge/${PN}-player/${P}.tar.gz" LICENSE="GPL-1" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="avahi dbus debug" +IUSE="dbus debug zeroconf" RDEPEND=">=dev-libs/glib-2.14:2 gnome-base/libglade:2.0 net-misc/curl net-libs/gnutls >=x11-libs/gtk+-2.12:2 - avahi? ( net-dns/avahi ) + zeroconf? ( net-dns/avahi ) dbus? ( dev-libs/dbus-glib )" DEPEND="sys-devel/gettext dev-util/intltool @@ -29,7 +29,7 @@ S="${WORKDIR}" src_compile() { econf \ - $(use_enable avahi) \ + $(use_enable zeroconf avahi) \ $(use_enable dbus) \ $(use_enable debug) \ --disable-audioscrobbler \ @@ -43,6 +43,10 @@ src_install() { dodoc AUTHORS ChangeLog NEWS README TODO } +pkg_preinst() { + gnome2_icon_savelist +} + pkg_postinst() { gnome2_icon_cache_update } |