Updating link to change in openSUSE:Factory/digikam revision 173.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/digikam?expand=0&rev=18c7872d2a55f3f4520c8a258d8b6b8c
This commit is contained in:
parent
819386cfee
commit
43fab7fee7
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 16 18:52:03 UTC 2018 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Disable libkvkontakte support, it's dead
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 13 09:00:10 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -61,7 +61,6 @@ BuildRequires: libkexiv2-devel >= 15.12.0
|
||||
BuildRequires: libkgeomap-devel > 15.12.0
|
||||
BuildRequires: libkipi-devel >= 16.04.0
|
||||
BuildRequires: libksane-devel >= 15.12.0
|
||||
BuildRequires: libkvkontakte-devel
|
||||
BuildRequires: liblcms2-devel
|
||||
BuildRequires: liblqr-devel
|
||||
BuildRequires: libmediawiki-devel
|
||||
@ -183,6 +182,9 @@ sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/g" extra/kipi-plugins/common/libkipiplugi
|
||||
sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/g" core/libs/dimg/filters/greycstoration/cimg/CImg.h
|
||||
sed -i "s/__TIME__/\"$FAKE_BUILDTIME\"/g" core/libs/dimg/filters/greycstoration/cimg/CImg.h
|
||||
|
||||
# Workaround for kde#369517 - vkontakte installs translations even if not built
|
||||
rm -f po/*/kipiplugin_vkontakte.po
|
||||
|
||||
%build
|
||||
%if 0%{?suse_version} < 1320 && !0%{?is_opensuse}
|
||||
EXTRA_FLAGS="-DENABLE_LCMS2=OFF"
|
||||
@ -211,7 +213,7 @@ rm -f %{buildroot}%{_kf5_libdir}/libKF5kipiplugins.so
|
||||
%find_lang %{name} --without-kde
|
||||
%find_lang kipiplugins kipiplugin.lang --without-kde
|
||||
|
||||
for i in dropbox googleservices sendimages facebook flashexport flickr imageshack imgur kmlexport piwigo printimages rajce remotestorage sendimages smug vkontakte yandexfotki
|
||||
for i in dropbox googleservices sendimages facebook flashexport flickr imageshack imgur kmlexport piwigo printimages rajce remotestorage sendimages smug yandexfotki
|
||||
do
|
||||
%find_lang kipiplugin_$i kipiplugin.lang
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user