mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
media-sound/amberol: fix metadata installation dir
Signed-off-by: Lucas Barbieri <lucasbarbieri.c@gmail.com>
This commit is contained in:
parent
2b5cd5a154
commit
51e5da1535
@ -259,6 +259,11 @@ src_unpack() {
|
|||||||
src_configure () {
|
src_configure () {
|
||||||
# upstream redefines CARGO_HOME, pointing to eclass defined
|
# upstream redefines CARGO_HOME, pointing to eclass defined
|
||||||
ln -s "${WORKDIR}"/cargo_home "${S}"/cargo-home || die
|
ln -s "${WORKDIR}"/cargo_home "${S}"/cargo-home || die
|
||||||
|
|
||||||
|
# upstream installs to /usr/share/appdata, fixing that
|
||||||
|
sed -i 's/appdata/metainfo/g' "${S}"/data/meson.build
|
||||||
|
mv "${S}"/data/io.bassi.Amberol.appdata.xml.in.in "${S}"/data/io.bassi.Amberol.metainfo.xml.in.in
|
||||||
|
|
||||||
meson_src_configure
|
meson_src_configure
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user