summaryrefslogtreecommitdiff
path: root/x11-misc/rofi
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-03-17 06:49:08 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-03-17 06:49:08 +0000
commit2bf68d7062b64d9f815f3b8ce6942a66afe53b0d (patch)
treeac1e773aaa4d3575d18d178ae260cab963bbf64c /x11-misc/rofi
parentcd356b722fd8d162f02a5059fae1a66e00be52e3 (diff)
gentoo auto-resync : 17:03:2024 - 06:49:08
Diffstat (limited to 'x11-misc/rofi')
-rw-r--r--x11-misc/rofi/Manifest2
-rw-r--r--x11-misc/rofi/rofi-1.7.5.ebuild9
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest
index 6c182d83f298..18edbcd3d1ad 100644
--- a/x11-misc/rofi/Manifest
+++ b/x11-misc/rofi/Manifest
@@ -1,4 +1,4 @@
DIST rofi-1.7.5.tar.xz 772952 BLAKE2B 54511f4f793f3ba0b58294daa1d2974228904a637d13d729b0b7d974c0ebf8d0d98514705212bd42500fe90b0685a3515dc67793baa95baefe6dfc0ecdee83c7 SHA512 84cbb8ccef14fdb5d68062b17245fbcb0e9bab46534eb6c7ce532750b86fb33ce6e43ed24cf3c65e553d15b23a201c9168d97d257da4dddeddb0a7c44dd59cc0
-EBUILD rofi-1.7.5.ebuild 1410 BLAKE2B 4ccdf27941fb27c50db39a5f9d9ece0cde3b399524415e1883924fb20bb94e6154192c3de70890e4d446d6ce8f5f5a2d7b85a70eb96d190012e764a01e515b4b SHA512 5728cb65250376a8e1c6bdfc32d7ceb8050e2e46e20dc481da7c90b91b94d74632587e35f88f35daa97eb6a8eaef84fe9333d47338923a359705059afcbfb58b
+EBUILD rofi-1.7.5.ebuild 1558 BLAKE2B ff5a43973cd4845549d1d3a04169ec3fce8bbc59cfbc88e253a5d2521eca24dd2d33042ac83aa05b350e55ffa5f82eddb11d35c0b05756da64cafe4511879132 SHA512 ca99b90495799a1ba5f5191fd75f1e4fdb87ca411b1169cfe0705a1da43aed2c011708f6f73209391601909198960a7b280e8b4ede8c6b0d51a10260e89d13d2
EBUILD rofi-9999.ebuild 1410 BLAKE2B 4ccdf27941fb27c50db39a5f9d9ece0cde3b399524415e1883924fb20bb94e6154192c3de70890e4d446d6ce8f5f5a2d7b85a70eb96d190012e764a01e515b4b SHA512 5728cb65250376a8e1c6bdfc32d7ceb8050e2e46e20dc481da7c90b91b94d74632587e35f88f35daa97eb6a8eaef84fe9333d47338923a359705059afcbfb58b
MISC metadata.xml 716 BLAKE2B 5a8cadc1db3d02b92f280234d5f4392bbfb9b2f5dc4b0214f22156c934772141aca0f037ac2d3364f7728eca26039b4fbd496695b63e500dd9f4ea6b1c6ed8d0 SHA512 38524b4628528ddea26f29dda73e6ba9651454a03374dbbb43042b62ec3cd2accaa7db2535db11019d369e6a4f436d27c10ca9e45d427cf4c6f8e796e6316eec
diff --git a/x11-misc/rofi/rofi-1.7.5.ebuild b/x11-misc/rofi/rofi-1.7.5.ebuild
index aa90b0c02f84..69974bf5e0e4 100644
--- a/x11-misc/rofi/rofi-1.7.5.ebuild
+++ b/x11-misc/rofi/rofi-1.7.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-inherit autotools toolchain-funcs xdg-utils
+inherit autotools flag-o-matic toolchain-funcs xdg-utils
DESCRIPTION="A window switcher, run dialog and dmenu replacement"
HOMEPAGE="https://github.com/davatorium/rofi"
@@ -51,6 +51,11 @@ src_prepare() {
}
src_configure() {
+ # -Werror=lto-type-mismatch
+ # https://bugs.gentoo.org/881281
+ # fixed upstream in git next, remove on next version bump
+ filter-lto
+
# Doesn't work with reflex, bug #887049
export LEX=flex