wok rev 17222

Up: menu-cache (1.0.0-rc1), lxqt-panel (0.8.0), pcmanfm-qt (0.8.0).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 14 20:07:21 2014 +0300 (2014-10-14)
parents f34d85d9139a
children 99c5dab1a371
files lxqt-panel/receipt lxqt-panel/stuff/fix_sysstat_plugin.patch menu-cache-dev/receipt menu-cache/receipt pcmanfm-qt-dev/receipt pcmanfm-qt/receipt
line diff
     1.1 --- a/lxqt-panel/receipt	Tue Oct 14 17:04:37 2014 +0300
     1.2 +++ b/lxqt-panel/receipt	Tue Oct 14 20:07:21 2014 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lxqt-panel"
     1.7 -VERSION="0.7.0"
     1.8 +VERSION="0.8.0"
     1.9  CATEGORY="system"
    1.10  SHORT_DESC="The LXQt desktop panel"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 @@ -19,15 +19,17 @@
    1.13  BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake xorg-libX11-dev liblxqt-dev \
    1.14  libqtxdg-dev lxqt-globalkeys-dev liblxqt-mount-dev xorg-libXcomposite-dev \
    1.15  xorg-libXdamage-dev xorg-libXrender-dev menu-cache-dev libstatgrab-dev \
    1.16 -lm-sensors-dev alsa-lib-dev libsysstat-dev icu-dev grep glib-dev"
    1.17 +lm-sensors-dev alsa-lib-dev libsysstat-dev icu-dev grep glib-dev \
    1.18 +libQtMimeTypes-dev"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23 +	patch -p0 < $stuff/fix_sysstat_plugin.patch
    1.24 +
    1.25  	mkdir build; cd build
    1.26  	cmake \
    1.27  		-DCMAKE_INSTALL_PREFIX=/usr \
    1.28 -		-DLIB_SUFFIX=/usr/lib \
    1.29  		-DVOLUME_USE_PULSEAUDIO=No \
    1.30  		-DTEATIME_PLUGIN=Yes \
    1.31  		.. &&
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/lxqt-panel/stuff/fix_sysstat_plugin.patch	Tue Oct 14 20:07:21 2014 +0300
     2.3 @@ -0,0 +1,32 @@
     2.4 +--- plugin-sysstat/lxqtsysstat.cpp
     2.5 ++++ plugin-sysstat/lxqtsysstat.cpp
     2.6 +@@ -28,9 +28,9 @@
     2.7 + #include "lxqtsysstat.h"
     2.8 + #include "lxqtsysstatutils.h"
     2.9 + 
    2.10 +-#include <SysStat/CpuStat>
    2.11 +-#include <SysStat/MemStat>
    2.12 +-#include <SysStat/NetStat>
    2.13 ++#include <sysstat/cpustat.h>
    2.14 ++#include <sysstat/memstat.h>
    2.15 ++#include <sysstat/netstat.h>
    2.16 + 
    2.17 + #include <QTimer>
    2.18 + #include <qmath.h>
    2.19 +
    2.20 +--- plugin-sysstat/lxqtsysstatconfiguration.cpp
    2.21 ++++ plugin-sysstat/lxqtsysstatconfiguration.cpp
    2.22 +@@ -31,9 +31,9 @@
    2.23 + #include "lxqtsysstatutils.h"
    2.24 + #include "lxqtsysstatcolours.h"
    2.25 + 
    2.26 +-#include <SysStat/CpuStat>
    2.27 +-#include <SysStat/MemStat>
    2.28 +-#include <SysStat/NetStat>
    2.29 ++#include <sysstat/cpustat.h>
    2.30 ++#include <sysstat/memstat.h>
    2.31 ++#include <sysstat/netstat.h>
    2.32 + 
    2.33 + 
    2.34 + LxQtSysStatConfiguration::LxQtSysStatConfiguration(QSettings *settings, QWidget *parent) :
    2.35 +
     3.1 --- a/menu-cache-dev/receipt	Tue Oct 14 17:04:37 2014 +0300
     3.2 +++ b/menu-cache-dev/receipt	Tue Oct 14 20:07:21 2014 +0300
     3.3 @@ -1,9 +1,9 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="menu-cache-dev"
     3.7 -VERSION="0.5.1"
     3.8 +VERSION="1.0.0-rc1"
     3.9  CATEGORY="development"
    3.10 -SHORT_DESC="Standard compliant menu library used by LXDE devel files."
    3.11 +SHORT_DESC="Library used to read freedesktop.org menus (development)"
    3.12  MAINTAINER="pankso@slitaz.org"
    3.13  LICENSE="GPL2"
    3.14  WEB_SITE="http://lxde.sourceforge.net/"
     4.1 --- a/menu-cache/receipt	Tue Oct 14 17:04:37 2014 +0300
     4.2 +++ b/menu-cache/receipt	Tue Oct 14 20:07:21 2014 +0300
     4.3 @@ -1,7 +1,7 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="menu-cache"
     4.7 -VERSION="0.5.1"
     4.8 +VERSION="1.0.0-rc1"
     4.9  CATEGORY="x-window"
    4.10  SHORT_DESC="Library used to read freedesktop.org menus"
    4.11  MAINTAINER="pankso@slitaz.org"
    4.12 @@ -11,8 +11,8 @@
    4.13  WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz"
    4.14  HOST_ARCH="i486 arm"
    4.15  
    4.16 -DEPENDS="glib glibc-base libffi libgio pcre zlib" # slitaz-menus ?
    4.17 -BUILD_DEPENDS="wget cacerts automake gtk-doc libtool"
    4.18 +DEPENDS="glib glibc-base libffi libfm libgio pcre zlib" # slitaz-menus ?
    4.19 +BUILD_DEPENDS="wget cacerts automake gtk-doc libtool libfm-dev"
    4.20  
    4.21  # Rules to configure and make the package.
    4.22  compile_rules()
     5.1 --- a/pcmanfm-qt-dev/receipt	Tue Oct 14 17:04:37 2014 +0300
     5.2 +++ b/pcmanfm-qt-dev/receipt	Tue Oct 14 20:07:21 2014 +0300
     5.3 @@ -1,9 +1,9 @@
     5.4  # SliTaz package receipt.
     5.5  
     5.6  PACKAGE="pcmanfm-qt-dev"
     5.7 -VERSION="0.7.0"
     5.8 +VERSION="0.8.0"
     5.9  CATEGORY="development"
    5.10 -SHORT_DESC="Development files for pcmanfm-qt"
    5.11 +SHORT_DESC="File manager and desktop icon manager (Qt port of PCManFM and libfm) (development)"
    5.12  MAINTAINER="al.bobylev@gmail.com"
    5.13  LICENSE="LGPL2.1"
    5.14  WEB_SITE="https://github.com/lxde/pcmanfm-qt"
     6.1 --- a/pcmanfm-qt/receipt	Tue Oct 14 17:04:37 2014 +0300
     6.2 +++ b/pcmanfm-qt/receipt	Tue Oct 14 20:07:21 2014 +0300
     6.3 @@ -1,15 +1,14 @@
     6.4  # SliTaz package receipt.
     6.5  
     6.6  PACKAGE="pcmanfm-qt"
     6.7 -GITHASH="bbb4bfdff59140bfbb4f35e86b7d481fef5"
     6.8 -VERSION=${GITHASH:0:7}
     6.9 +VERSION="0.8.0"
    6.10  CATEGORY="system"
    6.11  SHORT_DESC="File manager and desktop icon manager (Qt port of PCManFM and libfm)"
    6.12  MAINTAINER="al.bobylev@gmail.com"
    6.13  LICENSE="LGPL2.1"
    6.14  WEB_SITE="https://github.com/lxde/pcmanfm-qt"
    6.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    6.16 -WGET_URL="https://github.com/lxde/$PACKAGE/archive/$GITHASH.tar.gz"
    6.17 +WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz"
    6.18  TAGS="LXQt"
    6.19  
    6.20  DEPENDS="libQtCore libQtDBus libQtGui libffi libfm libgio menu-cache pcre \