summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-07-13 05:05:06 +0000
committerMichał Górny <mgorny@gentoo.org>2015-07-13 05:05:06 +0000
commite0bbb4c58af6a651c3f1d7add32cd98b965fe698 (patch)
treeb6765c966e9f9a461f31cc0b220f36ae516aead8 /xfce-extra
parentVersion bump. (diff)
downloadgentoo-2-e0bbb4c58af6a651c3f1d7add32cd98b965fe698.tar.gz
gentoo-2-e0bbb4c58af6a651c3f1d7add32cd98b965fe698.tar.bz2
gentoo-2-e0bbb4c58af6a651c3f1d7add32cd98b965fe698.zip
Version bump. Adds Czech translation, fixes missing POTFILES.in (bug #527032). lxpanel plugin has been disabled because of incompatible API change. https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/161 by j123b567.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/multiload-nandhp/ChangeLog9
-rw-r--r--xfce-extra/multiload-nandhp/multiload-nandhp-0.3.ebuild46
2 files changed, 54 insertions, 1 deletions
diff --git a/xfce-extra/multiload-nandhp/ChangeLog b/xfce-extra/multiload-nandhp/ChangeLog
index e3e12be8b57e..2340d38cd40d 100644
--- a/xfce-extra/multiload-nandhp/ChangeLog
+++ b/xfce-extra/multiload-nandhp/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for xfce-extra/multiload-nandhp
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/multiload-nandhp/ChangeLog,v 1.4 2015/07/01 08:09:08 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/multiload-nandhp/ChangeLog,v 1.5 2015/07/13 05:05:06 mgorny Exp $
+
+*multiload-nandhp-0.3 (13 Jul 2015)
+
+ 13 Jul 2015; Michał Górny <mgorny@gentoo.org> +multiload-nandhp-0.3.ebuild:
+ Version bump. Adds Czech translation, fixes missing POTFILES.in (bug #527032).
+ lxpanel plugin has been disabled because of incompatible API change.
+ https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/161 by j123b567.
01 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> multiload-nandhp-0.2.ebuild:
x86 stable wrt bug #553500
diff --git a/xfce-extra/multiload-nandhp/multiload-nandhp-0.3.ebuild b/xfce-extra/multiload-nandhp/multiload-nandhp-0.3.ebuild
new file mode 100644
index 000000000000..b3e4282f1926
--- /dev/null
+++ b/xfce-extra/multiload-nandhp/multiload-nandhp-0.3.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/multiload-nandhp/multiload-nandhp-0.3.ebuild,v 1.1 2015/07/13 05:05:06 mgorny Exp $
+
+EAPI=5
+inherit autotools eutils
+
+MY_PV=version-${PV/./-}
+
+DESCRIPTION="A port of the GNOME multiload applet for the Xfce panel"
+HOMEPAGE="http://github.com/nandhp/multiload-nandhp"
+SRC_URI="http://github.com/nandhp/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=x11-libs/gtk+-2.14:2=
+ x11-libs/cairo:=
+ >=gnome-base/libgtop-2.11.92:=
+ >=xfce-base/libxfce4ui-4.10:=
+ >=xfce-base/libxfce4util-4.10:=
+ >=xfce-base/xfce4-panel-4.10:="
+
+DEPEND="${RDEPEND}
+ dev-util/intltool
+ sys-devel/gettext
+ virtual/pkgconfig"
+
+DOCS="AUTHORS README.md"
+
+S=${WORKDIR}/${PN}-${MY_PV}
+
+src_prepare() {
+ eautoreconf
+}
+
+src_configure() {
+ econf --with-xfce4
+}
+
+src_install() {
+ default
+ prune_libtool_files --all
+}