]> git.pld-linux.org Git - packages/digikam.git/commitdiff
- fix build
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 29 Jul 2012 12:29:27 +0000 (14:29 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 29 Jul 2012 12:29:27 +0000 (14:29 +0200)
digikam-build.patch [new file with mode: 0644]
digikam-link.patch [deleted file]
digikam.spec

diff --git a/digikam-build.patch b/digikam-build.patch
new file mode 100644 (file)
index 0000000..2e8102b
--- /dev/null
@@ -0,0 +1,20 @@
+--- digikam-2.7.0/extra/kipi-plugins/vkontakte/vkapi.cpp~      2012-07-08 01:24:25.000000000 +0200
++++ digikam-2.7.0/extra/kipi-plugins/vkontakte/vkapi.cpp       2012-07-29 13:30:18.680442679 +0200
+@@ -18,6 +18,8 @@
+  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+  */
++#include <stdio.h>
++
+ #include "vkapi.moc"
+ // Qt includes
+@@ -60,7 +62,7 @@
+     return m_accessToken;
+ }
+-#include <stdio.h>
++//#include <stdio.h>
+ void VkAPI::startAuthentication(bool forceLogout)
+ {
diff --git a/digikam-link.patch b/digikam-link.patch
deleted file mode 100644 (file)
index 3255842..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- themedesigner/CMakeLists.txt.orig  2010-11-22 18:47:35.000000000 +0100
-+++ themedesigner/CMakeLists.txt       2010-12-03 22:50:54.000000000 +0100
-@@ -45,6 +45,7 @@
-         ${STRIGI_LIBRARIES}
-         ${LCMS_LIBRARIES}
-         ${GPHOTO2_LIBRARIES}
-+        khtml
- )
- IF(KDEPIMLIBS_FOUND)
index bfab439dac8473dd6de583032ab1c3d85386eb31..5c8834ede149e34d85dd121132326c9a7f8e9577 100644 (file)
@@ -11,6 +11,7 @@ License:      GPL
 Group:         X11/Applications/Graphics
 Source0:       http://downloads.sourceforge.net/digikam/%{name}-%{version}.tar.bz2
 # Source0-md5: 428e5234fa4daa6f154bf23c63787bdd
+Patch0:                %{name}-build.patch
 URL:           http://www.digikam.org/
 BuildRequires: Qt3Support-devel >= %{qtver}
 BuildRequires: QtCore-devel >= %{qtver}
@@ -27,7 +28,7 @@ BuildRequires:        kde4-kdelibs-devel >= %{kdever}
 BuildRequires: kde4-kdepimlibs-devel >= %{kdever}
 BuildRequires: lcms-devel
 BuildRequires: lensfun-devel
-BuildRequires: libf2c-devel
+BuildRequires: libf2c-devel >= 20110801
 BuildRequires: libgphoto2-devel
 BuildRequires: kde4-libkdcraw-devel >= %{kdever}
 BuildRequires: kde4-libkdeedu-devel >= %{kdever}
@@ -75,6 +76,7 @@ Interfejs KDE do gphoto2 - pliki nagłówkowe.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 install -d build
@@ -165,6 +167,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/apps/digikam/queuemgrwindowui.rc
 %{_datadir}/apps/digikam/tips
 %{_datadir}/apps/gpssync
+%{_datadir}/apps/kipi
 %{_datadir}/apps/kipiplugin_*
 %{_datadir}/apps/libkface
 %{_datadir}/apps/libkgeomap
This page took 0.078838 seconds and 4 git commands to generate.