summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorleaeasy2018-04-23 10:57:39 +0800
committerleaeasy2018-04-23 11:00:08 +0800
commitbfcaa16c8f8c923f0a36836eaf01f244726e09bc (patch)
tree60bf7da45febecbe8c691d2a4310fcfb53149f25 /PKGBUILD
parente37fabe7d3b2d1de8ab6ed371c2fc3cac68d0bc3 (diff)
downloadaur-konsole-blurry.tar.gz
update 18.04.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 10 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 26e932bc4e54..0fd66e8fc58f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=konsole-blurry
_pkgname=konsole
-pkgver=16.12.2
+pkgver=18.04.0
pkgrel=1
arch=('i686' 'x86_64')
url='http://kde.org/applications/system/konsole/'
@@ -17,14 +17,20 @@ optdepends=('kdebase-keditbookmarks: to manage bookmarks')
replaces=('kdebase-konsole')
conflicts=('kdebase-konsole<4.14.3-2')
source=("http://download.kde.org/stable/applications/${pkgver}/src/konsole-${pkgver}.tar.xz"
- "0001-add-blur-effect-when-set-transparency.patch")
-sha1sums=('d889147f592bcdd40576756a4ba3a861807cee24'
- 'b3f8b444181e8e6f60d15d160375c26804429e9b')
+ "0001-add-blur-effect-when-set-transparency.patch"
+ "0002-add-rainbows-support.patch"
+ "0003-fix-qttab-default-style.patch")
+sha1sums=('b7b3ef35d3575d6a544e8b9f8a3f37d201f6f77c'
+ 'c130165b09c0fe1b7ec81342ab6d33576a67e82b'
+ '7eaa9b5a47e7d824283481c8c6262b6b78295813'
+ '78348b2a4c2c2e9dc5d97b06d7f99c52aff1c9a8')
prepare() {
mkdir -p build
cd ${srcdir}/$_pkgname-$pkgver
patch -Np1 -i ${srcdir}/0001-add-blur-effect-when-set-transparency.patch
+ patch -Np1 -i ${srcdir}/0002-add-rainbows-support.patch
+ patch -Np1 -i ${srcdir}/0003-fix-qttab-default-style.patch
}
build() {