summaryrefslogtreecommitdiff
path: root/lxqt-base/lxqt-qtplugin
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-10-22 11:09:47 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-10-22 11:09:47 +0100
commit64e107b9b6058580ff0432107eb37cefb0b2a7d8 (patch)
tree9a44e603e2ae365e2b1fe35ac37f73e830cdee1d /lxqt-base/lxqt-qtplugin
parent957235cf19a691360c720f7913672adda4258ed0 (diff)
gentoo resync : 22.10.2018
Diffstat (limited to 'lxqt-base/lxqt-qtplugin')
-rw-r--r--lxqt-base/lxqt-qtplugin/Manifest4
-rw-r--r--lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.11.0.ebuild35
-rw-r--r--lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.13.0.ebuild4
3 files changed, 3 insertions, 40 deletions
diff --git a/lxqt-base/lxqt-qtplugin/Manifest b/lxqt-base/lxqt-qtplugin/Manifest
index a758adf0f5a6..b8de412ea80d 100644
--- a/lxqt-base/lxqt-qtplugin/Manifest
+++ b/lxqt-base/lxqt-qtplugin/Manifest
@@ -1,5 +1,3 @@
-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
-EBUILD lxqt-qtplugin-0.11.0.ebuild 772 BLAKE2B 91bc46573528be02ff190320b323db684aef69f8a24ba0761ca581cfe28fa66af90a7e9360ae84cae4ddc0360ca4e05d24e825d4dc96a802b60b320e1b4050c8 SHA512 6ba5c0ebeb2d307dfdcb891906bf26a3d604a495866a6a3b388b83f70056e735e5d82e1534f02e5999005d997d8d0e3065c8724c4b1757e994a47c901fbf460b
-EBUILD lxqt-qtplugin-0.13.0.ebuild 757 BLAKE2B f08dbbe8c0d95ecb24cf95a675e151ab0da28a3f6969facb3de77fcb51b14f910c57024370a1abfd0d53d8530d6719e05e5d08307d6c3651ef4848f0445e9ebb SHA512 3e21c049cda92302d9ed331ba2f7a3f14e6d989450ce7fca623988f7fdee40eeecb61d1bbe103fe4289308c5a2faf34440ec4952d48d0013734ef2c1795afad8
+EBUILD lxqt-qtplugin-0.13.0.ebuild 752 BLAKE2B 497271f85f75ffa39b368e5d60dfb315c89740360843490de3e3efc02f523c70115007cdf6bcb7f12be71a9ec4a7c198b47c34a46d65ab6799a2de106a74d2bb SHA512 4ae7b825b258bf199180d0ffc020e60590d538e46682a9bd221c851f52f7ee46b750f43397ffbf72969bb359bd76ec64e74ed3dad36ef9de50564e54f469a29a
MISC metadata.xml 319 BLAKE2B ed7979a51580013c60fc88f432f2d8a0597a4970fe80282c91bac412d9e742d563972b30099fef401a5fa2d9bd66fc94b139e082f9eca9f0be9426a0cb8bf9de SHA512 960097272754abbf37028a661cc950852cc2a5573081acc2eb8f101ee865513d639a18f3dafe720a92b52ec5b8b48f52f4c79823dee88d0ffc59df432e506a78
diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.11.0.ebuild b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.11.0.ebuild
deleted file mode 100644
index 074dbea50b08..000000000000
--- a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.11.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit cmake-utils
-
-DESCRIPTION="LXQt system integration plugin for Qt"
-HOMEPAGE="https://lxqt.org"
-
-if [[ ${PV} = *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://git.lxde.org/git/lxde/${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-2.0.0
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
- ~lxqt-base/liblxqt-${PV}
- x11-libs/libX11"
-DEPEND="${RDEPEND}
- dev-qt/linguist-tools:5"
-
-src_configure() {
- local mycmakeargs=( -DPULL_TRANSLATIONS=OFF )
- cmake-utils_src_configure
-}
diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.13.0.ebuild b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.13.0.ebuild
index 08238df980db..bea10d92ccc8 100644
--- a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.13.0.ebuild
+++ b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.13.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
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"
+ KEYWORDS="amd64 ~arm ~arm64 x86"
fi
LICENSE="LGPL-2.1+"