wok annotate lximage-qt/receipt @ rev 22817

moserial: fix moserial.desktop
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 04 18:51:57 2020 +0100 (2020-02-04)
parents 7aac542e058a
children 5ea0ce1cecc0
rev   line source
al@16833 1 # SliTaz package receipt.
al@16833 2
al@16833 3 PACKAGE="lximage-qt"
psychomaniak@17239 4 VERSION="0.3.0"
al@16833 5 CATEGORY="graphics"
al@16833 6 SHORT_DESC="The image viewer and screenshot tool for LXQt"
al@16833 7 MAINTAINER="al.bobylev@gmail.com"
al@16833 8 LICENSE="GPL2"
al@16833 9 WEB_SITE="https://github.com/lxde/lximage-qt"
al@16833 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
psychomaniak@17239 11 WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz"
al@16833 12 TAGS="LXQt"
al@16833 13
al@16833 14 DEPENDS="libQtCore libQtDBus libQtGui libQtXml libexif libffi libfm libgio \
al@16833 15 pcmanfm-qt pcre xorg-libX11 xorg-libXext xorg-libXfixes zlib"
al@16833 16 BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake glib-dev libexif-dev libfm-dev \
psychomaniak@17239 17 xorg-libX11-dev xorg-libXfixes-dev xorg-xproto pcmanfm-qt-dev menu-cache-dev \
psychomaniak@17239 18 libqtxdg-dev"
al@16833 19
al@16833 20 # Rules to configure and make the package.
al@16833 21 compile_rules()
al@16833 22 {
al@16833 23 mkdir build; cd build
al@16833 24 cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
al@16833 25 make &&
al@16833 26 make DESTDIR=$install install
al@16833 27 }
al@16833 28
al@16833 29 # Rules to gen a SliTaz package suitable for Tazpkg.
al@16833 30 genpkg_rules()
al@16833 31 {
al@16833 32 cp -a $install/* $fs
al@16833 33 rm -rf $fs/usr/share/lximage-qt
al@16833 34 }