diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-10 14:02:40 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-10 14:02:40 +0100 |
commit | bf8d5e47ebdb788735d74c8232db8ec4a724a0bb (patch) | |
tree | 807d2f70dec261ec60d7943f1d8a7cd1fc9422ab /extra/kdeplasma-addons | |
parent | 7b801d14eb78615912e7456a4654c2488bdee4d5 (diff) | |
parent | 15afd71b619115bc72670c443a6d1b75275ead0c (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/giggle/PKGBUILD
extra/kdeplasma-addons/PKGBUILD
extra/kdesdk/PKGBUILD
extra/libgusb/PKGBUILD
Diffstat (limited to 'extra/kdeplasma-addons')
-rw-r--r-- | extra/kdeplasma-addons/PKGBUILD | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/extra/kdeplasma-addons/PKGBUILD b/extra/kdeplasma-addons/PKGBUILD index 6cd96e548..ebb3d404c 100644 --- a/extra/kdeplasma-addons/PKGBUILD +++ b/extra/kdeplasma-addons/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 170053 2012-10-31 10:13:04Z andrea $ +# $Id: PKGBUILD 170660 2012-11-09 08:30:09Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> @@ -75,24 +75,18 @@ pkgname=('kdeplasma-addons-applets-bball' 'kdeplasma-addons-wallpapers-potd' 'kdeplasma-addons-wallpapers-virus' 'kdeplasma-addons-wallpapers-weather') -pkgver=4.9.2 -pkgrel=3 +pkgver=4.9.3 +pkgrel=1 arch=('i686' 'x86_64' 'mips64el') url='http://www.kde.org' license=('GPL' 'LGPL') groups=('kde' 'kdeplasma-addons') makedepends=('cmake' 'automoc4' 'kdebase-workspace' 'kdeedu-marble' 'eigen' 'scim' 'qwt' 'boost' 'libkexiv2' 'ibus' 'qoauth' 'qjson') -source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz" - 'fix-spell-crash.patch') -sha1sums=('9f6493d52beb2ed723038e60f5f9ab53beec4e44' - '1ff0e61d73a4fce8ee7f585504a129ff50405ae6') +source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz") +sha1sums=('e8b642b325acf2f7c8819e57176bbc2357cf78bd') build() { - cd ${pkgbase}-${pkgver} - patch -p1 -i "${srcdir}"/fix-spell-crash.patch - cd ../ - mkdir build cd build cmake ../${pkgbase}-${pkgver} \ |