1 # Copyright 1999-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
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"
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"
26 "${FILESDIR}"/${P}-fno-common.diff # upstream PR#19
27 "${FILESDIR}"/${P}-memleak.patch # git master
31 econf --disable-static
36 find "${ED}" -name '*.la' -delete || die