wok-next view libqtxdg/receipt @ rev 20010

Up rsnapshot (1.4.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 21 18:08:51 2017 +0200 (2017-10-21)
parents 82bd29a8ab7b
children e6d548803bb4
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libqtxdg"
4 VERSION="2.0.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Qt implementation of freedesktop.org XDG specs"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://github.com/lxde/libqtxdg"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxqt/libqtxdg.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="https://github.com/lxde/libqtxdg/releases/download/$VERSION/$TARBALL"
15 BUILD_DEPENDS="lxqt-build-tools mesa17-dev"
16 SPLIT="libqtxdg-dev"
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 .. &&
25 make &&
26 make install
27 }
29 genpkg_rules() {
30 case $PACKAGE in
31 libqtxdg)
32 copy @std
33 DEPENDS="qt5-base qt5-svg"
34 ;;
35 *-dev)
36 copy @dev
37 DEPENDS="libqtxdg qt5-dev"
38 ;;
39 esac
40 TAGS="LXQt"
41 }
43 # libQt5Xdg.so:
44 # libQt5Xml.so.5
45 # libQt5DBus.so.5
46 # libQt5XdgIconLoader.so.2 --\
47 # libQt5Svg.so.5
48 # libQt5Widgets.so.5
49 # libQt5Gui.so.5
50 # libQt5Core.so.5
52 # libQt5XdgIconLoader.so:
53 # libQt5Svg.so.5
54 # libQt5Widgets.so.5
55 # libQt5Gui.so.5
56 # libQt5Core.so.5