KDE Applications 19.08 Beta (take 2)
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/artikulate?expand=0&rev=100
This commit is contained in:
parent
9e938c3d58
commit
f9f1bdb82a
@ -1,51 +0,0 @@
|
||||
From 66611f64ee98a4ffb7bac26b8c4f153c8102bae9 Mon Sep 17 00:00:00 2001
|
||||
From: Fabian Vogt <fabian@ritter-vogt.de>
|
||||
Date: Thu, 4 Jul 2019 20:26:25 +0200
|
||||
Subject: [PATCH] Install internal libraries with NAMELINK_SKIP
|
||||
|
||||
They don't have any API/ABI guarantees, to the namelink would be mostly
|
||||
useless anyway.
|
||||
---
|
||||
liblearnerprofile/src/CMakeLists.txt | 1 +
|
||||
libsound/src/CMakeLists.txt | 1 +
|
||||
src/CMakeLists.txt | 1 +
|
||||
3 files changed, 3 insertions(+)
|
||||
|
||||
diff --git a/liblearnerprofile/src/CMakeLists.txt b/liblearnerprofile/src/CMakeLists.txt
|
||||
index a15cdef..37ab579 100644
|
||||
--- a/liblearnerprofile/src/CMakeLists.txt
|
||||
+++ b/liblearnerprofile/src/CMakeLists.txt
|
||||
@@ -57,5 +57,6 @@ set_target_properties(
|
||||
|
||||
install(
|
||||
TARGETS artikulatelearnerprofile
|
||||
+ LIBRARY NAMELINK_SKIP
|
||||
${INSTALL_TARGETS_DEFAULT_ARGS}
|
||||
)
|
||||
diff --git a/libsound/src/CMakeLists.txt b/libsound/src/CMakeLists.txt
|
||||
index 1ad39ea..4050cf7 100644
|
||||
--- a/libsound/src/CMakeLists.txt
|
||||
+++ b/libsound/src/CMakeLists.txt
|
||||
@@ -55,6 +55,7 @@ set_target_properties(
|
||||
|
||||
install(
|
||||
TARGETS artikulatesound
|
||||
+ LIBRARY NAMELINK_SKIP
|
||||
${INSTALL_TARGETS_DEFAULT_ARGS}
|
||||
)
|
||||
|
||||
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
|
||||
index 066341a..11d64fc 100644
|
||||
--- a/src/CMakeLists.txt
|
||||
+++ b/src/CMakeLists.txt
|
||||
@@ -93,6 +93,7 @@ set_target_properties(
|
||||
)
|
||||
install(
|
||||
TARGETS artikulatecore
|
||||
+ LIBRARY NAMELINK_SKIP
|
||||
DESTINATION ${INSTALL_TARGETS_DEFAULT_ARGS}
|
||||
)
|
||||
install(FILES artikulate.knsrc DESTINATION ${CONFIG_INSTALL_DIR})
|
||||
--
|
||||
2.22.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f0b811017c59a05260ca43a7e298633a6ac9ef0f9cfb8ec62890da0f3ec1217
|
||||
size 3986260
|
3
artikulate-19.07.80.tar.xz
Normal file
3
artikulate-19.07.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b2b1f8783b7a7c75c17aa0d708bb10b7dbc86edc5663f77cb77ea476dd5c537
|
||||
size 3996884
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 23 11:58:54 UTC 2019 - lbeltrame@kde.org
|
||||
|
||||
- Update to 19.07.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-19.08-beta.php
|
||||
- Changes since 19.04.3:
|
||||
* Too many changes to list here
|
||||
- Dropped patch, now upstream:
|
||||
* 0001-Install-internal-libraries-with-NAMELINK_SKIP.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 13 07:26:32 UTC 2019 - lbeltrame@kde.org
|
||||
|
||||
|
@ -21,15 +21,13 @@
|
||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: artikulate
|
||||
Version: 19.04.3
|
||||
Version: 19.07.80
|
||||
Release: 0
|
||||
Summary: Pronunciation Self-Teaching
|
||||
License: LGPL-3.0-or-later AND GPL-2.0-only AND BSD-3-Clause
|
||||
Group: Amusements/Teaching/Other
|
||||
URL: http://edu.kde.org
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
# PATCH-FIX-UPSTREAM
|
||||
Patch100: 0001-Install-internal-libraries-with-NAMELINK_SKIP.patch
|
||||
BuildRequires: extra-cmake-modules >= %{kf5_version}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: karchive-devel
|
||||
@ -38,6 +36,7 @@ BuildRequires: kcrash-devel
|
||||
BuildRequires: kdoctools-devel
|
||||
BuildRequires: ki18n-devel
|
||||
BuildRequires: kio-devel
|
||||
BuildRequires: kirigami2-devel
|
||||
BuildRequires: knewstuff-devel
|
||||
BuildRequires: kxmlgui-devel
|
||||
BuildRequires: pkgconfig
|
||||
@ -50,8 +49,11 @@ BuildRequires: pkgconfig(Qt5Sql)
|
||||
BuildRequires: pkgconfig(Qt5Test)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: pkgconfig(Qt5XmlPatterns)
|
||||
# Runtime dep
|
||||
# Runtime deps
|
||||
Requires: kirigami2
|
||||
Requires: knewstuff-imports
|
||||
Requires: kqtquickcharts >= %{_kapp_version}
|
||||
Requires: libqt5-qtquickcontrols
|
||||
Obsoletes: %{name}5 < %{version}
|
||||
Provides: %{name}5 = %{version}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user