diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-05 21:35:03 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-05 21:35:03 +0100 |
commit | 432d597c23e5d60a5da351f906955672ff233819 (patch) | |
tree | 1f2cea0dc40a7f4b99c0eea3dca0a3b1a4087cc8 /dev-qt/pixeltool | |
parent | dev-qt/qtwebengine: fix build with USE="system-icu" (diff) | |
download | qt-432d597c23e5d60a5da351f906955672ff233819.tar.gz qt-432d597c23e5d60a5da351f906955672ff233819.tar.bz2 qt-432d597c23e5d60a5da351f906955672ff233819.zip |
dev-qt: Add Qt 5.12.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-qt/pixeltool')
-rw-r--r-- | dev-qt/pixeltool/Manifest | 1 | ||||
-rw-r--r-- | dev-qt/pixeltool/pixeltool-5.12.1.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-qt/pixeltool/Manifest b/dev-qt/pixeltool/Manifest index e86023e0..5e0e3fa9 100644 --- a/dev-qt/pixeltool/Manifest +++ b/dev-qt/pixeltool/Manifest @@ -1 +1,2 @@ DIST qttools-everywhere-src-5.12.0.tar.xz 9775520 BLAKE2B f9c790656e8c51fde4a52679fa4a3c859c83374521e4a7738369f1869632d53b19e8d0a66da7f3c895d887c74a3a2297ae8a0e6aa50f1c4b56277671d8450fff SHA512 90ce900dc64856e994b05dba8a1f2735357d7cc489b0565beb2553c6007e0a53cedf363cbec96d9af325182f5a164eafe10d2d4d180ee72f544bf0fa9dbc671d +DIST qttools-everywhere-src-5.12.1.tar.xz 9818060 BLAKE2B 1a1cf98d19e41b5fa2ec765ce9b931e9d678dc6e504f65f5b2b96ba5420d36c3955098abc4b66a886f37243e13fa388ff4e2761fc39295d864818cca50cb0380 SHA512 e3ae1974f0b20bad1b86d038c3585753183b8c24c133393e3ecf65a0487402ad8dcf8147bf263e9a4c2d3abef1b706981943fcf5268726e424f1b61f69ce4f2e diff --git a/dev-qt/pixeltool/pixeltool-5.12.1.ebuild b/dev-qt/pixeltool/pixeltool-5.12.1.ebuild new file mode 100644 index 00000000..3e68ab76 --- /dev/null +++ b/dev-qt/pixeltool/pixeltool-5.12.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +QT5_MODULE="qttools" +inherit qt5-build + +DESCRIPTION="Qt screen magnifier" + +if [[ ${QT5_BUILD_TYPE} == release ]]; then + KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~sparc ~x86" +fi + +IUSE="" + +DEPEND=" + ~dev-qt/qtcore-${PV} + ~dev-qt/qtgui-${PV} + ~dev-qt/qtwidgets-${PV} +" +RDEPEND="${DEPEND}" + +QT5_TARGET_SUBDIRS=( + src/pixeltool +) |