diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-10-07 18:01:19 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-10-07 18:01:19 +0000 |
commit | 2bdc0832840864cbe6191b20630b54ab9e81f808 (patch) | |
tree | 2b21a4dbe3f674fa45c473b3ff9a7260d4aa86c9 /x11-misc/piedock | |
parent | Force USE=python for libsemanage, needed by the semanage command (part of pol... (diff) | |
download | gentoo-2-2bdc0832840864cbe6191b20630b54ab9e81f808.tar.gz gentoo-2-2bdc0832840864cbe6191b20630b54ab9e81f808.tar.bz2 gentoo-2-2bdc0832840864cbe6191b20630b54ab9e81f808.zip |
Version bump
(Portage version: 2.2.0_alpha55/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/piedock')
-rw-r--r-- | x11-misc/piedock/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/piedock/piedock-1.4.1.ebuild | 37 |
2 files changed, 43 insertions, 1 deletions
diff --git a/x11-misc/piedock/ChangeLog b/x11-misc/piedock/ChangeLog index 199e3ac73e4c..ec8aa1b40c05 100644 --- a/x11-misc/piedock/ChangeLog +++ b/x11-misc/piedock/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/piedock # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/piedock/ChangeLog,v 1.9 2011/08/03 13:37:51 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/piedock/ChangeLog,v 1.10 2011/10/07 18:01:19 hwoarang Exp $ + +*piedock-1.4.1 (07 Oct 2011) + + 07 Oct 2011; Markos Chandras <hwoarang@gentoo.org> +piedock-1.4.1.ebuild: + Version bump *piedock-1.4.0 (03 Aug 2011) diff --git a/x11-misc/piedock/piedock-1.4.1.ebuild b/x11-misc/piedock/piedock-1.4.1.ebuild new file mode 100644 index 000000000000..9326e8aa84c2 --- /dev/null +++ b/x11-misc/piedock/piedock-1.4.1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/piedock/piedock-1.4.1.ebuild,v 1.1 2011/10/07 18:01:19 hwoarang Exp $ + +EAPI=4 + +MY_PN=PieDock +MY_P=${MY_PN}-${PV} + +DESCRIPTION="A little bit like the famous OS X dock but in shape of a pie menu" +HOMEPAGE="http://markusfisch.de/PieDock" +SRC_URI="http://markusfisch.de/downloads/${MY_P}.tar.bz2" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + media-libs/freetype:2 + media-libs/libpng + x11-libs/libX11 + x11-libs/libXft + x11-libs/libXmu + x11-libs/libXrender +" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${MY_P} + +DOCS=( + res/${MY_PN}rc.sample +) + +src_configure() { + econf --bindir="${EPREFIX}"/usr/bin +} |