diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-11-16 15:42:20 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-11-16 15:42:20 +0000 |
commit | 7442e8786093ea42efc37c00e509716883f74595 (patch) | |
tree | 35d4e8058fee18f11f9d3d08ab25aec6fad43fc7 /xfce-extra/xfce4-clipman-plugin | |
parent | Version bump. Many bug fixes and performance enhancements. http://releases.xf... (diff) | |
download | gentoo-2-7442e8786093ea42efc37c00e509716883f74595.tar.gz gentoo-2-7442e8786093ea42efc37c00e509716883f74595.tar.bz2 gentoo-2-7442e8786093ea42efc37c00e509716883f74595.zip |
Version bump. Small bug fixes. http://releases.xfce.org/feeds/project/xfce4-clipman-plugin
(Portage version: 2.1.7.4/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-clipman-plugin')
-rw-r--r-- | xfce-extra/xfce4-clipman-plugin/ChangeLog | 9 | ||||
-rw-r--r-- | xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild | 37 |
2 files changed, 45 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-clipman-plugin/ChangeLog b/xfce-extra/xfce4-clipman-plugin/ChangeLog index f48af57e9b90..802f1cb52b81 100644 --- a/xfce-extra/xfce4-clipman-plugin/ChangeLog +++ b/xfce-extra/xfce4-clipman-plugin/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for xfce-extra/xfce4-clipman-plugin # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v 1.16 2009/11/09 20:55:38 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v 1.17 2009/11/16 15:42:20 darkside Exp $ + +*xfce4-clipman-plugin-1.1.3 (16 Nov 2009) + + 16 Nov 2009; Jeremy Olexa <darkside@gentoo.org> + +xfce4-clipman-plugin-1.1.3.ebuild: + Version bump. Small bug fixes. + http://releases.xfce.org/feeds/project/xfce4-clipman-plugin 09 Nov 2009; Markus Meier <maekke@gentoo.org> xfce4-clipman-plugin-1.1.1.ebuild: diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild new file mode 100644 index 000000000000..4b834ac5b0b8 --- /dev/null +++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild,v 1.1 2009/11/16 15:42:20 darkside Exp $ + +EAPI=2 +EAUTORECONF=yes +inherit xfconf + +DESCRIPTION="a simple cliboard history manager for Xfce4 Panel" +HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin" +SRC_URI="mirror://xfce/src/panel-plugins/${PN}/1.1/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=">=dev-libs/glib-2.16:2 + >=dev-libs/libunique-1.0 + >=gnome-base/libglade-2.6:2.0 + >=x11-libs/gtk+-2.10:2 + >=xfce-base/libxfce4util-4.4 + >=xfce-base/libxfcegui4-4.4 + >=xfce-base/xfce4-panel-4.4 + >=xfce-base/xfconf-4.6 + >=xfce-base/exo-0.3" +DEPEND="${RDEPEND} + dev-util/intltool + sys-devel/gettext + dev-util/pkgconfig" + +pkg_setup() { + DOCS="AUTHORS ChangeLog NEWS README TODO" + XFCONF="--disable-dependency-tracking + $(use_enable debug)" + PATCHES=( "${FILESDIR}/${PN}-1.1.1-exo.patch" ) +} |