libqtxdg: update to 2.0.0
This commit is contained in:
parent
894ac54bd5
commit
33856709f6
|
@ -1884,7 +1884,8 @@ libQt5EglDeviceIntegration.so.5 qt5-5.6.0_1
|
|||
libQt5WebKit.so.5 qt5-webkit-5.6.0_1
|
||||
libQt5WebKitWidgets.so.5 qt5-webkit-5.6.0_1
|
||||
libx265.so.87 x265-2.0_1
|
||||
libQt5Xdg.so.1 libqtxdg-1.0.0_1
|
||||
libQt5Xdg.so.2 libqtxdg-2.0.0_1
|
||||
libQt5XdgIconLoader.so.2 libqtxdg-2.0.0_1
|
||||
liblxqt-qt5.so.0 liblxqt-0.8.0_1
|
||||
liblxqt-globalkeys-qt5.so.0 lxqt-globalkeys-0.8.0_1
|
||||
liblxqt-globalkeys-ui-qt5.so.0 lxqt-globalkeys-0.8.0_1
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'libqtxdg'
|
||||
pkgname=libqtxdg
|
||||
version=1.3.0
|
||||
version=2.0.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="cmake pkg-config"
|
||||
makedepends="qt5-tools-devel"
|
||||
short_desc="Qt implementation of freedesktop.org xdg specifications"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="qt5-tools-devel qt5-svg-devel"
|
||||
short_desc="Qt implementation of freedesktop.org XDG specifications"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-3"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://lxqt.org/"
|
||||
distfiles="https://github.com/lxde/libqtxdg/archive/${version}.tar.gz"
|
||||
checksum=0419ca803418aebd30f58cb1367ca985040163782ce9fdcf9fa00f5b1f6de621
|
||||
distfiles="https://github.com/lxde/libqtxdg/releases/download/${version}/libqtxdg-${version}.tar.xz"
|
||||
checksum=8c89ebaa3c0ee946f9048828e064c1c510c5639779a7688ed0b240307645dbcb
|
||||
|
||||
libqtxdg-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in New Issue