summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2008-01-18 00:14:45 +0000
committerWulf Krueger <philantrop@gentoo.org>2008-01-18 00:14:45 +0000
commit41cdb6a66347df514e05fb7cb2f457e37de147b4 (patch)
tree9d6df71a6c234277f6b6ed876412ce2a3dffdbfd /kde-base/kdepasswd
parentAdded KDE 4.0.0's kopete. (diff)
downloadgentoo-2-41cdb6a66347df514e05fb7cb2f457e37de147b4.tar.gz
gentoo-2-41cdb6a66347df514e05fb7cb2f457e37de147b4.tar.bz2
gentoo-2-41cdb6a66347df514e05fb7cb2f457e37de147b4.zip
Added patches.
(Portage version: 2.1.4)
Diffstat (limited to 'kde-base/kdepasswd')
-rw-r--r--kde-base/kdepasswd/ChangeLog6
-rw-r--r--kde-base/kdepasswd/files/kdepasswd-4.0.0-linkage.patch13
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kdepasswd/ChangeLog b/kde-base/kdepasswd/ChangeLog
index 0f31d9b52003..16832de828e1 100644
--- a/kde-base/kdepasswd/ChangeLog
+++ b/kde-base/kdepasswd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kdepasswd
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepasswd/ChangeLog,v 1.78 2008/01/17 23:53:03 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepasswd/ChangeLog,v 1.79 2008/01/18 00:14:44 philantrop Exp $
+
+ 18 Jan 2008; Wulf C. Krueger <philantrop@gentoo.org>
+ +files/kdepasswd-4.0.0-linkage.patch:
+ Added patches.
*kdepasswd-4.0.0 (17 Jan 2008)
diff --git a/kde-base/kdepasswd/files/kdepasswd-4.0.0-linkage.patch b/kde-base/kdepasswd/files/kdepasswd-4.0.0-linkage.patch
new file mode 100644
index 000000000000..1156e1aeac90
--- /dev/null
+++ b/kde-base/kdepasswd/files/kdepasswd-4.0.0-linkage.patch
@@ -0,0 +1,13 @@
+diff --git a/kdebase/apps/kdepasswd/kcm/CMakeLists.txt b/kdebase/apps/kdepasswd/kcm/CMakeLists.txt
+index e34b684..a1fdcd1 100644
+--- a/kdebase/apps/kdepasswd/kcm/CMakeLists.txt
++++ b/kdebase/apps/kdepasswd/kcm/CMakeLists.txt
+@@ -13,7 +13,7 @@ kde4_add_kcfg_files(kcm_useraccount_PART_SRCS settings.kcfgc)
+
+ kde4_add_plugin(kcm_useraccount ${kcm_useraccount_PART_SRCS})
+
+-target_link_libraries(kcm_useraccount konq ${KDE4_KDESU_LIBS})
++target_link_libraries(kcm_useraccount konq ${KDE4_KPARTS_LIBS} ${KDE4_KDESU_LIBS})
+
+ install(TARGETS kcm_useraccount DESTINATION ${PLUGIN_INSTALL_DIR})
+ install(FILES kcm_useraccount.desktop DESTINATION ${SERVICES_INSTALL_DIR})