aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2018-01-24 22:30:43 +1100
committerMichael Palimaka <kensington@gentoo.org>2018-01-24 22:31:37 +1100
commitf50032cc6cb558093e3fb61ae8c1d81c6f871c39 (patch)
tree89b94bb864df46f710aa5df16508eb4c63483a56 /dev-qt/pixeltool
parentRemove leftover qt-docs/metadata.xml (diff)
downloadqt-f50032cc6cb558093e3fb61ae8c1d81c6f871c39.tar.gz
qt-f50032cc6cb558093e3fb61ae8c1d81c6f871c39.tar.bz2
qt-f50032cc6cb558093e3fb61ae8c1d81c6f871c39.zip
dev-qt: version bump 5.9.4
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-qt/pixeltool')
-rw-r--r--dev-qt/pixeltool/Manifest1
-rw-r--r--dev-qt/pixeltool/pixeltool-5.9.4.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-qt/pixeltool/Manifest b/dev-qt/pixeltool/Manifest
index 24ebd034..1bcdc978 100644
--- a/dev-qt/pixeltool/Manifest
+++ b/dev-qt/pixeltool/Manifest
@@ -1 +1,2 @@
DIST qttools-everywhere-src-5.10.0.tar.xz 9822240 BLAKE2B d1a3bd9af6fd85982f89dc0083541969acaf733a01fa5893e04225ad8652c311247ff342ce8bb5c83897f6627a98a7a0a25382fe8650e486acd016aa9ea28607 SHA512 3a4a540d5e070bf46bcb922912bf9ec556761526104970bc76b84898de26de20dd836f02e9c5c58e73f6d12156555c6984716d54fe19361c1b6f247ee162ca06
+DIST qttools-opensource-src-5.9.4.tar.xz 9779504 BLAKE2B 993b80c7e960e3dc968cd3a85cb5b78414a70fd73f89d687b753ac6eb37acea6d2dbf25e07686706f47eb803ead5d046f707fe52285451e6605ad27119a0cb54 SHA512 9a24f6118206076e8f6af1a257ba752aa3042aad3a1d6caafa3b221d811854f9d973de137cfd9b141b23db18f9b5101df70419c5ff17c75613f2a6ddb23c61c3
diff --git a/dev-qt/pixeltool/pixeltool-5.9.4.ebuild b/dev-qt/pixeltool/pixeltool-5.9.4.ebuild
new file mode 100644
index 00000000..7bcdc97e
--- /dev/null
+++ b/dev-qt/pixeltool/pixeltool-5.9.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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 ~x86"
+fi
+
+IUSE=""
+
+DEPEND="
+ ~dev-qt/qtcore-${PV}
+ ~dev-qt/qtgui-${PV}
+ ~dev-qt/qtwidgets-${PV}
+"
+RDEPEND="${DEPEND}"
+
+QT5_TARGET_SUBDIRS=(
+ src/pixeltool
+)