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, 21 Aug 2025 16:10:36 +0000 (UTC) [thread overview]
Message-ID: <1755792485.7a4b5b704bf8ead958253598d974ef93d801d437.mgorny@gentoo> (raw)
commit: 7a4b5b704bf8ead958253598d974ef93d801d437
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 21 16:08:05 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 21 16:08:05 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a4b5b70
xfce-extra/xfdashboard: Bump to 1.1.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
| 1 +
| 57 +++++++++++++++++++++++++
2 files changed, 58 insertions(+)
--git a/xfce-extra/xfdashboard/Manifest b/xfce-extra/xfdashboard/Manifest
index cee246478da2..07f4aa383f14 100644
--- a/xfce-extra/xfdashboard/Manifest
+++ b/xfce-extra/xfdashboard/Manifest
@@ -1 +1,2 @@
DIST xfdashboard-1.0.0.tar.bz2 3423708 BLAKE2B b6ac90de137d85f9503372648444100561368498ac93173e60b3d0938cd5c1a95a4c0a668b4b2078821b234ca8e074e0fbc9a0c6b5785de23561465a3cfafe62 SHA512 7c7da3d544de4eabe9f31c2744d7b862ed71a7e7bcadd40b61d64ce7d480e627c86992979718110d65d1534f50fd87d8241f509b26e0603b93443b4cca873d1c
+DIST xfdashboard-1.1.0.tar.xz 2642580 BLAKE2B e486cb46779e5373ae8f883d52a46972402c9fff80d8fe62b3ff61e1f49cbec4430766de4b6566b62e1db0081bf9225f10bfd9b282e900102b8eab30fb8a2003 SHA512 83e0e552633e21f75b279c3ef3bee815dc15073ade8d90a0a4fe5971c064b93d2a4163078daa1a54df5806bd6fa83d3b8ab53335c7c818e2c158f8b93bf2e7ee
--git a/xfce-extra/xfdashboard/xfdashboard-1.1.0.ebuild b/xfce-extra/xfdashboard/xfdashboard-1.1.0.ebuild
new file mode 100644
index 000000000000..5fa3d94b592e
--- /dev/null
+++ b/xfce-extra/xfdashboard/xfdashboard-1.1.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson 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.xz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+RDEPEND="
+ >=dev-libs/glib-2.66:2
+ >=x11-libs/gtk+-3.22.0:3
+ >=media-libs/clutter-1.24.0:1.0[gtk]
+ >=media-libs/cogl-1.18.0:1.0
+ >=x11-libs/libwnck-3.0:3
+ >=x11-libs/libX11-1.6.7:=
+ >=x11-libs/libXcomposite-0.2:=
+ >=x11-libs/libXdamage-1.1.5:=
+ >=x11-libs/libXinerama-1.1.4:=
+ >=xfce-base/garcon-4.16.0:=
+ >=xfce-base/libxfce4ui-4.16.0:=
+ >=xfce-base/libxfce4util-4.16.0:=
+ >=xfce-base/xfconf-4.16.0:=
+"
+DEPEND="
+ ${RDEPEND}
+"
+BDEPEND="
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+src_configure() {
+ local emesonargs=(
+ -Dclutter-gdk=enabled
+ # TODO: make these optional?
+ -Dxcomposite=enabled
+ -Dxdamage=enabled
+ -Dxinerama=enabled
+ )
+
+ meson_src_configure
+}
+
+pkg_postinst() {
+ xdg_icon_cache_update
+}
+
+pkg_postrm() {
+ xdg_icon_cache_update
+}
next reply other threads:[~2025-08-21 16:10 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-21 16:10 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-15 2:01 [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfdashboard/ Sam James
2025-09-14 15:44 Sam James
2022-09-05 5:23 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-04-08 23:47 Michał Górny
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=1755792485.7a4b5b704bf8ead958253598d974ef93d801d437.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