diff options
author | 2010-01-11 19:12:30 +0000 | |
---|---|---|
committer | 2010-01-11 19:12:30 +0000 | |
commit | 705499e98ceb3dcd07e288173ca5def050705c36 (patch) | |
tree | 6eced0456e1bba10cc6256f61b6242eb9ff7b2df /media-gfx/wally | |
parent | Remove old. (diff) | |
download | gentoo-2-705499e98ceb3dcd07e288173ca5def050705c36.tar.gz gentoo-2-705499e98ceb3dcd07e288173ca5def050705c36.tar.bz2 gentoo-2-705499e98ceb3dcd07e288173ca5def050705c36.zip |
version bump
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/wally')
-rw-r--r-- | media-gfx/wally/ChangeLog | 9 | ||||
-rw-r--r-- | media-gfx/wally/wally-2.3.1.ebuild | 47 |
2 files changed, 54 insertions, 2 deletions
diff --git a/media-gfx/wally/ChangeLog b/media-gfx/wally/ChangeLog index b52c4ab5dd3e..6a815cc8a796 100644 --- a/media-gfx/wally/ChangeLog +++ b/media-gfx/wally/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/wally -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/wally/ChangeLog,v 1.22 2009/12/25 14:27:24 hwoarang Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/wally/ChangeLog,v 1.23 2010/01/11 19:12:30 hwoarang Exp $ + +*wally-2.3.1 (11 Jan 2010) + + 11 Jan 2010; <hwoarang@gentoo.org> +wally-2.3.1.ebuild: + Version bump 25 Dec 2009; <hwoarang@gentoo.org> -wally-2.0.1.ebuild, -wally-2.2.0.ebuild: diff --git a/media-gfx/wally/wally-2.3.1.ebuild b/media-gfx/wally/wally-2.3.1.ebuild new file mode 100644 index 000000000000..46e5a61d9234 --- /dev/null +++ b/media-gfx/wally/wally-2.3.1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/wally/wally-2.3.1.ebuild,v 1.1 2010/01/11 19:12:30 hwoarang Exp $ + +EAPI="2" + +KDE_REQUIRED="optional" +inherit kde4-base + +DESCRIPTION="A Qt4 wallpaper changer" +HOMEPAGE="http://wally.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="media-libs/libexif + x11-libs/qt-svg:4 + kde? ( >=kde-base/kdelibs-4.2.0 )" + +RDEPEND="${DEPEND}" + +PATCHES=( + "${FILESDIR}/${PN}-2.2.0-disable_popup.patch" + ) + +src_prepare() { + kde4-base_src_prepare + ! use kde && epatch "${FILESDIR}/${PN}-2.2.0-disable-kde4.patch" +} + +src_install() { + cmake-utils_src_install + newicon "${S}"/res/images/idle.png wally.png + make_desktop_entry wally Wally wally "Graphics;Qt" +} + +pkg_postinst() { + if use kde;then + elog + elog "In order to use wallyplugin you need to" + elog "restart plasma on your KDE4 enviroment." + elog + fi +} |