xfce-extra/xfdashboard: Bump to 0.6.1 (stable branch)
authorMichał Górny <mgorny@gentoo.org>
Tue, 9 Apr 2019 15:54:05 +0000 (17:54 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 9 Apr 2019 16:09:03 +0000 (18:09 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
xfce-extra/xfdashboard/Manifest
xfce-extra/xfdashboard/xfdashboard-0.6.1.ebuild [new file with mode: 0644]

index ccb120f8425533d8a95bed03bef9a6ce7429705c..fbd5a85c8cc5fb731a681df8dad3ac44158ca2d6 100644 (file)
@@ -1 +1,2 @@
 DIST xfdashboard-0.4.0.tar.bz2 2249568 BLAKE2B a11beea33f9230ad904b876a4ee44e5131c27eded9237b5705e6cd5ce6e763c830550fcd970d4a48918426a8b17cd026bb8634ddbf526ac4019309ba97f84d94 SHA512 d737a65ab27f0d6e49fd24ff7852bd2e00feebd3cce2c1ced5580bb5af1449fad0c593707686b6b83f4fd2e3d7cc318e0778ce404e53240dee53c6aeb9886df0
+DIST xfdashboard-0.6.1.tar.bz2 2402318 BLAKE2B c45713ae63d69f55ff18606a2d865334cdf5ae4a853c1cb3027be368e3c803629e83c2363a9ffbf470391096b5c3bd22497ef35b0f7c41caa6357b4510b66bbc SHA512 3e68009ccbea71f22d7bb2d171f5f9331382a3128d32ea3ece976b31408bb4ff84cf8212efd268d655dba1396a5a9e01bb8449cd6f44d3e9c07b0c6841978897
diff --git a/xfce-extra/xfdashboard/xfdashboard-0.6.1.ebuild b/xfce-extra/xfdashboard/xfdashboard-0.6.1.ebuild
new file mode 100644 (file)
index 0000000..8535781
--- /dev/null
@@ -0,0 +1,41 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="Maybe a GNOME shell like dashboard for the Xfce desktop environment"
+HOMEPAGE="https://goodies.xfce.org/projects/applications/xfdashboard/start"
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/dbus-glib-0.100:=
+       >=dev-libs/glib-2.32:2
+       >=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/libxfce4ui-4.10:=
+       >=xfce-base/libxfce4util-4.10:=
+       >=xfce-base/xfconf-4.10:="
+DEPEND="${RDEPEND}
+       dev-util/intltool
+       virtual/pkgconfig"
+
+src_install() {
+       default
+       find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+       xdg_icon_cache_update
+}