rev 12964 - in branches/kde4.2/packages/kdebindings/debian: . patches

Modestas Vainius modax-guest at alioth.debian.org
Wed Dec 17 15:41:11 UTC 2008


Author: modax-guest
Date: 2008-12-17 15:41:11 +0000 (Wed, 17 Dec 2008)
New Revision: 12964

Added:
   branches/kde4.2/packages/kdebindings/debian/patches/97_fix_target_link_libraries.diff
Modified:
   branches/kde4.2/packages/kdebindings/debian/changelog
   branches/kde4.2/packages/kdebindings/debian/control
   branches/kde4.2/packages/kdebindings/debian/patches/series
Log:
new bindings snapshot

Modified: branches/kde4.2/packages/kdebindings/debian/changelog
===================================================================
--- branches/kde4.2/packages/kdebindings/debian/changelog	2008-12-17 14:14:42 UTC (rev 12963)
+++ branches/kde4.2/packages/kdebindings/debian/changelog	2008-12-17 15:41:11 UTC (rev 12964)
@@ -1,4 +1,4 @@
-kdebindings (4:4.1.85+svn896238-0r2) UNRELEASED; urgency=low
+kdebindings (4:4.1.85+svn897777-0r1) UNRELEASED; urgency=low
 
   * New upstream development snapshot.
 
@@ -32,6 +32,8 @@
   * khtml.dll, nepomuk.dll got renamed to khtml-dll.dll and nepomuk-dll.dll.
     respectively.
   * Update install files.
+  * Bump soprano build depend to 2.1.64+svn.
+  * Add 97_fix_target_link_libraries.diff patch.
 
   !! DISCLAIMER !! Changes below are sort of "not really sure what I was doing".
 
@@ -48,7 +50,7 @@
 
   * Build Ruby Nepomuk bindings (09_build_ruby_nepomuk.diff).
 
- -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 13 Dec 2008 14:16:26 +0200
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Wed, 17 Dec 2008 17:28:49 +0200
 
 kdebindings (4:4.1.3-2) experimental; urgency=low
 

Modified: branches/kde4.2/packages/kdebindings/debian/control
===================================================================
--- branches/kde4.2/packages/kdebindings/debian/control	2008-12-17 14:14:42 UTC (rev 12963)
+++ branches/kde4.2/packages/kdebindings/debian/control	2008-12-17 15:41:11 UTC (rev 12964)
@@ -4,6 +4,7 @@
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Build-Depends: debhelper (>= 6.0.7~), quilt,
  kdelibs5-dev (>= 4:4.1.85), libplasma-dev (>= 4:4.1.85), libphonon-dev (>= 4:4.2.80), kdebase-workspace-dev (>= 4:4.1.85),
+ libsoprano-dev (>= 2.1.64+svn),
  python, python-all-dev, sip4 (>= 4.7.8), python-sip4-dev (>= 4.7.8), python-qt4-dev (>= 4.4.4),
  ruby1.8-dev, ruby1.8 , python-central,
  mono-gac [i386 kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel sparc s390],

Added: branches/kde4.2/packages/kdebindings/debian/patches/97_fix_target_link_libraries.diff
===================================================================
--- branches/kde4.2/packages/kdebindings/debian/patches/97_fix_target_link_libraries.diff	                        (rev 0)
+++ branches/kde4.2/packages/kdebindings/debian/patches/97_fix_target_link_libraries.diff	2008-12-17 15:41:11 UTC (rev 12964)
@@ -0,0 +1,11 @@
+--- a/csharp/nepomuk/CMakeLists.txt
++++ b/csharp/nepomuk/CMakeLists.txt
+@@ -18,7 +18,7 @@
+ 	${CMAKE_CURRENT_SOURCE_DIR}/../qyoto/src ${QT_INCLUDES})
+ LINK_DIRECTORIES (${LIBRARY_OUTPUT_PATH})
+ ADD_LIBRARY(nepomuk-sharp MODULE ${SRC_CPP})
+-TARGET_LINK_LIBRARIES(nepomuk-sharp smokeqt smokenepomuk qyotoshared ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY})
++TARGET_LINK_LIBRARIES(nepomuk-sharp smokeqt smokenepomuk qyotoshared ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ${NEPOMUK_LIBRARIES})
+ 
+ SET(CS_FLAGS -r:${LIBRARY_OUTPUT_PATH}/qt-dotnet.dll -r:${LIBRARY_OUTPUT_PATH}/soprano.dll -warn:0 -keyfile:${KEYFILE})
+ ADD_CS_LIBRARY(nepomuk-dll "${SRC_CS}" ALL)

Modified: branches/kde4.2/packages/kdebindings/debian/patches/series
===================================================================
--- branches/kde4.2/packages/kdebindings/debian/patches/series	2008-12-17 14:14:42 UTC (rev 12963)
+++ branches/kde4.2/packages/kdebindings/debian/patches/series	2008-12-17 15:41:11 UTC (rev 12964)
@@ -7,3 +7,4 @@
 07_fix_kpythonpluginfactory_build.diff
 08_csharp_plasma_examples.diff
 09_build_ruby_nepomuk.diff
+97_fix_target_link_libraries.diff




More information about the pkg-kde-commits mailing list