Skip to content
Snippets Groups Projects
Commit a1494972 authored by Leo's avatar Leo
Browse files

community/pcmanfm: upgrade to 1.3.2

parent 579ac29c
No related branches found
No related tags found
1 merge request!17921community/pcmanfm: upgrade to 1.3.2
# Contributor: Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=pcmanfm
pkgver=1.3.1
pkgrel=1
pkgver=1.3.2
pkgrel=0
pkgdesc="Extremely fast and lightweight file manager"
arch="all !s390x !mips64"
url="https://wiki.lxde.org/en/PCManFM"
......@@ -11,7 +10,7 @@ license="GPL-2.0-or-later"
makedepends="gtk+3.0-dev libfm-dev libfm-extra-dev intltool"
subpackages="$pkgname-doc $pkgname-lang"
source="
https://downloads.sourceforge.net/pcmanfm/$pkgname-$pkgver.tar.xz
https://downloads.sourceforge.net/pcmanfm/pcmanfm-$pkgver.tar.xz
"
# secfixes:
......@@ -19,8 +18,6 @@ source="
# - CVE-2017-8934
build() {
cd "$builddir"
./configure \
--sysconfdir=/etc \
--prefix=/usr \
......@@ -29,16 +26,14 @@ build() {
}
check() {
cd "$builddir"
make check
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
sed -i 's|x-directory/normal|inode/directory|' \
"$pkgdir"/usr/share/applications/pcmanfm.desktop
}
sha512sums="68fbc55b3ffd9da17c861d2cc41590a455ec2c0eb590ba4862f8a0ae01caac34a58645d847d318553ff588df20d355bbcbf1138a792cb45922eb04b047f681c4 pcmanfm-1.3.1.tar.xz"
sha512sums="bcca1af20500e7a84ebfe5f1efd5a1a2945d32ad3ea5fa945ad908794c56614bd85921fac1e7a3b2fc5ef82267d5d3ffc5ad7065e9878a920dd578cb830776c9 pcmanfm-1.3.2.tar.xz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment