* [gentoo-commits] repo/proj/guru:master commit in: app-mobilephone/flashlight/
@ 2021-06-26 10:53 Haelwenn Monnier
0 siblings, 0 replies; 4+ messages in thread
From: Haelwenn Monnier @ 2021-06-26 10:53 UTC (permalink / raw
To: gentoo-commits
commit: 3eb4efb250e83390a0c32c8f4ffddb97e33061ed
Author: Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Fri Jun 25 19:36:53 2021 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Fri Jun 25 19:36:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3eb4efb2
app-mobilephone/flashlight: add missing package
Closes: https://bugs.gentoo.org/798507
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
app-mobilephone/flashlight/flashlight-0.1.1-r1.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/app-mobilephone/flashlight/flashlight-0.1.1-r1.ebuild b/app-mobilephone/flashlight/flashlight-0.1.1-r1.ebuild
index 775fe6a04..80be96fe2 100644
--- a/app-mobilephone/flashlight/flashlight-0.1.1-r1.ebuild
+++ b/app-mobilephone/flashlight/flashlight-0.1.1-r1.ebuild
@@ -15,6 +15,8 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
+RDEPEND="x11-libs/gtk+"
+
S="${WORKDIR}/${PN}-${MY_COMMIT}"
src_install() {
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-mobilephone/flashlight/
@ 2021-06-27 7:19 Haelwenn Monnier
0 siblings, 0 replies; 4+ messages in thread
From: Haelwenn Monnier @ 2021-06-27 7:19 UTC (permalink / raw
To: gentoo-commits
commit: d2370a20798a723829d8d6a8c3e7003abba0c348
Author: Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Sat Jun 26 16:30:21 2021 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sat Jun 26 16:30:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d2370a20
app-mobilephone/flashlight: close bugs
Closes: https://bugs.gentoo.org/798807
Closes: https://bugs.gentoo.org/798813
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
.../{flashlight-0.1.1-r1.ebuild => flashlight-0.1.1-r2.ebuild} | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/app-mobilephone/flashlight/flashlight-0.1.1-r1.ebuild b/app-mobilephone/flashlight/flashlight-0.1.1-r2.ebuild
similarity index 83%
rename from app-mobilephone/flashlight/flashlight-0.1.1-r1.ebuild
rename to app-mobilephone/flashlight/flashlight-0.1.1-r2.ebuild
index 80be96fe2..af0449630 100644
--- a/app-mobilephone/flashlight/flashlight-0.1.1-r1.ebuild
+++ b/app-mobilephone/flashlight/flashlight-0.1.1-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit meson gnome2-utils udev
+inherit meson gnome2-utils udev xdg-utils
MY_COMMIT="f5feb4b3d17bbf16171d716bbb8e28f3a84542ef"
@@ -16,6 +16,7 @@ SLOT="0"
KEYWORDS="~amd64 ~arm64"
RDEPEND="x11-libs/gtk+"
+BDEPEND="dev-lang/python-exec[native-symlinks]"
S="${WORKDIR}/${PN}-${MY_COMMIT}"
@@ -27,8 +28,10 @@ src_install() {
pkg_postinst() {
gnome2_schemas_update
+ xdg_desktop_database_update
}
pkg_postrm() {
gnome2_schemas_update
+ xdg_icon_cache_update
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-mobilephone/flashlight/
@ 2025-07-22 14:14 David Roman
0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2025-07-22 14:14 UTC (permalink / raw
To: gentoo-commits
commit: 20070489233c646a040f0fd319a8c37776750fb5
Author: ingenarel <ingenarelitems <AT> gmail <DOT> com>
AuthorDate: Tue Jul 22 01:48:28 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Jul 22 01:48:28 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=20070489
app-mobilephone/flashlight: remove redundant eclass inherit
fixes the following pkgcheck warnings:
app-mobilephone/flashlight
ProvidedEclassInherit: version 0.1.1-r2: line 6: redundant eclass inherit 'xdg-utils', provided by 'gnome2-utils'
Signed-off-by: ingenarel <ingenarelitems <AT> gmail.com>
app-mobilephone/flashlight/flashlight-0.1.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-mobilephone/flashlight/flashlight-0.1.1-r2.ebuild b/app-mobilephone/flashlight/flashlight-0.1.1-r2.ebuild
index cee63d180e..93b80c6267 100644
--- a/app-mobilephone/flashlight/flashlight-0.1.1-r2.ebuild
+++ b/app-mobilephone/flashlight/flashlight-0.1.1-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit meson gnome2-utils udev xdg-utils
+inherit meson gnome2-utils udev
MY_COMMIT="f5feb4b3d17bbf16171d716bbb8e28f3a84542ef"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-mobilephone/flashlight/
2025-08-20 9:58 [gentoo-commits] repo/proj/guru:dev " David Roman
@ 2025-08-20 12:45 ` David Roman
0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2025-08-20 12:45 UTC (permalink / raw
To: gentoo-commits
commit: b619de07be8d1e7c6d7242279e0059bf24bce959
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Wed Aug 20 09:58:30 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Aug 20 09:58:30 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b619de07
app-mobilephone/flashlight: reload udev rules on pkg_post{inst,rm}
Closes: https://bugs.gentoo.org/901155
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
.../flashlight/flashlight-0.1.1-r3.ebuild | 39 ++++++++++++++++++++++
1 file changed, 39 insertions(+)
diff --git a/app-mobilephone/flashlight/flashlight-0.1.1-r3.ebuild b/app-mobilephone/flashlight/flashlight-0.1.1-r3.ebuild
new file mode 100644
index 0000000000..145527f508
--- /dev/null
+++ b/app-mobilephone/flashlight/flashlight-0.1.1-r3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson gnome2-utils udev
+
+MY_COMMIT="f5feb4b3d17bbf16171d716bbb8e28f3a84542ef"
+
+DESCRIPTION="It's a flashlight, what do you expect?"
+HOMEPAGE="https://gitlab.com/a-wai/flashlight.git"
+SRC_URI="https://gitlab.com/a-wai/flashlight/-/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+S="${WORKDIR}/${PN}-${MY_COMMIT}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND="x11-libs/gtk+"
+BDEPEND="dev-lang/python-exec[native-symlinks]"
+
+src_install() {
+ meson_src_install
+ udev_dorules "${FILESDIR}/60-flashlight.rules"
+ mv "${D}/usr/share/appdata" "${D}/usr/share/metainfo" || die
+}
+
+pkg_postinst() {
+ gnome2_schemas_update
+ xdg_desktop_database_update
+ udev_reload
+}
+
+pkg_postrm() {
+ gnome2_schemas_update
+ xdg_icon_cache_update
+ udev_reload
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-08-20 12:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-22 14:14 [gentoo-commits] repo/proj/guru:master commit in: app-mobilephone/flashlight/ David Roman
-- strict thread matches above, loose matches on Subject: below --
2025-08-20 9:58 [gentoo-commits] repo/proj/guru:dev " David Roman
2025-08-20 12:45 ` [gentoo-commits] repo/proj/guru:master " David Roman
2021-06-27 7:19 Haelwenn Monnier
2021-06-26 10:53 Haelwenn Monnier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox