Accepting request 240098 from KDE:Distro:Factory

-------------------------------------------------------------------
Tue Jun 24 19:46:59 UTC 2014 - hrvoje.senjan@gmail.com

- Added gst1.patch, to support qt-gstreamer 1.0 API; applied for Factory only
- Drop icons.patch, not needed anymore

-------------------------------------------------------------------
Sun Jun  8 19:05:16 UTC 2014 - tittiatcoke@gmail.com

- Update to 4.13.2
   * KDE 4.13  release
   * See http://www.kde.org/announcements/announce-4.13.2.php

-------------------------------------------------------------------
Fri May  9 17:13:53 UTC 2014 - tittiatcoke@gmail.com

- Update to 4.13.1
   * KDE 4.13.1  bug fix release
   * See http://www.kde.org/announcements/announce-4.13.1.php

OBS-URL: https://build.opensuse.org/request/show/240098
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/artikulate?expand=0&rev=4
This commit is contained in:
Stephan Kulow 2014-07-10 12:55:56 +00:00 committed by Git OBS Bridge
parent e155a295e1
commit 7c468023af
6 changed files with 2643 additions and 18 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:800d85d8b204613c3f5aa3e54369f0f449217e4d982a6817bfda8120186b3b0f
size 3918772

3
artikulate-4.13.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:37323a2e6a86eaee14240f9caf5d8be4e1f2ee7179d8cdd5d379f29fceaf8112
size 3918724

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Jun 24 19:46:59 UTC 2014 - hrvoje.senjan@gmail.com
- Added gst1.patch, to support qt-gstreamer 1.0 API; applied for Factory only
- Drop icons.patch, not needed anymore
-------------------------------------------------------------------
Sun Jun 8 19:05:16 UTC 2014 - tittiatcoke@gmail.com
- Update to 4.13.2
* KDE 4.13 release
* See http://www.kde.org/announcements/announce-4.13.2.php
-------------------------------------------------------------------
Fri May 9 17:13:53 UTC 2014 - tittiatcoke@gmail.com
- Update to 4.13.1
* KDE 4.13.1 bug fix release
* See http://www.kde.org/announcements/announce-4.13.1.php
-------------------------------------------------------------------
Fri Apr 11 17:21:54 UTC 2014 - tittiatcoke@gmail.com

View File

@ -17,16 +17,20 @@
Name: artikulate
Version: 4.13.0
Version: 4.13.2
Release: 0
Summary: Pronunciation Self-Teaching
License: LGPL-3.0+ and GPL-2.0 and BSD-3-Clause
Group: Amusements/Teaching/Other
Url: http://edu.kde.org
Source0: %{name}-%{version}.tar.xz
# PATCH-FIX-UPSTREAM icons.patch -- install icons to hicolor namespace
Patch0: icons.patch
# PATCH-FIX-UPSTREAM gst1.patch
Patch1: gst1.patch
%if 0%{?suse_version} > 1310
BuildRequires: gstreamer-plugins-qt-devel
%else
BuildRequires: gstreamer-0_10-plugins-qt-devel
%endif
BuildRequires: libkde4-devel >= 4.10
BuildRequires: update-desktop-files
BuildRequires: xz
@ -40,7 +44,9 @@ Improve your pronunciation by listening to native speakers.
%prep
%setup -q
%patch0 -p1
%if 0%{?suse_version} > 1310
%patch1 -p1
%endif
%build
%cmake_kde4 -d build
@ -62,6 +68,7 @@ Improve your pronunciation by listening to native speakers.
%{_kde4_bindir}/artikulate
%{_kde4_libdir}/libartikulatelearnerprofile.so.*
%{_kde4_libdir}/libartikulatecore.so.*
%{_kde4_libdir}/libartikulatesound.so.*
%{_kde4_appsdir}/artikulate/
%{_kde4_applicationsdir}/artikulate.desktop
%{_kde4_htmldir}/en/artikulate/

2609
gst1.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,11 +0,0 @@
diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt
index e73b209..6f658fc 100644
--- a/icons/CMakeLists.txt
+++ b/icons/CMakeLists.txt
@@ -23,5 +23,5 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
###
-kde4_install_icons(${DATA_INSTALL_DIR}/artikulate/icons)
+kde4_install_icons(${ICON_INSTALL_DIR})
kde4_update_iconcache()