wok-next annotate lxqt-qtplugin/receipt @ rev 20502

Swap: current mesa (which is developing and change it's version) is just mesa, while old mesa is mesa12 now (will be removed if no one old package require it).
Also, change long names to its origins: libglu-mesa -> glu, libglw-mesa -> glw, all variations with libegl -> mesa-libegl (because it is part of mesa package).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 16 00:27:34 2018 +0200 (2018-03-16)
parents e65af2bd0cc3
children f48456621a9d
rev   line source
al@20019 1 # SliTaz package receipt v2.
al@16833 2
al@16833 3 PACKAGE="lxqt-qtplugin"
al@20318 4 VERSION="0.12.0"
al@16833 5 CATEGORY="misc"
al@16833 6 SHORT_DESC="LXQt Qt platform integration plugin"
al@16833 7 MAINTAINER="al.bobylev@gmail.com"
al@16833 8 LICENSE="LGPL2.1"
al@16833 9 WEB_SITE="https://github.com/lxde/lxqt-qtplugin"
al@20019 10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxqt/lxqt-qtplugin.html"
al@16833 11
al@20019 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@20019 13 WGET_URL="https://github.com/lxde/lxqt-qtplugin/releases/download/$VERSION/$TARBALL"
al@16833 14
al@20502 15 BUILD_DEPENDS="cmake libfm-qt-dev qt5-dev mesa-dev libdbusmenu-qt-dev \
al@20325 16 lxqt-build-tools libqtxdg-dev"
al@20019 17
al@20019 18 compile_rules() {
al@16833 19 mkdir build; cd build
al@20019 20 cmake \
al@20019 21 -DCMAKE_BUILD_TYPE=Release \
al@20019 22 -DCMAKE_INSTALL_PREFIX=/usr \
al@20019 23 .. &&
al@16833 24 make &&
al@20019 25 make install
al@16833 26 }
al@16833 27
al@20019 28 genpkg_rules() {
al@20019 29 copy @std
al@20019 30 DEPENDS="libdbusmenu-qt libqtxdg qt5-base qt5-svg"
al@20019 31 TAGS="LXQt"
al@16833 32 }