mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
liblxqt: update to 0.10.0.
This commit is contained in:
parent
a65279352c
commit
00c752901e
2 changed files with 3 additions and 14 deletions
|
@ -1,10 +0,0 @@
|
||||||
--- lxqtnotification.h 2015-02-07 20:56:30.000000000 +0100
|
|
||||||
+++ lxqtnotification.h 2015-07-15 10:42:09.051660625 +0200
|
|
||||||
@@ -25,6 +25,7 @@
|
|
||||||
#ifndef LXQTNOTIFICATION_H
|
|
||||||
#define LXQTNOTIFICATION_H
|
|
||||||
|
|
||||||
+#include <QObject>
|
|
||||||
#include <QStringList>
|
|
||||||
#include "lxqtglobals.h"
|
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
# Template file for 'liblxqt'
|
# Template file for 'liblxqt'
|
||||||
pkgname=liblxqt
|
pkgname=liblxqt
|
||||||
version=0.9.0
|
version=0.10.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DUSE_QT5=1"
|
|
||||||
hostmakedepends="cmake pkg-config"
|
hostmakedepends="cmake pkg-config"
|
||||||
makedepends="kwindowsystem-devel libqtxdg-devel"
|
makedepends="kwindowsystem-devel libqtxdg-devel"
|
||||||
short_desc="LXQT Desktop library"
|
short_desc="LXQT Desktop library"
|
||||||
|
@ -11,7 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
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=b4f0941bcb8839163aed5c332a26d05650a8d75be241cb39c702f9bd15fe4d52
|
checksum=77a42a9ae79d0887bf09cba0c6aaf59ba71edb0bc807736384d1072254aace7c
|
||||||
|
|
||||||
liblxqt-devel_package() {
|
liblxqt-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue