Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/qtcurve/
Date: Fri, 27 Sep 2019 12:43:50
Message-Id: 1569588215.64722108328a831880faa223fec0b6f79a4a47ea.asturm@gentoo
1 commit: 64722108328a831880faa223fec0b6f79a4a47ea
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 27 12:42:51 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 27 12:43:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64722108
7
8 x11-themes/qtcurve: Revert bump to v1.9.1
9
10 Yes, 1.9.1 is older than 1.9.0. Thanks upstream...
11
12 This reverts commit a58c03b802dc1df729d4271788441fe807937db7.
13
14 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
15
16 x11-themes/qtcurve/Manifest | 1 -
17 x11-themes/qtcurve/qtcurve-1.9.1.ebuild | 90 ---------------------------------
18 2 files changed, 91 deletions(-)
19
20 diff --git a/x11-themes/qtcurve/Manifest b/x11-themes/qtcurve/Manifest
21 index 99a4caa5150..69b27ecedfc 100644
22 --- a/x11-themes/qtcurve/Manifest
23 +++ b/x11-themes/qtcurve/Manifest
24 @@ -1,2 +1 @@
25 DIST qtcurve-1.9.0.tar.gz 801675 BLAKE2B ed8d490b6e00e527f7da62c1fb676072ed3d75e50e14ae57e7807e7a9bd37f10a7b6b29e062ac05e02507c19be13ac3d003ea240fd00cff27bc74938a216a3e0 SHA512 a158f0880a2dc657e5f14366e046b18f0fe9d9983d1e1b243417f26987f6e69612c83f8b69293ae9036361adf67833b296564750f0f4cc0f405604f628dbff66
26 -DIST qtcurve-1.9.1.tar.gz 800765 BLAKE2B 9becc6a80253f5937e9dcc53578ecf3658bd30beaf9272a200cb0de608b510c6b1ebe5e42f1e035593dd0e88483c19380f38a1e93ca4648c187225804958249e SHA512 27bec62ce0d8c4b0fcfebaf0ee91cea9dcdd97c0ef886175c296909ee790d983ff0661570fd0061851b8ee2ee663cbfac967355375e1b6f02757fdefeac69dd7
27
28 diff --git a/x11-themes/qtcurve/qtcurve-1.9.1.ebuild b/x11-themes/qtcurve/qtcurve-1.9.1.ebuild
29 deleted file mode 100644
30 index 418fc5a6d0f..00000000000
31 --- a/x11-themes/qtcurve/qtcurve-1.9.1.ebuild
32 +++ /dev/null
33 @@ -1,90 +0,0 @@
34 -# Copyright 1999-2019 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -ECM_KDEINSTALLDIRS="false"
40 -KDE_AUTODEPS="false"
41 -inherit kde5
42 -
43 -DESCRIPTION="Widget styles for Qt and GTK2"
44 -HOMEPAGE="https://cgit.kde.org/qtcurve.git"
45 -
46 -LICENSE="LGPL-2+"
47 -SLOT="0"
48 -IUSE="+X gtk nls plasma +qt5 test"
49 -
50 -if [[ "${PV}" != 9999 ]] ; then
51 - SRC_URI="https://github.com/KDE/qtcurve/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz"
52 - KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
53 - S="${WORKDIR}/${P/_/-}"
54 -fi
55 -
56 -REQUIRED_USE="gtk? ( X )
57 - || ( gtk qt5 )
58 - plasma? ( qt5 )
59 -"
60 -
61 -BDEPEND="
62 - virtual/pkgconfig
63 - nls? ( sys-devel/gettext )
64 -"
65 -DEPEND="
66 - gtk? ( x11-libs/gtk+:2 )
67 - plasma? (
68 - $(add_frameworks_dep frameworkintegration)
69 - $(add_frameworks_dep karchive)
70 - $(add_frameworks_dep kcompletion)
71 - $(add_frameworks_dep kconfig)
72 - $(add_frameworks_dep kconfigwidgets)
73 - $(add_frameworks_dep kcoreaddons)
74 - $(add_frameworks_dep kdelibs4support)
75 - $(add_frameworks_dep kguiaddons)
76 - $(add_frameworks_dep ki18n)
77 - $(add_frameworks_dep kiconthemes)
78 - $(add_frameworks_dep kio)
79 - $(add_frameworks_dep kwidgetsaddons)
80 - $(add_frameworks_dep kwindowsystem)
81 - $(add_frameworks_dep kxmlgui)
82 - $(add_qt_dep qtprintsupport)
83 - )
84 - qt5? (
85 - $(add_qt_dep qtdbus)
86 - $(add_qt_dep qtgui)
87 - $(add_qt_dep qtsvg)
88 - $(add_qt_dep qtwidgets)
89 - X? ( $(add_qt_dep qtx11extras) )
90 - )
91 - X? (
92 - x11-libs/libX11
93 - x11-libs/libxcb
94 - )
95 -"
96 -RDEPEND="${DEPEND}"
97 -
98 -RESTRICT+=" test"
99 -
100 -DOCS=( AUTHORS ChangeLog.md README.md TODO.md )
101 -
102 -PATCHES=(
103 - "${FILESDIR}/${PN}-1.9.0-build_testing.patch"
104 - "${FILESDIR}/${PN}-1.9.0-no-X-buildfix.patch"
105 - "${FILESDIR}/${PN}-1.9.0-gcc9.patch"
106 - "${FILESDIR}/${PN}-1.9.0-libreoffice-crashfix.patch"
107 -)
108 -
109 -src_configure() {
110 - local mycmakeargs=(
111 - -DLIB_INSTALL_DIR="$(get_libdir)"
112 - -DENABLE_QT4=OFF
113 - -DQTC_QT4_ENABLE_KDE=OFF
114 - -DQTC_KDE4_DEFAULT_HOME=ON
115 - -DENABLE_GTK2="$(usex gtk)"
116 - -DENABLE_QT5="$(usex qt5)"
117 - -DQTC_ENABLE_X11="$(usex X)"
118 - -DQTC_INSTALL_PO="$(usex nls)"
119 - -DQTC_QT5_ENABLE_KDE="$(usex plasma)"
120 - )
121 -
122 - kde5_src_configure
123 -}