forked from pool/xfdashboard
* Update README after switchover to meson
* build: Fix -Wunused-but-set-variable
* x11: Set wnck client type at the very first call
* build: Fix -Werror=undef
* Add meson build
* build: Automate copyright year management
* build: Unbreak example-search-provider
* build: Install version.h
* build: Drop dead code with glib 2.66
* build: Require clutter 1.24.0
* build: Require xfce 4.16.0
* build: Require gtk 3.22.0
* Replace deprecated exo with libxfce4ui 4.21.0
* I18n: Update po/LINGUAS list
* I18n: Update po/LINGUAS list
* I18n: Update po/LINGUAS list
* I18n: Update po/LINGUAS list
* xfdashboard: Fix translation in g_option_context_set_summary
* build: Fix gettext warning about empty string
* build: Use XDT_VERSION_INIT and get rid of configure.ac.in
* build: Workaround *.theme translation
* build: Switch from intltool to gettext
* build: Fix deprecation warnings from glib
* build: Fix redefined glib macros
* build: Add new debug option to AS_CASE
* Raise required minimum version of Glib 2.66 due to some functions
of Glib used without #ifdef's and alternatives
* Add icons at missing sizes, clean up SVG metadata
* Remove ENABLE_NLS ifdefs
* Post-release version bump to 1.1.0
* Translation Updates
- Regenerate xfdashboard-desktop-category.diff and
xfdashboard-desktopfile-without-binary.diff
- Add xfdashboard-relax-some-package-versions.diff
- Rewrite the "tee -a" construct to avoid compressed binary data
being sent to stdout and cluttering the output
- Add xfdashboard-rpmlintrc to avoid an unnecessary complex package
name for libxdashboard0
- Add "-lm" to CFLAGS on Leap 15.6, because libxfdashboard0.so
doesn't get automatically linked with libm.
OBS-URL: https://build.opensuse.org/package/show/X11:xfce/xfdashboard?expand=0&rev=41
43 lines
1.8 KiB
Diff
43 lines
1.8 KiB
Diff
diff -rup a/data/org.xfce.xfdashboard-autostart.desktop.in.in b/data/org.xfce.xfdashboard-autostart.desktop.in.in
|
|
--- a/data/org.xfce.xfdashboard-autostart.desktop.in.in 2025-08-21 16:49:26.000000000 +0200
|
|
+++ b/data/org.xfce.xfdashboard-autostart.desktop.in.in 2025-08-22 10:00:42.357495625 +0200
|
|
@@ -2,8 +2,8 @@
|
|
Type=Application
|
|
Name=Xfdashboard
|
|
Comment=Start xfdashboard as daemon in background
|
|
-TryExec=@bindir@/xfdashboard
|
|
-Exec=@bindir@/xfdashboard -d
|
|
+TryExec=xfdashboard
|
|
+Exec=xfdashboard -d
|
|
Icon=org.xfce.xfdashboard
|
|
NotShowIn=GNOME;KDE;Unity;
|
|
Terminal=false
|
|
diff -rup a/data/org.xfce.xfdashboard-settings.desktop.in.in b/data/org.xfce.xfdashboard-settings.desktop.in.in
|
|
--- a/data/org.xfce.xfdashboard-settings.desktop.in.in 2025-08-21 16:49:26.000000000 +0200
|
|
+++ b/data/org.xfce.xfdashboard-settings.desktop.in.in 2025-08-22 10:00:46.981500296 +0200
|
|
@@ -4,8 +4,8 @@ Type=Application
|
|
Name=Xfdashboard settings
|
|
Comment=Configure xfdashboard
|
|
GenericName=Xfdashboard settings
|
|
-TryExec=@bindir@/xfdashboard-settings
|
|
-Exec=@bindir@/xfdashboard-settings
|
|
+TryExec=xfdashboard-settings
|
|
+Exec=xfdashboard-settings
|
|
Icon=org.xfce.xfdashboard
|
|
Categories=XFCE;GTK;Settings;DesktopSettings;X-XFCE-SettingsDialog;X-XFCE-PersonalSettings;
|
|
NotShowIn=GNOME;KDE;Unity;
|
|
diff -rup a/data/org.xfce.xfdashboard.desktop.in.in b/data/org.xfce.xfdashboard.desktop.in.in
|
|
--- a/data/org.xfce.xfdashboard.desktop.in.in 2025-08-22 09:59:42.596428133 +0200
|
|
+++ b/data/org.xfce.xfdashboard.desktop.in.in 2025-08-22 10:00:54.341509806 +0200
|
|
@@ -3,8 +3,8 @@ Type=Application
|
|
Name=Xfdashboard
|
|
Comment=Maybe a Gnome shell like dashboard for Xfce
|
|
GenericName=Xfdashboard
|
|
-TryExec=@bindir@/xfdashboard
|
|
-Exec=@bindir@/xfdashboard
|
|
+TryExec=xfdashboard
|
|
+Exec=xfdashboard
|
|
Icon=org.xfce.xfdashboard
|
|
Categories=System;Applet;
|
|
NotShowIn=GNOME;KDE;Unity;
|