kde-frameworks/kglobalaccel: 5.38.1 version bump
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 14 Sep 2017 17:33:59 +0000 (19:33 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 14 Sep 2017 17:33:59 +0000 (19:33 +0200)
See also:
https://mail.kde.org/pipermail/release-team/2017-September/010625.html

Package-Manager: Portage-2.3.8, Repoman-2.3.3

kde-frameworks/kglobalaccel/Manifest
kde-frameworks/kglobalaccel/kglobalaccel-5.38.1.ebuild [new file with mode: 0644]

index 53bde3de748a5ceaad87cde046dd5532497f409b..aaeeeb5b01655181133f024b5261f77c746a2e85 100644 (file)
@@ -1,2 +1,3 @@
 DIST kglobalaccel-5.37.0.tar.xz 83840 SHA256 4b373660976ba8c5e0fed74ddfc61dd8629757a849a5ea29a3c2166cf2c004b5 SHA512 115fb5359d7eccc12b9772d79c189bb8e46bf47b0aed46dda019b29a16f5db73ed9b1bc490648f44fa404385411b8471406c0288c275d18ce3ca8ed0156820dc WHIRLPOOL aacb5cdbc0ae02a140dae1405d89a96d4f291beb331e7ac6358de32fef188c521797f2c8a13641e4ead2de190ef8c897c2340fb433fccc569ba8d3651e683834
 DIST kglobalaccel-5.38.0.tar.xz 83484 SHA256 ba0a9084bd456fe4b9b9e308a0105ea744cf980bf4b5fcb0b1cd0a302a7cb5e7 SHA512 31882fe5b9757ba6c58bbd00b64fe542dff4748e3ce5088c5a47101e75b7d24900d0b857cf951fcf23dbdabba6a01a044270d05af7de0ead1b4b76dd89d10ad0 WHIRLPOOL fc6020ccd25413a4d7cd4b3dc812e1bda7fe58a3234ae09ce2f9ff6e13a38580c949944327a3d2edffea49b2e30935824b2db24c3ea20b46455266e8bfc7f2b5
+DIST kglobalaccel-5.38.1.tar.xz 83484 SHA256 36ceeb585598c088c80fdde30b3ea9b12e6d250dcae46c24024072a37a5f236a SHA512 69c248b7ca0ad6104ce62ffaf453490f5eda2af07add7605f3d6c260c26aad8024a1e8506ce7e4ef058f34aa1f71ee57c24f9eff02c998548add6f015751d1c9 WHIRLPOOL c3cfd02cf3329954e8b84ae56a4a5b0c23d5cf65f4a0967385a601a7d959b8fa75a7c0ac97fbe61492aeb090ec80b0e7d40672f8a69ed953a961b3d8c443dc48
diff --git a/kde-frameworks/kglobalaccel/kglobalaccel-5.38.1.ebuild b/kde-frameworks/kglobalaccel/kglobalaccel-5.38.1.ebuild
new file mode 100644 (file)
index 0000000..dd7ac31
--- /dev/null
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Framework to handle global shortcuts"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+LICENSE="LGPL-2+"
+IUSE="nls"
+
+RDEPEND="
+       $(add_frameworks_dep kconfig)
+       $(add_frameworks_dep kcoreaddons)
+       $(add_frameworks_dep kcrash)
+       $(add_frameworks_dep kdbusaddons)
+       $(add_frameworks_dep kwindowsystem X)
+       $(add_qt_dep qtdbus)
+       $(add_qt_dep qtgui)
+       $(add_qt_dep qtwidgets)
+       $(add_qt_dep qtx11extras)
+       x11-libs/libxcb
+       x11-libs/xcb-util-keysyms
+"
+DEPEND="${RDEPEND}
+       nls? ( $(add_qt_dep linguist-tools) )
+"