repo/proj/guru:dev commit in: gui-apps/dankmaterialshell/
"Emi" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786009025.f8b839ccb2318868b1c4a057af19533810c55ec4.reedy.sailors.8t@gentoo> |
commit: f8b839ccb2318868b1c4a057af19533810c55ec4
Author: Emi <reedy.sailors.8t <AT> icloud <DOT> com>
AuthorDate: Thu Aug 6 09:37:05 2026 +0000
Commit: Emi <reedy.sailors.8t <AT> icloud <DOT> com>
CommitDate: Thu Aug 6 09:37:05 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f8b839cc
gui-apps/dankmaterialshell: fix mistake
Fix mistakenly not included xdg_pkg_postinst
Signed-off-by: Emi <reedy.sailors.8t <AT> icloud.com>
gui-apps/dankmaterialshell/dankmaterialshell-1.4.6-r1.ebuild | 1 +
gui-apps/dankmaterialshell/dankmaterialshell-1.5.3.ebuild | 1 +
gui-apps/dankmaterialshell/dankmaterialshell-9999.ebuild | 3 ++-
3 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/gui-apps/dankmaterialshell/dankmaterialshell-1.4.6-r1.ebuild b/gui-apps/dankmaterialshell/dankmaterialshell-1.4.6-r1.ebuild
index 38bc830042..2d65c35584 100644
--- a/gui-apps/dankmaterialshell/dankmaterialshell-1.4.6-r1.ebuild
+++ b/gui-apps/dankmaterialshell/dankmaterialshell-1.4.6-r1.ebuild
@@ -109,6 +109,7 @@ pkg_postinst() {
tmpfiles_process dms-greeter.conf
fi
+ xdg_pkg_postinst
optfeature_header "Optional programs for extra features:"
optfeature "Audio visualizer" media-sound/cava
optfeature "I2C monitor brightness control" app-misc/ddcutil
diff --git a/gui-apps/dankmaterialshell/dankmaterialshell-1.5.3.ebuild b/gui-apps/dankmaterialshell/dankmaterialshell-1.5.3.ebuild
index 1e5ead9533..4da24f33f6 100644
--- a/gui-apps/dankmaterialshell/dankmaterialshell-1.5.3.ebuild
+++ b/gui-apps/dankmaterialshell/dankmaterialshell-1.5.3.ebuild
@@ -85,6 +85,7 @@ src_install() {
}
pkg_postinst() {
+ xdg_pkg_postinst
optfeature_header "Optional programs for extra features:"
optfeature "Audio visualizer" media-sound/cava
optfeature "I2C monitor brightness control" app-misc/ddcutil
diff --git a/gui-apps/dankmaterialshell/dankmaterialshell-9999.ebuild b/gui-apps/dankmaterialshell/dankmaterialshell-9999.ebuild
index d5ad01f461..4adaa73efc 100644
--- a/gui-apps/dankmaterialshell/dankmaterialshell-9999.ebuild
+++ b/gui-apps/dankmaterialshell/dankmaterialshell-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit desktop optfeature shell-completion systemd xdg go-module
+inherit desktop optfeature shell-completion systemd go-module xdg
DESCRIPTION="Desktop shell for wayland compositors built with Quickshell"
HOMEPAGE="https://github.com/AvengeMedia/DankMaterialShell"
@@ -84,6 +84,7 @@ src_install() {
}
pkg_postinst() {
+ xdg_pkg_postinst
optfeature_header "Optional programs for extra features:"
optfeature "Audio visualizer" media-sound/cava
optfeature "I2C monitor brightness control" app-misc/ddcutil