mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-18 23:39:00 -04:00
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>
This commit is contained in:
parent
94bd325763
commit
70f6811766
@ -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
|
Loading…
x
Reference in New Issue
Block a user