lxqt-base/lxqt-qtplugin: version update to 0.13.0
authorJonathan Scruggs <j.scruggs@gmail.com>
Wed, 11 Jul 2018 15:18:10 +0000 (16:18 +0100)
committerJonathan Scruggs <dracwyrm@gentoo.org>
Sat, 11 Aug 2018 10:09:16 +0000 (11:09 +0100)
lxqt-base/lxqt-qtplugin/Manifest
lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.13.0.ebuild [new file with mode: 0644]
lxqt-base/lxqt-qtplugin/metadata.xml

index 02181eb26fcda274a30d6a639b90f13bc7118c5a..7c42b896f7493eeac8e27363908f470980de8a67 100644 (file)
@@ -1 +1,2 @@
 DIST lxqt-qtplugin-0.11.0.tar.xz 20764 BLAKE2B b70fcb267c525a30e07cf8146e8267f1125504c4c87197f93256f7563b64b4970fe6980e4472bf60d6a3a670a68dbc0c98bcd94d451ffe0bed1aa403b163ff8d SHA512 2e8d1e26b1b2d28bb874d1eb61a2e6a678e8b3477957016bc8e9783a13c821450746cbfe59954a09142d94e67203ef8a28eab8ff8d3d0798f87b5a920ec80b09
+DIST lxqt-qtplugin-0.13.0.tar.xz 23888 BLAKE2B 564a88cb04416b078e0c415efcb78be7acb7d3fa703bf4c30d75cb0e4aba00b443e021f6d37f9fcc983233824a71cd9b15c45b14579310ce9b3b89a2a1d88c5c SHA512 22f059accdca8216b80af8773eab462c779c489575aa7802e82bb95da4f22a9a0d5a1234b2da4cb39c5050a6e9ded3c2b977068cc37af356ecb09e364633c7d6
diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.13.0.ebuild b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.13.0.ebuild
new file mode 100644 (file)
index 0000000..08238df
--- /dev/null
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils eapi7-ver
+
+DESCRIPTION="LXQt system integration plugin for Qt"
+HOMEPAGE="https://lxqt.org/"
+
+if [[ ${PV} = *9999* ]]; then
+       inherit git-r3
+       EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+       SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
+       KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+
+RDEPEND="
+       dev-libs/libdbusmenu-qt:=[qt5(+)]
+       >=dev-libs/libqtxdg-3.0.0
+       dev-qt/qtcore:5
+       dev-qt/qtdbus:5
+       dev-qt/qtgui:5=
+       dev-qt/qtwidgets:5
+       dev-qt/qtx11extras:5
+       =x11-libs/libfm-qt-$(ver_cut 1-2)*
+"
+DEPEND="${RDEPEND}
+       dev-qt/linguist-tools:5
+       >=dev-util/lxqt-build-tools-0.5.0
+"
index a40a83a9c6a9a922a8737bf4e25a7102c1f46464..11dbde39d4646fe017bd5b2476fc8e0419d4e1eb 100644 (file)
@@ -1,8 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-    <email>lxqt@gentoo.org</email>
-    <name>LXQt</name>
-  </maintainer>
+       <maintainer type="project">
+               <email>lxqt@gentoo.org</email>
+               <name>LXQt</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">lxqt/lxqt-qtplugin</remote-id>
+       </upstream>
 </pkgmetadata>