diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-03-28 20:46:41 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-03-28 20:46:41 +0000 |
commit | 18376a1bd72c621c8f57ef8485224629936d1642 (patch) | |
tree | fed5d94a2a37c45a8bfe3cb3d284d308b383ad37 /xfce-extra/xfce4-dict | |
parent | Version bump with translation updates and minor build system fixes. (diff) | |
download | gentoo-2-18376a1bd72c621c8f57ef8485224629936d1642.tar.gz gentoo-2-18376a1bd72c621c8f57ef8485224629936d1642.tar.bz2 gentoo-2-18376a1bd72c621c8f57ef8485224629936d1642.zip |
Version bump with a lot of fixes.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'xfce-extra/xfce4-dict')
-rw-r--r-- | xfce-extra/xfce4-dict/ChangeLog | 10 | ||||
-rw-r--r-- | xfce-extra/xfce4-dict/xfce4-dict-0.7.1.ebuild | 33 |
2 files changed, 40 insertions, 3 deletions
diff --git a/xfce-extra/xfce4-dict/ChangeLog b/xfce-extra/xfce4-dict/ChangeLog index 4794c081c6a1..93543d387b78 100644 --- a/xfce-extra/xfce4-dict/ChangeLog +++ b/xfce-extra/xfce4-dict/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for xfce-extra/xfce4-dict -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.54 2012/11/28 12:20:54 ssuominen Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.55 2015/03/28 20:46:41 mgorny Exp $ + +*xfce4-dict-0.7.1 (28 Mar 2015) + + 28 Mar 2015; Michał Górny <mgorny@gentoo.org> +xfce4-dict-0.7.1.ebuild: + Version bump with a lot of fixes. 28 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> xfce4-dict-0.6.0.ebuild: EAPI5 @@ -198,4 +203,3 @@ +xfce4-dict-0.2.1.ebuild: Initial import. Ebuild originally by Sideris Michael <msid@daemons.gr> on bug #157561. - diff --git a/xfce-extra/xfce4-dict/xfce4-dict-0.7.1.ebuild b/xfce-extra/xfce4-dict/xfce4-dict-0.7.1.ebuild new file mode 100644 index 000000000000..ea4b6f84355d --- /dev/null +++ b/xfce-extra/xfce4-dict/xfce4-dict-0.7.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.7.1.ebuild,v 1.1 2015/03/28 20:46:41 mgorny Exp $ + +EAPI=5 +EAUTORECONF=yes +inherit multilib xfconf + +DESCRIPTION="A dict.org querying application and panel plug-in for the Xfce desktop" +HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-dict" +SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND=">=dev-libs/glib-2.24:= + >=x11-libs/gtk+-2.20:2= + >=xfce-base/libxfce4util-4.10:= + >=xfce-base/libxfcegui4-4.10:= + >=xfce-base/xfce4-panel-4.10:=" +DEPEND="${RDEPEND} + dev-util/intltool + virtual/pkgconfig" + +pkg_setup() { + XFCONF=( + --libexecdir="${EPREFIX}"/usr/$(get_libdir) + ) + + DOCS=( AUTHORS ChangeLog README ) +} |