diff options
author | Mazunki Hoksaas <rolferen@gmail.com> | 2024-04-29 11:19:05 +0200 |
---|---|---|
committer | Mazunki Hoksaas <rolferen@gmail.com> | 2024-04-29 11:20:41 +0200 |
commit | 70f6811766435f93dff9f30a5c0e5040cb014b9b (patch) | |
tree | dc65f06319cf8c1751c51b0a32746f8e1942e141 | |
parent | media-sound/openutau: update maintainers (diff) | |
download | guru-70f6811766435f93dff9f30a5c0e5040cb014b9b.tar.gz guru-70f6811766435f93dff9f30a5c0e5040cb014b9b.tar.bz2 guru-70f6811766435f93dff9f30a5c0e5040cb014b9b.zip |
x11-terms/tym: revbump, fix minor bugs
Closes: https://bugs.gentoo.org/920447
Closes: https://bugs.gentoo.org/920446
See-Also: https://github.com/endaaman/tym/issues/115
Signed-off-by: Mazunki Hoksaas <rolferen@gmail.com>
-rw-r--r-- | x11-terms/tym/tym-3.5.0-r1.ebuild (renamed from x11-terms/tym/tym-3.5.0.ebuild) | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-terms/tym/tym-3.5.0.ebuild b/x11-terms/tym/tym-3.5.0-r1.ebuild index 0b569696f..d04bc7d45 100644 --- a/x11-terms/tym/tym-3.5.0.ebuild +++ b/x11-terms/tym/tym-3.5.0-r1.ebuild @@ -29,6 +29,16 @@ DEPEND=" " RDEPEND="${DEPEND}" +src_prepare() { + default + # see https://github.com/endaaman/tym/issues/115 + sed -i '/^CFLAGS=""/d' "${S}"/configure.ac || die + + # the categories provided by eclass do a better job than upstream, and + # having duplicate list of categories fails on QA + sed -i '/^Categories=.*$/d' "${S}"/tym-daemon.desktop "${S}"/tym.desktop || die +} + src_configure() { if [[ ${PV} == 9999 ]]; then eautoreconf |