Hello community,

here is the log from the commit of package kvkbd for openSUSE:Factory
checked in at Thu Aug 25 14:43:38 CEST 2011.



--------
--- KDE/kvkbd/kvkbd.changes     2011-08-12 13:05:18.000000000 +0200
+++ /mounts/work_src_done/STABLE/kvkbd/kvkbd.changes    2011-08-25 
10:37:12.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Aug 25 08:34:50 UTC 2011 - idon...@novell.com
+
+- Add kvkbd-link-x11.patch: explicitly link to X11 library 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  kvkbd-link-x11.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kvkbd.spec ++++++
--- /var/tmp/diff_new_pack.t1vhae/_old  2011-08-25 14:43:26.000000000 +0200
+++ /var/tmp/diff_new_pack.t1vhae/_new  2011-08-25 14:43:26.000000000 +0200
@@ -27,9 +27,10 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Summary:        A virtual keyboard for KDE
 Version:        0.6
-Release:        12
+Release:        14
 Source:         94374-kvkbd-0.6.tar.gz
 Patch1:         fix-loginhelper.diff
+Patch2:         kvkbd-link-x11.patch
 %kde4_runtime_requires
 
 %description
@@ -38,6 +39,7 @@
 %prep
 %setup -n %{name}-%{version} -q
 %patch1
+%patch2
 
 %build
   %cmake_kde4 -d build

++++++ kvkbd-link-x11.patch ++++++
--- src/CMakeLists.txt  2008-10-11 14:28:19.000000000 +0200
+++ src/CMakeLists.txt  2011-08-25 10:34:30.800708389 +0200
@@ -22,7 +22,7 @@
 
 kde4_add_executable(kvkbd ${kvkbd_SRCS})
 
-target_link_libraries(kvkbd ${KDE4_KDECORE_LIBS} Xtst ${KDE4_KDEUI_LIBS})
+target_link_libraries(kvkbd ${KDE4_KDECORE_LIBS} X11 Xtst ${KDE4_KDEUI_LIBS})
 
 install(TARGETS kvkbd ${INSTALL_TARGETS_DEFAULT_ARGS})
 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to