From 6ef1f38729d032041c210af3c9ba36c83322e31e Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 13 Aug 2023 09:56:24 +0200 Subject: [PATCH] menu-cache: marked unmaintained --- menu-cache/.signature | 4 ++-- menu-cache/Pkgfile | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/menu-cache/.signature b/menu-cache/.signature index daeb037a4..4ff2dfe5b 100644 --- a/menu-cache/.signature +++ b/menu-cache/.signature @@ -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 diff --git a/menu-cache/Pkgfile b/menu-cache/Pkgfile index 36fbe1b94..404feb73f 100644 --- a/menu-cache/Pkgfile +++ b/menu-cache/Pkgfile @@ -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 }