menu-cache: marked unmaintained

This commit is contained in:
Tim Biermann 2023-08-13 09:56:24 +02:00
parent e84b7b7ab6
commit 6ef1f38729
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 12 additions and 12 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF38pnj9WDsD5ddAPD9ueGJdwmZ7PcPgHYdku+jDorBdlhHElcI3ld1/W+AYHxzxtmJuCN9v5sWIMUbWctr6hyGww=
SHA256 (Pkgfile) = 9c01cac7d4a4ff908873124303bdd50fe99b870114351168909eb21730456211
RWSagIOpLGJF3yE4PHe7HHD63jYVcQsMLVNMDNZ9Hn/Cp7csFKQYNOOoBJ3txmEZSqI2PK/VoDfGWSIj7fnWoelbry10qPHTqg0=
SHA256 (Pkgfile) = 0cd1527c52c24282817c7fbd2e15395ce15e9868dc9b94d181fb087181466771
SHA256 (.footprint) = e2d64ddd1950bab6b15f7c1d24bf664dedd4aa5ad9653dac9a60c40b0d3ad020
SHA256 (menu-cache-1.1.0.tar.xz) = ed02eb459dcb398f69b9fa5bf4dd813020405afc84331115469cdf7be9273ec7
SHA256 (menu-cache-1.1.0-0001-Support-gcc10-compilation.patch) = 393723ca805cb5ffb5eee2ad00a1c4624b513ca72bfb6a880d71907fb96e83de

View File

@ -1,22 +1,22 @@
# Description: Caching mechanism for freedesktop.org compliant menus
# URL: https://lxde.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: libfm-extra
# URL: https://lxde.org/
# Maintainer: unmaintained
# Depends on: libfm-extra
name=menu-cache
version=1.1.0
release=1
source=(https://downloads.sourceforge.net/lxde/$name-$version.tar.xz
menu-cache-1.1.0-0001-Support-gcc10-compilation.patch)
menu-cache-1.1.0-0001-Support-gcc10-compilation.patch)
build() {
cd $name-$version
cd $name-$version
patch -p1 -i $SRC/menu-cache-1.1.0-0001-Support-gcc10-compilation.patch
patch -p1 -i $SRC/menu-cache-1.1.0-0001-Support-gcc10-compilation.patch
./configure --prefix=/usr \
--libexecdir=/usr/lib/$name
./configure --prefix=/usr \
--libexecdir=/usr/lib/$name
make
make DESTDIR=$PKG install
make
make DESTDIR=$PKG install
}