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:
parent
e155a295e1
commit
7c468023af
@ -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
3
artikulate-4.13.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:37323a2e6a86eaee14240f9caf5d8be4e1f2ee7179d8cdd5d379f29fceaf8112
|
||||||
|
size 3918724
|
@ -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
|
Fri Apr 11 17:21:54 UTC 2014 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
@ -17,16 +17,20 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: artikulate
|
Name: artikulate
|
||||||
Version: 4.13.0
|
Version: 4.13.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pronunciation Self-Teaching
|
Summary: Pronunciation Self-Teaching
|
||||||
License: LGPL-3.0+ and GPL-2.0 and BSD-3-Clause
|
License: LGPL-3.0+ and GPL-2.0 and BSD-3-Clause
|
||||||
Group: Amusements/Teaching/Other
|
Group: Amusements/Teaching/Other
|
||||||
Url: http://edu.kde.org
|
Url: http://edu.kde.org
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
# PATCH-FIX-UPSTREAM icons.patch -- install icons to hicolor namespace
|
# PATCH-FIX-UPSTREAM gst1.patch
|
||||||
Patch0: icons.patch
|
Patch1: gst1.patch
|
||||||
|
%if 0%{?suse_version} > 1310
|
||||||
|
BuildRequires: gstreamer-plugins-qt-devel
|
||||||
|
%else
|
||||||
BuildRequires: gstreamer-0_10-plugins-qt-devel
|
BuildRequires: gstreamer-0_10-plugins-qt-devel
|
||||||
|
%endif
|
||||||
BuildRequires: libkde4-devel >= 4.10
|
BuildRequires: libkde4-devel >= 4.10
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
@ -40,7 +44,9 @@ Improve your pronunciation by listening to native speakers.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%if 0%{?suse_version} > 1310
|
||||||
|
%patch1 -p1
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde4 -d build
|
%cmake_kde4 -d build
|
||||||
@ -62,6 +68,7 @@ Improve your pronunciation by listening to native speakers.
|
|||||||
%{_kde4_bindir}/artikulate
|
%{_kde4_bindir}/artikulate
|
||||||
%{_kde4_libdir}/libartikulatelearnerprofile.so.*
|
%{_kde4_libdir}/libartikulatelearnerprofile.so.*
|
||||||
%{_kde4_libdir}/libartikulatecore.so.*
|
%{_kde4_libdir}/libartikulatecore.so.*
|
||||||
|
%{_kde4_libdir}/libartikulatesound.so.*
|
||||||
%{_kde4_appsdir}/artikulate/
|
%{_kde4_appsdir}/artikulate/
|
||||||
%{_kde4_applicationsdir}/artikulate.desktop
|
%{_kde4_applicationsdir}/artikulate.desktop
|
||||||
%{_kde4_htmldir}/en/artikulate/
|
%{_kde4_htmldir}/en/artikulate/
|
||||||
|
2609
gst1.patch
Normal file
2609
gst1.patch
Normal file
File diff suppressed because it is too large
Load Diff
11
icons.patch
11
icons.patch
@ -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()
|
|
Loading…
Reference in New Issue
Block a user