public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Rex Dieter <rdieter@math.unl.edu>
To: git-commits@fedoraproject.org
Subject: [rpms/artikulate] epel10: 15.12.0
Date: Tue, 04 Aug 2026 17:33:53 GMT [thread overview]
Message-ID: <178586483332.1.6892961444902093973.rpms-artikulate-2d1790bf3bda@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/artikulate
Branch : epel10
Commit : 2d1790bf3bda6b06aa59d0cb0c2601870bf47a67
Author : Rex Dieter <rdieter@math.unl.edu>
Date : 2015-12-28T13:33:26-06:00
Stats : +44/-29 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/artikulate/c/2d1790bf3bda6b06aa59d0cb0c2601870bf47a67?branch=epel10
Log:
15.12.0
---
diff --git a/.gitignore b/.gitignore
index c363649..f2f4c5d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/artikulate-15.08.3.tar.xz
+/artikulate-15.12.0.tar.xz
diff --git a/artikulate.spec b/artikulate.spec
index e804807..f3a80b8 100644
--- a/artikulate.spec
+++ b/artikulate.spec
@@ -1,7 +1,7 @@
Name: artikulate
Summary: Improve your pronunciation by listening to native speakers
-Version: 15.08.3
-Release: 2%{?dist}
+Version: 15.12.0
+Release: 1%{?dist}
# artwork: LGPL3
# code: KDE e.V. may determine that future GPL versions are accepted
@@ -16,14 +16,27 @@ URL: https://projects.kde.org/artikulate
%endif
Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-%{version}.tar.xz
+BuildRequires: cmake
BuildRequires: desktop-file-utils
-BuildRequires: kdelibs4-devel >= 4.14
+BuildRequires: extra-cmake-modules
+BuildRequires: kf5-kconfig-devel
+BuildRequires: kf5-kconfigwidgets-devel
+BuildRequires: kf5-kcrash-devel
+BuildRequires: kf5-kdeclarative-devel
+BuildRequires: kf5-kdoctools-devel
+BuildRequires: kf5-ki18n-devel
+BuildRequires: kf5-knewstuff-devel
+BuildRequires: kf5-kwidgetsaddons-devel
+BuildRequires: kf5-kxmlgui-devel
+BuildRequires: kf5-rpm-macros
BuildRequires: libappstream-glib
-BuildRequires: pkgconfig(QtGStreamer-1.0) >= 1.2.0
+BuildRequires: pkgconfig(Qt5GStreamer-1.0) >= 1.2.0
+BuildRequires: pkgconfig(Qt5Qml)
+BuildRequires: pkgconfig(Qt5Quick)
+BuildRequires: pkgconfig(Qt5XmlPatterns)
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
-Requires: kqtquickcharts%{_isa} >= %{version}
-%{?kde_runtime_requires}
+Requires: qt5-qtquickcontrols
%description
%{summary}.
@@ -42,7 +55,7 @@ Requires: %{name} = %{version}-%{release}
%build
mkdir %{_target_platform}
pushd %{_target_platform}
-%{cmake_kde4} ..
+%{cmake_kf5} ..
popd
make %{?_smp_mflags} -C %{_target_platform}
@@ -52,50 +65,52 @@ make %{?_smp_mflags} -C %{_target_platform}
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
## unpackaged files
-rm -v %{buildroot}%{_kde4_libdir}/libartikulate*.so
+rm -v %{buildroot}%{_kf5_libdir}/libartikulate*.so
%check
-appstream-util validate-relax --nonet %{buildroot}%{_kde4_datadir}/appdata/%{name}.appdata.xml
-desktop-file-validate %{buildroot}%{_kde4_datadir}/applications/kde4/%{name}.desktop
+appstream-util validate-relax --nonet %{buildroot}%{_kf5_datadir}/appdata/org.kde.%{name}.appdata.xml ||:
+desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.%{name}.desktop ||:
%post
-touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null || :
+touch --no-create %{_kf5_datadir}/icons/hicolor &> /dev/null || :
%posttrans
-gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null || :
+gtk-update-icon-cache %{_kf5_datadir}/icons/hicolor &> /dev/null || :
%postun
if [ $1 -eq 0 ] ; then
-touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null || :
-gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null || :
+touch --no-create %{_kf5_datadir}/icons/hicolor &> /dev/null || :
+gtk-update-icon-cache %{_kf5_datadir}/icons/hicolor &> /dev/null || :
fi
%files
%doc AUTHORS
%license COPYING COPYING-ARTWORK COPYING.DOC
-%{_kde4_appsdir}/artikulate/
-# this is probably in the wrong place, consult upstream -- rex
-%{_kde4_appsdir}/artikulateui.rc
-%{_kde4_bindir}/artikulate
-%{_kde4_iconsdir}/hicolor/*/*/*
-%{_kde4_datadir}/applications/kde4/artikulate.desktop
-%{_kde4_datadir}/appdata/artikulate.appdata.xml
-%{_kde4_datadir}/config.kcfg/artikulate.kcfg
-%{_kde4_datadir}/config/artikulate.knsrc
-%lang(en) %{_kde4_docdir}/HTML/en/artikulate/
+%{_kf5_datadir}/artikulate/
+%{_kf5_bindir}/artikulate
+%{_kf5_bindir}/artikulate_editor
+%{_kf5_datadir}/icons/hicolor/*/*/*
+%{_kf5_datadir}/applications/org.kde.artikulate.desktop
+%{_kf5_datadir}/appdata/org.kde.artikulate.appdata.xml
+%{_kf5_datadir}/config.kcfg/artikulate.kcfg
+%{_sysconfdir}/xdg/artikulate.knsrc
+%lang(en) %{_kf5_docdir}/HTML/en/artikulate/
%post libs -p /sbin/ldconfig
%postun libs -p /sbin/ldconfig
%files libs
-%{_kde4_libdir}/libartikulatecore.so.4*
-%{_kde4_libdir}/libartikulatelearnerprofile.so.4*
-%{_kde4_libdir}/libartikulatesound.so.4*
+%{_kf5_libdir}/libartikulatecore.so.0*
+%{_kf5_libdir}/libartikulatelearnerprofile.so.0*
+%{_kf5_libdir}/libartikulatesound.so.0*
%changelog
+* Mon Dec 28 2015 Rex Dieter <rdieter@fedoraproject.org> 15.12.0-1
+- 15.12.0
+
* Fri Dec 25 2015 Rex Dieter <rdieter@fedoraproject.org> 15.08.3-2
- update URL, drop use of %%find_lang
diff --git a/sources b/sources
index 01b484d..de21616 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7ea7e993abc4ce997a0d84d5b5855e17 artikulate-15.08.3.tar.xz
+f7eef4a6470d3795e73e2869890f7daf artikulate-15.12.0.tar.xz
reply other threads:[~2026-08-04 17:33 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=178586483332.1.6892961444902093973.rpms-artikulate-2d1790bf3bda@fedoraproject.org \
--to=rdieter@math.unl.edu \
--cc=git-commits@fedoraproject.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