Accepting request 696373 from KDE:Extra
- Update to 5.9.1 * https://jriddell.org/2019/04/19/kipi-plugins-5-9-1-released/ * First official stand-alone release outside of digikam * No code changes - Drop kipi-plugins-lang.tar.xz, the translations are included in the source tarball - Remove ImageMagick, enblend-enfuse and hugin Recommends, nothing in kipi-plugins uses them anymore since a long time - Change URL to www.kde.org as it is no longer released by the digikam project - Make creation of lang package conditional OBS-URL: https://build.opensuse.org/request/show/696373 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kipi-plugins?expand=0&rev=2
This commit is contained in:
parent
c83062f281
commit
eb27bce95d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d15339b8e8e955b20eeb1e1cd0af06edcfc1f97809ee71c159fc175fb61e1cf2
|
||||
size 2110230
|
3
kipi-plugins-5.9.1.tar.xz
Normal file
3
kipi-plugins-5.9.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04b3d31ac042b901216ad8ba67dafc46b58c8a285b5162b51189833f6d015542
|
||||
size 1468084
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3a179112fcb0b8d2def1e7fda378e2a5fa2113151025cd8da45767c169bfd96a
|
||||
size 702744
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 19 12:19:21 UTC 2019 - wbauer@tmo.at
|
||||
|
||||
- Update to 5.9.1
|
||||
* https://jriddell.org/2019/04/19/kipi-plugins-5-9-1-released/
|
||||
* First official stand-alone release outside of digikam
|
||||
* No code changes
|
||||
- Drop kipi-plugins-lang.tar.xz, the translations are included in
|
||||
the source tarball
|
||||
- Remove ImageMagick, enblend-enfuse and hugin Recommends, nothing
|
||||
in kipi-plugins uses them anymore since a long time
|
||||
- Change URL to www.kde.org as it is no longer released by the
|
||||
digikam project
|
||||
- Make creation of lang package conditional
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 12 06:21:32 UTC 2019 - wbauer@tmo.at
|
||||
|
||||
|
@ -16,15 +16,15 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
Name: kipi-plugins
|
||||
Version: 5.9.0
|
||||
Version: 5.9.1
|
||||
Release: 0
|
||||
Summary: KDE Plug-Ins for Image Manipulation
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Graphics/Other
|
||||
URL: http://www.digikam.org/
|
||||
Source0: https://github.com/KDE/kipi-plugins/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source1: %{name}-lang.tar.xz
|
||||
URL: https://www.kde.org/
|
||||
Source0: https://download.kde.org/stable/%{name}/%{name}-%{version}.tar.xz
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: karchive-devel
|
||||
BuildRequires: kconfig-devel
|
||||
@ -46,10 +46,6 @@ BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: pkgconfig(Qt5Xml)
|
||||
BuildRequires: pkgconfig(Qt5XmlPatterns)
|
||||
Recommends: %{name}-lang
|
||||
Recommends: ImageMagick
|
||||
Recommends: enblend-enfuse
|
||||
Recommends: hugin
|
||||
Recommends: kipi-plugins-lang = %{version}
|
||||
Obsoletes: kipi-plugins-acquireimage < %{version}
|
||||
Obsoletes: kipi-plugins-geolocation < %{version}
|
||||
Obsoletes: kipi-plugins5 < %{version}
|
||||
@ -68,8 +64,7 @@ applications.
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%setup -q -a1
|
||||
echo "add_subdirectory(po)" >> CMakeLists.txt
|
||||
%setup -q
|
||||
|
||||
# Remove build time references so build-compare can do its work
|
||||
FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y')
|
||||
@ -93,12 +88,14 @@ export CXX=g++-7
|
||||
# Not needed, the package doesn't actually provide any shared libraries
|
||||
rm -f %{buildroot}%{_kf5_libdir}/libKF5kipiplugins.so
|
||||
|
||||
%if %{with lang}
|
||||
%find_lang kipiplugins %{name}.lang
|
||||
|
||||
for i in dropbox googleservices sendimages facebook flashexport flickr imageshack imgur kmlexport piwigo printimages rajce remotestorage sendimages smug yandexfotki
|
||||
for i in dropbox facebook flashexport flickr googleservices imageshack imgur jalbum kmlexport mediawiki piwigo printimages rajce remotestorage sendimages smug yandexfotki
|
||||
do
|
||||
%find_lang kipiplugin_$i %{name}.lang
|
||||
done
|
||||
%endif
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
@ -116,6 +113,8 @@ done
|
||||
%{_kf5_sharedir}/kipiplugin_*/
|
||||
%{_kf5_servicesdir}/kipiplugin_*.desktop
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user