[arch-commits] Commit in kdebase/trunk (PKGBUILD kdebug-324511.patch)

Andrea Scarpino andrea at nymeria.archlinux.org
Mon Nov 4 15:15:21 UTC 2013


    Date: Monday, November 4, 2013 @ 16:15:20
  Author: andrea
Revision: 198792

Cleanup

Modified:
  kdebase/trunk/PKGBUILD
Deleted:
  kdebase/trunk/kdebug-324511.patch

---------------------+
 PKGBUILD            |    2 --
 kdebug-324511.patch |   25 -------------------------
 2 files changed, 27 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-04 15:14:52 UTC (rev 198791)
+++ PKGBUILD	2013-11-04 15:15:20 UTC (rev 198792)
@@ -24,8 +24,6 @@
 
 prepare() {
   mkdir build
-
-  cd kde-baseapps-${pkgver}
 }
 
 build() {

Deleted: kdebug-324511.patch
===================================================================
--- kdebug-324511.patch	2013-11-04 15:14:52 UTC (rev 198791)
+++ kdebug-324511.patch	2013-11-04 15:15:20 UTC (rev 198792)
@@ -1,25 +0,0 @@
-commit 43a981481ab9161a83dd200db39c093e2502f68a
-Author: Bernd Buschinski <b.buschinski at googlemail.com>
-Date:   Wed Sep 4 16:23:35 2013 +0200
-
-    Fix toplevel bookmarks not showing in toolbar
-    regression from d1963e23
-
-diff --git a/konqueror/src/konqbookmarkbar.cpp b/konqueror/src/konqbookmarkbar.cpp
-index 2141575..199e15f 100644
---- a/konqueror/src/konqbookmarkbar.cpp
-+++ b/konqueror/src/konqbookmarkbar.cpp
-@@ -184,10 +184,12 @@ void KBookmarkBar::fillBookmarkBar(const KBookmarkGroup & parent)
- 
-         if (!bm.isGroup())
-         {
--	    if ( bm.isSeparator() )
-+            if ( bm.isSeparator() )
-+            {
-                 if (m_toolBar) {
-                     m_toolBar->addSeparator();
-                 }
-+            }
-             else
-             {
-                 KAction *action = new KBookmarkAction( bm, m_pOwner, 0 );




More information about the arch-commits mailing list