lxqt-panel: update to 0.10.0.
This commit is contained in:
parent
8d9db1ba31
commit
a7431a5d8a
2 changed files with 7 additions and 18 deletions
|
@ -1,12 +0,0 @@
|
||||||
include stdint.h for int64 on musl (should be cstdint but gives an error related to C++11)
|
|
||||||
|
|
||||||
--- plugin-sysstat/lxqtsysstat.cpp 2015-02-08 11:31:27.000000000 -0200
|
|
||||||
+++ plugin-sysstat/lxqtsysstat.cpp 2015-07-28 23:51:15.864992133 -0300
|
|
||||||
@@ -37,6 +37,7 @@
|
|
||||||
#include <QPainter>
|
|
||||||
#include <QResizeEvent>
|
|
||||||
#include <QVBoxLayout>
|
|
||||||
+#include <stdint.h>
|
|
||||||
|
|
||||||
LxQtSysStat::LxQtSysStat(const ILxQtPanelPluginStartupInfo &startupInfo):
|
|
||||||
QObject(),
|
|
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'lxqt-panel'
|
# Template file for 'lxqt-panel'
|
||||||
pkgname=lxqt-panel
|
pkgname=lxqt-panel
|
||||||
version=0.9.0
|
version=0.10.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DUSE_QT5=1 -DLIB_SUFFIX="
|
configure_args="-DLIB_SUFFIX="
|
||||||
hostmakedepends="cmake pkg-config"
|
hostmakedepends="cmake pkg-config"
|
||||||
makedepends="liblxqt-devel libqtxdg-devel liblxqt-mount-devel kguiaddons-devel
|
makedepends="libxkbcommon-devel liblxqt-devel ksolid-devel kguiaddons-devel
|
||||||
lxqt-globalkeys-devel alsa-lib-devel pulseaudio-devel libstatgrab-devel
|
lxqt-globalkeys-devel alsa-lib-devel pulseaudio-devel libstatgrab-devel
|
||||||
menu-cache-devel libsensors-devel libXcomposite-devel lxde-libsysstat-devel"
|
menu-cache-devel libsensors-devel libXcomposite-devel lxde-libsysstat-devel
|
||||||
|
libdbusmenu-qt5-devel"
|
||||||
short_desc="LXQt panel"
|
short_desc="LXQt panel"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://lxqt.org/"
|
homepage="http://lxqt.org/"
|
||||||
distfiles="http://downloads.lxqt.org/lxqt/${version}/${pkgname}-${version}.tar.xz"
|
distfiles="http://downloads.lxqt.org/lxqt/${version}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=96b2c2f1b7de7605ac79f094936e6fcf8f0034342e11d84624a033f2450f6bf1
|
checksum=df83db7789daecd358f074db2100d7b251c00e48aa3aa62957d5a657a4309d5e
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue