wok-next annotate pcmanfm-qt/receipt @ rev 20019

Update LXQt (complete)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Oct 22 04:34:44 2017 +0300 (2017-10-22)
parents e70c0b9c5adf
children d394530f7404
rev   line source
al@20019 1 # SliTaz package receipt v2.
al@16833 2
al@16833 3 PACKAGE="pcmanfm-qt"
al@20019 4 VERSION="0.11.3"
al@17516 5 CATEGORY="system-tools"
al@16833 6 SHORT_DESC="File manager and desktop icon manager (Qt port of PCManFM and libfm)"
al@16833 7 MAINTAINER="al.bobylev@gmail.com"
al@16833 8 LICENSE="LGPL2.1"
al@16833 9 WEB_SITE="https://github.com/lxde/pcmanfm-qt"
al@20019 10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxqt/pcmanfm-qt.html"
al@16833 11
al@20019 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@20019 13 WGET_URL="https://github.com/lxde/pcmanfm-qt/releases/download/$VERSION/$TARBALL"
al@16833 14
al@20019 15 BUILD_DEPENDS="cmake qt5-dev mesa17-dev libfm-qt-dev lxqt-build-tools"
al@20019 16
al@20019 17 compile_rules() {
al@16833 18 mkdir build; cd build
al@20019 19 cmake \
al@20019 20 -DCMAKE_BUILD_TYPE=Release \
al@20019 21 -DCMAKE_INSTALL_PREFIX=/usr \
al@20019 22 -DCMAKE_INSTALL_LIBDIR=lib \
al@20019 23 -DPULL_TRANSLATIONS=no \
al@20019 24 .. &&
al@16833 25 make &&
al@20019 26 make install
al@16833 27 }
al@16833 28
al@20019 29 genpkg_rules() {
al@20019 30 copy @std
al@20019 31 DEPENDS="glib libfm libfm-qt menu-cache qt5-base qt5-x11extras xorg-libxcb"
al@20019 32 TAGS="LXQt file-manager"
al@16833 33 }