From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kholidays/files/, kde-frameworks/kholidays/
Date: Wed, 15 Aug 2018 16:29:49 +0000 (UTC) [thread overview]
Message-ID: <1534350553.a73defea0b97ac73bc21756e1599a724d5b35a30.asturm@gentoo> (raw)
commit: a73defea0b97ac73bc21756e1599a724d5b35a30
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 15 16:22:45 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 15 16:29:13 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a73defea
kde-frameworks/kholidays: Drop obsolete CamelCase headers early
May lead to some build trouble but prepares for 5.50.
Package-Manager: Portage-2.3.46, Repoman-2.3.10
| 20 ++++++++++++++
.../kholidays/kholidays-5.49.0-r1.ebuild | 32 ++++++++++++++++++++++
2 files changed, 52 insertions(+)
--git a/kde-frameworks/kholidays/files/kholidays-5.49.0-headers.patch b/kde-frameworks/kholidays/files/kholidays-5.49.0-headers.patch
new file mode 100644
index 00000000000..aefc8b7a977
--- /dev/null
+++ b/kde-frameworks/kholidays/files/kholidays-5.49.0-headers.patch
@@ -0,0 +1,20 @@
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -25,7 +25,7 @@
+ )
+
+ add_library(KF5Holidays ${kholidays_SRCS})
+-generate_export_header(KF5Holidays BASE_NAME kholidays)
++generate_export_header(KF5Holidays BASE_NAME KHolidays)
+
+ add_library(KF5::Holidays ALIAS KF5Holidays)
+
+@@ -59,7 +59,6 @@
+ install(FILES
+ ${CMAKE_CURRENT_BINARY_DIR}/kholidays_export.h
+ ${KHolidays_HEADERS}
+- ${KHolidays_CamelCase_HEADERS}
+ DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5}/KHolidays/kholidays
+ COMPONENT Devel
+ )
diff --git a/kde-frameworks/kholidays/kholidays-5.49.0-r1.ebuild b/kde-frameworks/kholidays/kholidays-5.49.0-r1.ebuild
new file mode 100644
index 00000000000..c71538e58db
--- /dev/null
+++ b/kde-frameworks/kholidays/kholidays-5.49.0-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_QTHELP="false"
+KDE_TEST="true"
+inherit kde5
+
+DESCRIPTION="Library to determine holidays and other special events for a geographical region"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="nls"
+
+COMMON_DEPEND="
+ $(add_qt_dep qtdeclarative)
+"
+DEPEND="${COMMON_DEPEND}
+ nls? ( $(add_qt_dep linguist-tools) )
+"
+RDEPEND="${COMMON_DEPEND}
+ !kde-apps/kholidays:5
+"
+
+PATCHES=( "${FILESDIR}/${P}-headers.patch" )
+
+src_test() {
+ # bug 624214
+ mkdir -p "${HOME}/.local/share/kf5/libkholidays" || die
+ cp -r "${S}/holidays/plan2" "${HOME}/.local/share/kf5/libkholidays/" || die
+ kde5_src_test
+}
next reply other threads:[~2018-08-15 16:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-15 16:29 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-01-20 13:26 [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kholidays/files/, kde-frameworks/kholidays/ Andreas Sturmlechner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1534350553.a73defea0b97ac73bc21756e1599a724d5b35a30.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox