app-admin/awscli: Bump to 1.37.9
[gentoo/gentoo.git] / lxde-base / menu-cache / menu-cache-1.1.0-r1.ebuild
blobb7a91839f7ea8fe4d722be72f70a0fe778369beb
1 # Copyright 1999-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=7
6 DESCRIPTION="Library to create and utilize caches to speed up freedesktop application menus"
7 HOMEPAGE="https://lxde.org/"
8 SRC_URI="https://downloads.sourceforge.net/lxde/${P}.tar.xz"
10 LICENSE="LGPL-2.1+"
11 SLOT="0/2" # ABI is v2. See Makefile.am
12 KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
13 IUSE=""
15 RDEPEND="
16         dev-libs/glib:2
17         x11-libs/libfm-extra
19 DEPEND="${RDEPEND}"
20 BDEPEND="
21         sys-devel/gettext
22         virtual/pkgconfig
25 PATCHES=(
26         "${FILESDIR}"/${P}-fno-common.diff # upstream PR#19
27         "${FILESDIR}"/${P}-memleak.patch # git master
30 src_configure() {
31         econf --disable-static
34 src_install() {
35         default
36         find "${ED}" -name '*.la' -delete || die