summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Alvarez2016-07-30 15:01:41 +0200
committerGustavo Alvarez2016-07-30 15:01:41 +0200
commitb36272e7a42279c9cb981ae8e61296a73565d170 (patch)
tree9a1e9cc6c8ac23c20e2ef5ab6e40d9310808da65
parent66f15ac2b37ad79b1d7588d1b0dc24d99bfeb55f (diff)
downloadaur-b36272e7a42279c9cb981ae8e61296a73565d170.tar.gz
bump
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD2
-rw-r--r--yakuake-git.install12
4 files changed, 3 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f018a71b0d9e..8512c252c56b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sun Jul 3 13:06:57 UTC 2016
+# Sat Jul 30 13:01:35 UTC 2016
pkgbase = yakuake-git
pkgdesc = A drop-down terminal emulator based on KDE Konsole technology. (GIT version)
pkgver = v3.0.2.6.g87f7321
pkgrel = 1
url = https://www.kde.org/applications/system/yakuake
- install = yakuake-git.install
arch = i686
arch = x86_64
license = GPL
@@ -14,6 +13,7 @@ pkgbase = yakuake-git
makedepends = python
depends = knewstuff
depends = konsole
+ depends = kwayland
depends = hicolor-icon-theme
provides = yakuake
conflicts = yakuake
diff --git a/.gitignore b/.gitignore
index 8ec3a2a78d2c..05c6d4d4c97b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,3 @@
!.gitignore
!.SRCINFO
!PKGBUILD
-!yakuake-git.install
diff --git a/PKGBUILD b/PKGBUILD
index 141813956151..634c8b511f89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ url='https://www.kde.org/applications/system/yakuake'
license=('GPL')
depends=('knewstuff'
'konsole'
+ 'kwayland'
'hicolor-icon-theme'
)
makedepends=('extra-cmake-modules'
@@ -19,7 +20,6 @@ conflicts=('yakuake')
provides=('yakuake')
source=('git://anongit.kde.org/yakuake.git')
sha1sums=('SKIP')
-install=yakuake-git.install
pkgver() {
cd yakuake
diff --git a/yakuake-git.install b/yakuake-git.install
deleted file mode 100644
index 987eb70a1093..000000000000
--- a/yakuake-git.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-} \ No newline at end of file