summaryrefslogtreecommitdiff
path: root/lxqt-base/lxqt-globalkeys
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-globalkeys
parent957235cf19a691360c720f7913672adda4258ed0 (diff)
gentoo resync : 22.10.2018
Diffstat (limited to 'lxqt-base/lxqt-globalkeys')
-rw-r--r--lxqt-base/lxqt-globalkeys/Manifest4
-rw-r--r--lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.11.0.ebuild42
-rw-r--r--lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.13.0.ebuild4
3 files changed, 3 insertions, 47 deletions
diff --git a/lxqt-base/lxqt-globalkeys/Manifest b/lxqt-base/lxqt-globalkeys/Manifest
index 33ac870d8f2f..61f2c7fc5b36 100644
--- a/lxqt-base/lxqt-globalkeys/Manifest
+++ b/lxqt-base/lxqt-globalkeys/Manifest
@@ -1,5 +1,3 @@
-DIST lxqt-globalkeys-0.11.0.tar.xz 50480 BLAKE2B 65a4c3039389fab0a2039637317b04c5bb32642e63dae6dfac1a2e445739ec532e730a7f944eb18066d45196ca650fbbff0a5f0d221e1298ad5e3fc3b3e82325 SHA512 165c22d60a0d21cf25e36429be5ef0daab86329b0c10a1be67cf90cda817ebc409c0ac7c383ff10c51e4dd8194e799af8af9b3affd74dea49dcc93d05fb6cb33
DIST lxqt-globalkeys-0.13.0.tar.xz 53128 BLAKE2B 91a61ac4964fd3d883213038e7544fdb3cf02ebbca2f3a42936123b40b11934bbcb31e14b755910bc1b076fdd2b69d6d78778b8e2aff4e4a1635d5393ef96c70 SHA512 5350e91a03fa6928ecefb935302fe87bfa38e6f61bea564222739f4f2896ffab85304d7c0afe6dbfc78912e944c25f32892f35bfb08a904395fda24b9d58b3ad
-EBUILD lxqt-globalkeys-0.11.0.ebuild 876 BLAKE2B a6a14e98f6e65aecfa2807f7782c3a705b4a36fa55aaaf8817b5de13da6635d0012a8d20e03757b2785aaa94a91bc36dbb11dcfce6ef62294e748eeaae6c8f00 SHA512 863d5cda5510020dc27e36ae5c9375c404777dafbd06443d9f47591bbc210cca3af4181682bdf9f1218e65ac66f07c1023ae6207a2680055eb09e5d0575709cb
-EBUILD lxqt-globalkeys-0.13.0.ebuild 932 BLAKE2B 9d7a2a7f84e5dc0c52ad84c6fc3ea3c30fff57f8488383f1fc5ebe4368440d39b19a3083c38b5f927a56f2a2b2ef9070435a74939c3d9522cb93538015648b22 SHA512 5cb008b22a95a3ba70e1ae925e983d28a6b54c5296408260a5f10badefa514ce1af46394c9f6fd587ca8feecce3d6f737760dd12b18fe81693592da9c6d0e064
+EBUILD lxqt-globalkeys-0.13.0.ebuild 927 BLAKE2B ad3eeabe7130abc1f27a8cf4d7bd5a1f1bc1ef8ecc7184c62ef7aee6df16f9225e460e72f9899b79388d2ca5117715de79224224e0922c39fcf08fc3877960db SHA512 9339ebcc2d33c8fd4393fde8c9789e2707152d1f6ed910d94ad90acb5b570ebaaabc30dc7194440c54e7fa763648e4870022c80bc7d41b60fe18d89dc30f651b
MISC metadata.xml 321 BLAKE2B e4171574ab9b2b3ce038ad57a140049f2835aaad88c8ff7d372e3f65f2b696d27719c1dc2c1b8e98ad6dc657eae88405fb2e9d0a5c88ba48db772f30b1511e5b SHA512 2ab81bdddeec9b554082577559910d8d7f6def6aece5bc1ede46d5d74e5f1e23f86b6256f4e7b6cd55e88523261dcccda4970f26016a817c922d0249fcc30589
diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.11.0.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.11.0.ebuild
deleted file mode 100644
index 4322d843551d..000000000000
--- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.11.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit cmake-utils
-
-DESCRIPTION="Daemon and library for global keyboard shortcuts registration"
-HOMEPAGE="https://lxqt.org/"
-
-if [[ ${PV} = *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="git://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="GPL-2 LGPL-2.1+"
-SLOT="0"
-
-RDEPEND="
- dev-qt/qtcore:5
- dev-qt/qtdbus:5
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
- dev-qt/qtx11extras:5
- dev-qt/qtxml:5
- ~lxqt-base/liblxqt-${PV}
- >=dev-libs/libqtxdg-1.0.0
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libX11
- x11-libs/libXext
-"
-DEPEND="${RDEPEND}
- dev-qt/linguist-tools:5
-"
-
-src_configure() {
- local mycmakeargs=( -DPULL_TRANSLATIONS=OFF )
- cmake-utils_src_configure
-}
diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.13.0.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.13.0.ebuild
index 6db9674ba0c9..c2fe783e2012 100644
--- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.13.0.ebuild
+++ b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-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+"