summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-04-14 22:12:19 +0000
committerMichał Górny <mgorny@gentoo.org>2015-04-14 22:12:19 +0000
commit8ed5b20e7c092c57fa116af2d3da5d642a53e0b8 (patch)
treef82f97cd8a01f7838c575243c1b0d05202495e12 /xfce-extra
parentVersion bump. (diff)
downloadgentoo-2-8ed5b20e7c092c57fa116af2d3da5d642a53e0b8.tar.gz
gentoo-2-8ed5b20e7c092c57fa116af2d3da5d642a53e0b8.tar.bz2
gentoo-2-8ed5b20e7c092c57fa116af2d3da5d642a53e0b8.zip
Version bump, bug #546426
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfdashboard/ChangeLog9
-rw-r--r--xfce-extra/xfdashboard/xfdashboard-0.4.0.ebuild39
2 files changed, 46 insertions, 2 deletions
diff --git a/xfce-extra/xfdashboard/ChangeLog b/xfce-extra/xfdashboard/ChangeLog
index 447dd2b10693..24aae2812554 100644
--- a/xfce-extra/xfdashboard/ChangeLog
+++ b/xfce-extra/xfdashboard/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for xfce-extra/xfdashboard
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfdashboard/ChangeLog,v 1.2 2014/09/16 11:17:46 ssuominen Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfdashboard/ChangeLog,v 1.3 2015/04/14 22:12:19 mgorny Exp $
+
+*xfdashboard-0.4.0 (14 Apr 2015)
+
+ 14 Apr 2015; Michał Górny <mgorny@gentoo.org> +xfdashboard-0.4.0.ebuild:
+ Version bump, bug #546426
*xfdashboard-0.3.2 (16 Sep 2014)
diff --git a/xfce-extra/xfdashboard/xfdashboard-0.4.0.ebuild b/xfce-extra/xfdashboard/xfdashboard-0.4.0.ebuild
new file mode 100644
index 000000000000..bb2629ffc57f
--- /dev/null
+++ b/xfce-extra/xfdashboard/xfdashboard-0.4.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfdashboard/xfdashboard-0.4.0.ebuild,v 1.1 2015/04/14 22:12:19 mgorny Exp $
+
+EAPI=5
+inherit xfconf
+
+DESCRIPTION="Maybe a GNOME shell like dashboard for the Xfce desktop environment"
+HOMEPAGE="http://goodies.xfce.org/projects/applications/xfdashboard/start"
+SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+RDEPEND=">=dev-libs/dbus-glib-0.100:=
+ >=dev-libs/glib-2.32:=
+ >=x11-libs/gtk+-3.2:3=
+ >=media-libs/clutter-1.12:1.0=
+ >=x11-libs/libwnck-3:3=
+ x11-libs/libX11:=
+ x11-libs/libXcomposite:=
+ x11-libs/libXdamage:=
+ x11-libs/libXinerama:=
+ >=xfce-base/garcon-0.2.0:=
+ >=xfce-base/libxfce4util-4.10:=
+ >=xfce-base/xfconf-4.10:="
+DEPEND="${RDEPEND}
+ dev-util/intltool
+ virtual/pkgconfig"
+
+pkg_setup() {
+ XFCONF=(
+ $(xfconf_use_debug)
+ )
+
+ DOCS="AUTHORS ChangeLog README"
+}