wok-next view lximage-qt/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents c0b0151909ba
children f48456621a9d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="lximage-qt"
4 VERSION="0.6.0"
5 CATEGORY="graphics"
6 SHORT_DESC="The image viewer and screenshot tool for LXQt"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/lxde/lximage-qt"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxqt/lximage-qt.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="https://github.com/lxde/lximage-qt/releases/download/$VERSION/$TARBALL"
15 BUILD_DEPENDS="shared-mime-info cmake qt5-dev mesa-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 -DPULL_TRANSLATIONS=no \
24 .. &&
25 make &&
26 make install
27 }
29 genpkg_rules() {
30 copy @std
31 DEPENDS="glib libexif libfm libfm-qt menu-cache qt5-base qt5-svg \
32 qt5-x11extras xorg-libX11 xorg-libXext xorg-libXfixes xorg-libxcb"
33 TAGS="LXQt"
34 }