author | Antonio Rojas
<arojas@archlinux.org> 2015-03-22 20:09:16 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2015-03-22 20:09:16 UTC |
parent | 183075ee786bb8ddf94169eede6c4c2822bb6feb |
336094f43d82d83f374116862a0f568fe9092224.patch | +0 | -38 |
PKGBUILD | +5 | -10 |
diff --git a/336094f43d82d83f374116862a0f568fe9092224.patch b/336094f43d82d83f374116862a0f568fe9092224.patch deleted file mode 100644 index 1685795..0000000 --- a/336094f43d82d83f374116862a0f568fe9092224.patch +++ /dev/null @@ -1,38 +0,0 @@ -commit 336094f43d82d83f374116862a0f568fe9092224 -Author: Bhushan Shah <bhush94@gmail.com> -Date: Mon Mar 9 21:04:09 2015 +0530 - - Fix tabbar not showing up when switching to favorites from search - - when we are in search view tabbar is not visible and immediatly - switching to favorites causes no tabbar. - - BUG: 343524 - FIXED-IN: 5.2.2 - -diff --git a/applets/kickoff/package/contents/ui/FullRepresentation.qml b/applets/kickoff/package/contents/ui/FullRepresentation.qml -index d978987..0ba18e6 100644 ---- a/applets/kickoff/package/contents/ui/FullRepresentation.qml -+++ b/applets/kickoff/package/contents/ui/FullRepresentation.qml -@@ -493,6 +493,10 @@ Item { - target: root - Keys.forwardTo: [tabBar.layout] - } -+ PropertyChanges { -+ target: tabBar -+ visible: true -+ } - }, - State { - name: "Applications" -@@ -500,6 +504,10 @@ Item { - target: root - Keys.forwardTo: [root] - } -+ PropertyChanges { -+ target: tabBar -+ visible: true -+ } - }, - State { - name: "Search" diff --git a/PKGBUILD b/PKGBUILD index 08a8448..a4fabd2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,31 +3,26 @@ # Contributor: Antonio Rojas pkgname=plasma-desktop -pkgver=5.2.1 -pkgrel=2 +pkgver=5.2.2 +pkgrel=1 pkgdesc='KDE Plasma Desktop' arch=('i686' 'x86_64') url='https://www.kde.org/workspaces/plasmadesktop/' license=('LGPL') depends=('qt5-graphicaleffects' 'powerdevil' 'polkit-kde-frameworks' 'libcanberra' 'kwin' 'libusb-compat' 'libxkbfile' 'kmenuedit' - 'systemsettings' 'ksysguard' 'breeze' 'krunner') + 'systemsettings' 'ksysguard' 'breeze') makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'baloo-frameworks') optdepends=('baloo-frameworks: system indexing' 'plasma-nm: Network manager applet') conflicts=('kdebase-workspace' 'kdebase-kdepasswd') install="${pkgname}.install" groups=('plasma') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz" - 336094f43d82d83f374116862a0f568fe9092224.patch) -md5sums=('8a9f8e2914ca6ec653565a7eeb65f91f' - 'eb6dee2f30642ac1c808e227c1b7bea4') +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz") +md5sums=('dc5e656b26d31bda9d0504b3df2a5b18') prepare() { mkdir build - - cd $pkgname-$pkgver - patch -p1 -i ../336094f43d82d83f374116862a0f568fe9092224.patch } build() {