epel9
Rex Dieter 9 years ago
parent 4d99a0cdb8
commit 4b7b377467

2
.gitignore vendored

@ -1,2 +1,2 @@
/plasma-workspace-5.7.4.tar.xz
/plasma-workspace-5.7.5.tar.xz /plasma-workspace-5.7.5.tar.xz
/plasma-workspace-5.7.95.tar.xz

@ -2,20 +2,22 @@
# repo or arch where there's no package that would provide plasmashell # repo or arch where there's no package that would provide plasmashell
#define bootstrap 1 #define bootstrap 1
%global kf5_version 5.25.0 %global kf5_version 5.26.0
Name: plasma-workspace Name: plasma-workspace
Summary: Plasma workspace, applications and applets Summary: Plasma workspace, applications and applets
Version: 5.7.5 Version: 5.7.95
Release: 2%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
URL: https://quickgit.kde.org/?p=%{name}.git URL: https://quickgit.kde.org/?p=%{name}.git
%global revision %(echo %{version} | cut -d. -f3) %global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50 %if %{revision} >= 50
%global majmin_ver %(echo %{version} | cut -d. -f1,2).50
%global stable unstable %global stable unstable
%else %else
%global majmin_ver %(echo %{version} | cut -d. -f1,2)
%global stable stable %global stable stable
%endif %endif
Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz
@ -487,7 +489,6 @@ sed -i -e 's|^NotShowIn=KDE;|OnlyShowIn=KDE;|' \
%find_lang all --with-qt --all-name %find_lang all --with-qt --all-name
grep drkonqi.mo all.lang > drkonqi.lang grep drkonqi.mo all.lang > drkonqi.lang
grep libkworkspace.mo all.lang > libkworkspace5.lang grep libkworkspace.mo all.lang > libkworkspace5.lang
grep libtaskmanager.mo all.lang > libs.lang
# any translations not used elsewhere, include in main pkg # any translations not used elsewhere, include in main pkg
cat *.lang | sort | uniq -u > %{name}.lang cat *.lang | sort | uniq -u > %{name}.lang
@ -573,11 +574,8 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/{plasma-windowed,org.
%post libs -p /sbin/ldconfig %post libs -p /sbin/ldconfig
%postun libs -p /sbin/ldconfig %postun libs -p /sbin/ldconfig
%files libs -f libs.lang %files libs
%{_sysconfdir}/xdg/legacytaskmanagerrulesrc
%{_sysconfdir}/xdg/taskmanagerrulesrc %{_sysconfdir}/xdg/taskmanagerrulesrc
%{_libdir}/liblegacytaskmanager.so.5
%{_libdir}/liblegacytaskmanager.so.%{version}
%{_libdir}/libtaskmanager.so.6 %{_libdir}/libtaskmanager.so.6
%{_libdir}/libtaskmanager.so.%{version} %{_libdir}/libtaskmanager.so.%{version}
%{_libdir}/libweather_ion.so.7* %{_libdir}/libweather_ion.so.7*
@ -615,7 +613,6 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/{plasma-windowed,org.
%files devel %files devel
%{_libdir}/libweather_ion.so %{_libdir}/libweather_ion.so
%{_libdir}/liblegacytaskmanager.so
%{_libdir}/libtaskmanager.so %{_libdir}/libtaskmanager.so
%{_libdir}/libplasma-geolocation-interface.so %{_libdir}/libplasma-geolocation-interface.so
%{_libdir}/libkworkspace5.so %{_libdir}/libkworkspace5.so
@ -628,7 +625,6 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/{plasma-windowed,org.
%{_libdir}/cmake/KRunnerAppDBusInterface/ %{_libdir}/cmake/KRunnerAppDBusInterface/
%{_libdir}/cmake/KSMServerDBusInterface/ %{_libdir}/cmake/KSMServerDBusInterface/
%{_libdir}/cmake/LibKWorkspace/ %{_libdir}/cmake/LibKWorkspace/
%{_libdir}/cmake/LibLegacyTaskManager/
%{_libdir}/cmake/LibTaskManager/ %{_libdir}/cmake/LibTaskManager/
%{_datadir}/dbus-1/interfaces/*.xml %{_datadir}/dbus-1/interfaces/*.xml
%{_datadir}/kdevappwizard/templates/ion-dataengine.tar.bz2 %{_datadir}/kdevappwizard/templates/ion-dataengine.tar.bz2
@ -665,6 +661,9 @@ fi
%changelog %changelog
* Thu Sep 22 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.95-1
- 5.7.95
* Fri Sep 16 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.5-2 * Fri Sep 16 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.5-2
- restore fedora.twenty.two theme support (#1376102) - restore fedora.twenty.two theme support (#1376102)

@ -1 +1 @@
178c90388bdc3af6b5a5b8f35ccc6179 plasma-workspace-5.7.5.tar.xz b948a4bf61407e62b29ec2cef04b4e80 plasma-workspace-5.7.95.tar.xz

Loading…
Cancel
Save