From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfdashboard/
Date: Thu, 8 Apr 2021 23:47:05 +0000 (UTC) [thread overview]
Message-ID: <1617925495.b652ac938d1a0214bd87abdf5646fa6e14fb244a.mgorny@gentoo> (raw)
commit: b652ac938d1a0214bd87abdf5646fa6e14fb244a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 8 23:44:55 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr 8 23:44:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b652ac93
xfce-extra/xfdashboard: Bump to 0.9.2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
| 1 +
| 45 +++++++++++++++++++++++++
2 files changed, 46 insertions(+)
--git a/xfce-extra/xfdashboard/Manifest b/xfce-extra/xfdashboard/Manifest
index 24aac918657..674d7382146 100644
--- a/xfce-extra/xfdashboard/Manifest
+++ b/xfce-extra/xfdashboard/Manifest
@@ -2,3 +2,4 @@ DIST xfdashboard-0.8.0.tar.bz2 3341109 BLAKE2B 8787bd5069d8c4781c1b728e051e344da
DIST xfdashboard-0.8.1.tar.bz2 3365273 BLAKE2B 1ab93a684f680a813fa32ca0ef610835d17aa9a854fc114298762abf92ac82f49a026ce123dacd03966667ea64ff31b05396faf94db4ea5f4ffb63e8a8f1b016 SHA512 235b5e0c4b9fd58a8b0078e4a5432ed84366865d8db0a248d377a593d31304fe68d48138c1dd9408abc02ed59b24542d5debaee3288a5fa0bf080e84632bf2fb
DIST xfdashboard-0.9.0.tar.bz2 3331542 BLAKE2B 2155035082fe9948ae6fbc484dd09fbf748183e09d62911e7b63348884ce6e0fdd5fdd5abbe32db93be8499fbf2ebe38c3e5c81c2a3dad828f944819b69b52c9 SHA512 f13a58c781349f9c9e1d027cebfcb2828a4c646eaf16743bb20342c5681f29248d6d6193991bd890a931bb5db2713d89c507a18f4c50c48fa68b239db9f52ca0
DIST xfdashboard-0.9.1.tar.bz2 3341851 BLAKE2B 6e2c06b59798d578ecfee99c03be40b66377012d44d9fd463de8f92ed47ce7e44c390767ac87fe50f19b903dc5c34c698b547da30a392d8053f4674a53613f29 SHA512 676b138633b519d3af9bc9b7597a0d3f5464826b190076cc146bb7c739b275c56eb5c0b912fc7f700eb9de01e1457dec814790b4c3575ee9b675a31ad675f249
+DIST xfdashboard-0.9.2.tar.bz2 3349027 BLAKE2B 37028f29bb0b10a00b14593713488d6392b14f4b7ba519c4c311063636d871855af527b978865c245cdd2071425e02129bd0ccce9f50a8d4331dc51ac792ca77 SHA512 7090047af1d621a60e315e212d4828ec98496a8b97b59b81615d0657bfea0e24359334fe98530e090bc0417fbc5ae979ded6dfad00c514b3e92f2768c75da76c
--git a/xfce-extra/xfdashboard/xfdashboard-0.9.2.ebuild b/xfce-extra/xfdashboard/xfdashboard-0.9.2.ebuild
new file mode 100644
index 00000000000..1d0bea1ef30
--- /dev/null
+++ b/xfce-extra/xfdashboard/xfdashboard-0.9.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2021 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/glib-2.38:2
+ >=x11-libs/gtk+-3.2:3
+ >=media-libs/clutter-1.12:1.0=[gtk]
+ >=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.14:="
+DEPEND="${RDEPEND}"
+BDEPEND="
+ dev-util/intltool
+ virtual/pkgconfig"
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+ xdg_icon_cache_update
+}
+
+pkg_postrm() {
+ xdg_icon_cache_update
+}
next reply other threads:[~2021-04-08 23:47 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-08 23:47 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-09-05 5:23 [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfdashboard/ Michał Górny
2022-09-04 21:49 Jakov Smolić
2022-09-04 17:45 Sam James
2022-08-13 5:05 Michał Górny
2022-07-25 10:45 Michał Górny
2022-07-15 9:36 Michał Górny
2022-06-19 13:36 Yixun Lan
2022-03-05 8:44 Michał Górny
2021-11-06 16:51 Michał Górny
2021-11-06 8:34 Agostino Sarubbo
2021-11-05 10:04 Agostino Sarubbo
2021-10-02 7:50 Michał Górny
2021-09-22 12:16 Michał Górny
2021-07-03 6:32 Michał Górny
2021-07-03 6:25 Agostino Sarubbo
2021-07-03 1:30 Sam James
2021-04-26 11:00 Michał Górny
2021-04-11 11:23 Michał Górny
2021-04-11 11:11 Sam James
2021-04-11 11:06 Sam James
2021-03-19 9:47 Michał Górny
2021-03-05 12:08 Michał Górny
2021-03-04 14:56 Michał Górny
2021-02-19 1:11 Michał Górny
2021-02-08 6:05 Sam James
2021-01-18 20:29 Michał Górny
2020-12-23 10:14 Michał Górny
2020-11-17 10:50 Michał Górny
2019-10-20 10:24 Michał Górny
2019-10-10 18:35 Mikle Kolyada
2019-10-10 18:31 Mikle Kolyada
2019-04-22 12:07 Michał Górny
2019-04-21 19:19 Mikle Kolyada
2019-04-21 19:19 Mikle Kolyada
2019-04-10 8:19 Michał Górny
2019-04-09 16:24 Michał Górny
2019-04-09 16:09 Michał Górny
2018-07-10 12:29 Michał Górny
2016-08-02 16:10 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1617925495.b652ac938d1a0214bd87abdf5646fa6e14fb244a.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox