Skip to content

Commit

Permalink
x11-libs/bamf: fix QA warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dguglielmi committed May 10, 2024
1 parent 5598ff3 commit 5496dac
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion x11-libs/bamf/bamf-0.5.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,18 @@ src_prepare() {
export VALA_API_GEN="${VAPIGEN}"
fi

default
sed -i '/GNOME_COMMON_INIT/d' configure.ac || die
eautoreconf

default
}

src_configure() {
econf $(use_enable introspection )
}

src_install() {
default

find "${ED}" -name '*.la' -type f -delete || die
}

0 comments on commit 5496dac

Please sign in to comment.