pcmanfm: marked unmaintained

This commit is contained in:
Tim Biermann 2023-08-13 09:31:45 +02:00
parent c896b962a8
commit e753e91d09
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF32EwalTwGBz04Q9Z90XmRqFVmkJYGb8W75T6CgmHqhUSlHc2PuD3uhaTrPZ61vVajrA5oI+vItC+ZAt06WTWOgE=
SHA256 (Pkgfile) = 267511adfd93a65a172be10681a3df07154973452eb50854db547114a74a975f
RWSagIOpLGJF3/Qhy5SJA3d9PSHkIYoyb8E6mqB6BqBcC5BViejTFk5UDc3Ry/WLAXJpdKRxtWHWhLWZyOkSDEeT39+CWIn8dA4=
SHA256 (Pkgfile) = 0eb6f379f1cf45842569bb5001286734cdda3993b7eae2b6aa6d23b0a9eab58e
SHA256 (.footprint) = 2539c75df04262f0e3ee2ff05697b7c866a3d1b4db1b14bff10d806e2e6a5e76
SHA256 (pcmanfm-1.3.2.tar.xz) = 14cb7b247493c4cce65fbb5902611e3ad00a7a870fbc1e50adc50428c5140cf7

View File

@ -1,6 +1,6 @@
# Description: Fast and lightweight file manager.
# URL: http://pcmanfm.sourceforge.net/
# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: unmaintained
# Depends on: desktop-file-utils libfm
# Optional: gvfs udisks xarchiver
@ -10,14 +10,14 @@ release=1
source=(https://downloads.sourceforge.net/$name/$name-$version.tar.xz)
build() {
cd $name-$version
cd $name-$version
./configure \
--prefix=/usr \
--sysconfdir=/etc
./configure \
--prefix=/usr \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/locale
rm -r $PKG/usr/share/locale
}