wok rev 17220

Up liblxqt (0.8.0).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 14 15:37:52 2014 +0300 (2014-10-14)
parents 82bd29a8ab7b
children f34d85d9139a
files liblxqt-dev/receipt liblxqt/receipt
line diff
     1.1 --- a/liblxqt-dev/receipt	Tue Oct 14 15:30:40 2014 +0300
     1.2 +++ b/liblxqt-dev/receipt	Tue Oct 14 15:37:52 2014 +0300
     1.3 @@ -1,9 +1,9 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="liblxqt-dev"
     1.7 -VERSION="0.7.0"
     1.8 +VERSION="0.8.0"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Development files for liblxqt"
    1.11 +SHORT_DESC="Core utility library for all LXDE-Qt components (development)"
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="LGPL2.1"
    1.14  WEB_SITE="https://github.com/lxde/liblxqt"
     2.1 --- a/liblxqt/receipt	Tue Oct 14 15:30:40 2014 +0300
     2.2 +++ b/liblxqt/receipt	Tue Oct 14 15:37:52 2014 +0300
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="liblxqt"
     2.7 -VERSION="0.7.0"
     2.8 +VERSION="0.8.0"
     2.9  CATEGORY="system-tools"
    2.10  SHORT_DESC="Core utility library for all LXDE-Qt components"
    2.11  MAINTAINER="al.bobylev@gmail.com"
    2.12 @@ -12,13 +12,14 @@
    2.13  TAGS="LXQt"
    2.14  
    2.15  DEPENDS="libQtCore libQtDBus libQtGui libqtxdg xorg-libX11"
    2.16 -BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake xorg-libX11-dev libqtxdg-dev"
    2.17 +BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake xorg-libX11-dev libqtxdg-dev \
    2.18 +libQtMimeTypes-dev"
    2.19  
    2.20  # Rules to configure and make the package.
    2.21  compile_rules()
    2.22  {
    2.23  	mkdir build; cd build
    2.24 -	cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
    2.25 +	cmake -DCMAKE_INSTALL_PREFIX=/usr -DLXQT_ETC_XDG_DIR=/etc .. &&
    2.26  	make &&
    2.27  	make DESTDIR=$install install
    2.28  }