diff options
author | root <root@rshg054.dnsready.net> | 2013-11-06 00:46:31 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-11-06 00:46:31 -0800 |
commit | a52da684729842a87ef2e9faea91db09f2582588 (patch) | |
tree | c0406eec1aaf0c268a14c8078d0c7f513aa08ca6 /extra/kdebase | |
parent | d53c44f055929b18d7d1b25f8367ee5836c435fc (diff) |
Wed Nov 6 00:46:20 PST 2013
Diffstat (limited to 'extra/kdebase')
-rw-r--r-- | extra/kdebase/PKGBUILD | 8 | ||||
-rw-r--r-- | extra/kdebase/kdebug-324511.patch | 25 |
2 files changed, 3 insertions, 30 deletions
diff --git a/extra/kdebase/PKGBUILD b/extra/kdebase/PKGBUILD index cf03a262e..1cf0c6f3c 100644 --- a/extra/kdebase/PKGBUILD +++ b/extra/kdebase/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 195532 2013-10-01 15:16:19Z svenstaro $ +# $Id: PKGBUILD 198837 2013-11-05 19:47:04Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> @@ -12,7 +12,7 @@ pkgname=('kdebase-dolphin' 'kdebase-konqueror' 'kdebase-lib' 'kdebase-plasma') -pkgver=4.11.2 +pkgver=4.11.3 pkgrel=1 arch=('i686' 'x86_64') url='http://www.kde.org' @@ -20,12 +20,10 @@ license=('GPL' 'LGPL' 'FDL') groups=('kde' 'kdebase') makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'nepomuk-widgets') source=("http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz") -sha1sums=('6a988adf54e9f499365dce0ce1691d020411bd0d') +sha1sums=('f2a6f4220efe395c124d8981edaaca0a462640b5') prepare() { mkdir build - - cd kde-baseapps-${pkgver} } build() { diff --git a/extra/kdebase/kdebug-324511.patch b/extra/kdebase/kdebug-324511.patch deleted file mode 100644 index cca2a7254..000000000 --- a/extra/kdebase/kdebug-324511.patch +++ /dev/null @@ -1,25 +0,0 @@ -commit 43a981481ab9161a83dd200db39c093e2502f68a -Author: Bernd Buschinski <b.buschinski@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 ); |