public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/kryoflux-dtc/
Date: Sat, 16 Mar 2024 20:24:26 +0000 (UTC)	[thread overview]
Message-ID: <1710620227.13bd5b6ecc9ff8645e51f1839d41385e714c2bf9.conikost@gentoo> (raw)

commit:     13bd5b6ecc9ff8645e51f1839d41385e714c2bf9
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 16 20:17:07 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 20:17:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13bd5b6e

app-misc/kryoflux-dtc: call udev_reload

Closes: https://bugs.gentoo.org/924874
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-misc/kryoflux-dtc/kryoflux-dtc-2.6-r3.ebuild | 15 +++++++++++++--
 app-misc/kryoflux-dtc/kryoflux-dtc-3.00.ebuild   |  4 ++--
 2 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/app-misc/kryoflux-dtc/kryoflux-dtc-2.6-r3.ebuild b/app-misc/kryoflux-dtc/kryoflux-dtc-2.6-r3.ebuild
index 59dfb7d11bf7..206c1cc0e6dc 100644
--- a/app-misc/kryoflux-dtc/kryoflux-dtc-2.6-r3.ebuild
+++ b/app-misc/kryoflux-dtc/kryoflux-dtc-2.6-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,9 +16,9 @@ SRC_URI="
 "
 S="${WORKDIR}/${MY_P}"
 
-KEYWORDS="-* amd64 x86"
 LICENSE="SPS"
 SLOT="0"
+KEYWORDS="-* amd64 x86"
 IUSE="demos doc fast-firmware gui static"
 
 RDEPEND="
@@ -94,6 +94,8 @@ pkg_postinst() {
 	elog "If you want to access your Kryoflux without root access,"
 	elog "please add yourself to the floppy group."
 
+	udev_reload
+
 	if use fast-firmware; then
 		elog ""
 		elog "You have enabled the fast firmware. Please keep in mind,"
@@ -105,3 +107,12 @@ pkg_postinst() {
 		xdg_mimeinfo_database_update
 	fi
 }
+
+pkg_postrm() {
+	udev_reload
+
+	if use gui; then
+		xdg_desktop_database_update
+		xdg_mimeinfo_database_update
+	fi
+}

diff --git a/app-misc/kryoflux-dtc/kryoflux-dtc-3.00.ebuild b/app-misc/kryoflux-dtc/kryoflux-dtc-3.00.ebuild
index 4f0411445ae3..48383872ffef 100644
--- a/app-misc/kryoflux-dtc/kryoflux-dtc-3.00.ebuild
+++ b/app-misc/kryoflux-dtc/kryoflux-dtc-3.00.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,9 +15,9 @@ HOMEPAGE="https://www.kryoflux.com"
 SRC_URI="https://www.kryoflux.com/download/${MY_P}.tgz"
 S="${WORKDIR}/${MY_P}"
 
-KEYWORDS="-* amd64 ~arm64"
 LICENSE="SPS"
 SLOT="0"
+KEYWORDS="-* amd64 ~arm64"
 IUSE="demos doc gui"
 
 RDEPEND="


             reply	other threads:[~2024-03-16 20:24 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-16 20:24 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-18 23:55 [gentoo-commits] repo/gentoo:master commit in: app-misc/kryoflux-dtc/ Conrad Kostecki
2024-12-12 21:29 Conrad Kostecki
2024-07-21 15:02 Conrad Kostecki
2024-07-21 15:02 Conrad Kostecki
2024-06-17 22:31 Conrad Kostecki
2022-05-24 22:11 Conrad Kostecki
2022-04-24 21:22 Conrad Kostecki
2022-04-23 20:37 Conrad Kostecki
2022-03-26  0:35 Sam James
2021-05-13 23:28 Conrad Kostecki
2020-09-18  9:20 Conrad Kostecki
2020-08-09 16:38 Conrad Kostecki
2020-01-12 11:14 David Seifert
2019-04-13 19:10 Agostino Sarubbo
2018-06-22 18:49 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=1710620227.13bd5b6ecc9ff8645e51f1839d41385e714c2bf9.conikost@gentoo \
    --to=conikost@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