wok-next view pcmanfm-qt/receipt @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents c0b0151909ba
children c0521c689857
line source
1 # SliTaz package receipt v2.
3 PACKAGE="pcmanfm-qt"
4 VERSION="0.12.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="File manager and desktop icon manager (Qt port of PCManFM and libfm)"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://github.com/lxde/pcmanfm-qt"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxqt/pcmanfm-qt.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="https://github.com/lxde/pcmanfm-qt/releases/download/$VERSION/$TARBALL"
15 BUILD_DEPENDS="shared-mime-info cmake qt5-dev mesa17-dev libfm-qt-dev \
16 lxqt-build-tools"
18 compile_rules() {
19 mkdir build; cd build
20 cmake \
21 -DCMAKE_BUILD_TYPE=Release \
22 -DCMAKE_INSTALL_PREFIX=/usr \
23 -DCMAKE_INSTALL_LIBDIR=lib \
24 -DPULL_TRANSLATIONS=no \
25 .. &&
26 make &&
27 make install
28 }
30 genpkg_rules() {
31 copy @std
32 DEPENDS="glib libfm libfm-qt menu-cache qt5-base qt5-x11extras xorg-libxcb \
33 shared-mime-info"
34 TAGS="LXQt file-manager"
35 }