[arch-commits] Commit in yakuake/repos (6 files)

2016-04-27 Thread Felix Yan
Date: Wednesday, April 27, 2016 @ 19:56:25
  Author: fyan
Revision: 172133

archrelease: copy trunk to community-i686, community-x86_64

Added:
  yakuake/repos/community-i686/PKGBUILD
(from rev 172132, yakuake/trunk/PKGBUILD)
  yakuake/repos/community-x86_64/PKGBUILD
(from rev 172132, yakuake/trunk/PKGBUILD)
Deleted:
  yakuake/repos/community-i686/PKGBUILD
  yakuake/repos/community-i686/yakuake.install
  yakuake/repos/community-x86_64/PKGBUILD
  yakuake/repos/community-x86_64/yakuake.install

--+
 /PKGBUILD|   62 +
 community-i686/PKGBUILD  |   32 ---
 community-i686/yakuake.install   |   11 --
 community-x86_64/PKGBUILD|   32 ---
 community-x86_64/yakuake.install |   11 --
 5 files changed, 62 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-27 17:55:27 UTC (rev 172132)
+++ community-i686/PKGBUILD 2016-04-27 17:56:25 UTC (rev 172133)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: James Rayner 
-# Contributor: leeghoofd 
-
-pkgname=yakuake
-pkgver=3.0.2
-pkgrel=2
-pkgdesc="A drop-down terminal emulator based on KDE konsole technology"
-arch=('i686' 'x86_64')
-url='http://yakuake.kde.org/'
-license=('GPL')
-depends=('konsole' 'knewstuff')
-makedepends=('extra-cmake-modules')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('6c5eaea40770283078dad6fa288615c5')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: yakuake/repos/community-i686/PKGBUILD (from rev 172132, 
yakuake/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-27 17:56:25 UTC (rev 172133)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: James Rayner 
+# Contributor: leeghoofd 
+
+pkgname=yakuake
+pkgver=3.0.2
+pkgrel=3
+pkgdesc="A drop-down terminal emulator based on KDE konsole technology"
+arch=('i686' 'x86_64')
+url='http://yakuake.kde.org/'
+license=('GPL')
+depends=('konsole' 'knewstuff')
+makedepends=('extra-cmake-modules' 'python')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('6c5eaea40770283078dad6fa288615c5')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/yakuake.install
===
--- community-i686/yakuake.install  2016-04-27 17:55:27 UTC (rev 172132)
+++ community-i686/yakuake.install  2016-04-27 17:56:25 UTC (rev 172133)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-27 17:55:27 UTC (rev 172132)
+++ community-x86_64/PKGBUILD   2016-04-27 17:56:25 UTC (rev 172133)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: James Rayner 
-# Contributor: leeghoofd 
-
-pkgname=yakuake
-pkgver=3.0.2
-pkgrel=2
-pkgdesc="A drop-down terminal emulator based on KDE konsole technology"
-arch=('i686' 'x86_64')
-url='http://yakuake.kde.org/'
-license=('GPL')
-depends=('konsole' 'knewstuff')
-makedepends=('extra-cmake-modules')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('6c5eaea40770283078dad6fa288615c5')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: yakuake/repos/community-x86_64/PKGBUILD (from rev 172132, 
yakuake/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-27 

[arch-commits] Commit in yakuake/repos (6 files)

2015-12-08 Thread Bartłomiej Piotrowski
Date: Tuesday, December 8, 2015 @ 19:49:13
  Author: bpiotrowski
Revision: 150361

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  yakuake/repos/community-staging-i686/
  yakuake/repos/community-staging-i686/PKGBUILD
(from rev 150360, yakuake/trunk/PKGBUILD)
  yakuake/repos/community-staging-i686/yakuake.install
(from rev 150360, yakuake/trunk/yakuake.install)
  yakuake/repos/community-staging-x86_64/
  yakuake/repos/community-staging-x86_64/PKGBUILD
(from rev 150360, yakuake/trunk/PKGBUILD)
  yakuake/repos/community-staging-x86_64/yakuake.install
(from rev 150360, yakuake/trunk/yakuake.install)

--+
 community-staging-i686/PKGBUILD  |   32 +
 community-staging-i686/yakuake.install   |   11 +
 community-staging-x86_64/PKGBUILD|   32 +
 community-staging-x86_64/yakuake.install |   11 +
 4 files changed, 86 insertions(+)

Copied: yakuake/repos/community-staging-i686/PKGBUILD (from rev 150360, 
yakuake/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-08 18:49:13 UTC (rev 150361)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: James Rayner 
+# Contributor: leeghoofd 
+
+pkgname=yakuake
+pkgver=2.9.9
+pkgrel=5
+pkgdesc="A drop-down terminal emulator based on KDE konsole technology"
+arch=('i686' 'x86_64')
+url='http://yakuake.kde.org/'
+license=('GPL')
+depends=('konsolepart4')
+makedepends=('cmake' 'automoc4')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('ef97612710b28d62e43a58bed49cbead')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: yakuake/repos/community-staging-i686/yakuake.install (from rev 150360, 
yakuake/trunk/yakuake.install)
===
--- community-staging-i686/yakuake.install  (rev 0)
+++ community-staging-i686/yakuake.install  2015-12-08 18:49:13 UTC (rev 
150361)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: yakuake/repos/community-staging-x86_64/PKGBUILD (from rev 150360, 
yakuake/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-08 18:49:13 UTC (rev 150361)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: James Rayner 
+# Contributor: leeghoofd 
+
+pkgname=yakuake
+pkgver=2.9.9
+pkgrel=5
+pkgdesc="A drop-down terminal emulator based on KDE konsole technology"
+arch=('i686' 'x86_64')
+url='http://yakuake.kde.org/'
+license=('GPL')
+depends=('konsolepart4')
+makedepends=('cmake' 'automoc4')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('ef97612710b28d62e43a58bed49cbead')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: yakuake/repos/community-staging-x86_64/yakuake.install (from rev 
150360, yakuake/trunk/yakuake.install)
===
--- community-staging-x86_64/yakuake.install(rev 0)
+++ community-staging-x86_64/yakuake.install2015-12-08 18:49:13 UTC (rev 
150361)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


[arch-commits] Commit in yakuake/repos (6 files)

2015-01-16 Thread Felix Yan
Date: Friday, January 16, 2015 @ 16:18:54
  Author: fyan
Revision: 125992

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  yakuake/repos/community-testing-i686/
  yakuake/repos/community-testing-i686/PKGBUILD
(from rev 125991, yakuake/trunk/PKGBUILD)
  yakuake/repos/community-testing-i686/yakuake.install
(from rev 125991, yakuake/trunk/yakuake.install)
  yakuake/repos/community-testing-x86_64/
  yakuake/repos/community-testing-x86_64/PKGBUILD
(from rev 125991, yakuake/trunk/PKGBUILD)
  yakuake/repos/community-testing-x86_64/yakuake.install
(from rev 125991, yakuake/trunk/yakuake.install)

--+
 community-testing-i686/PKGBUILD  |   32 +
 community-testing-i686/yakuake.install   |   11 +
 community-testing-x86_64/PKGBUILD|   32 +
 community-testing-x86_64/yakuake.install |   11 +
 4 files changed, 86 insertions(+)

Copied: yakuake/repos/community-testing-i686/PKGBUILD (from rev 125991, 
yakuake/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-01-16 15:18:54 UTC (rev 125992)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: James Rayner iphi...@gmail.com
+# Contributor: leeghoofd abcd...@solcon.nl
+
+pkgname=yakuake
+pkgver=2.9.9
+pkgrel=4
+pkgdesc=A drop-down terminal emulator based on KDE konsole technology
+arch=('i686' 'x86_64')
+url='http://yakuake.kde.org/'
+license=('GPL')
+depends=('konsolepart4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('ef97612710b28d62e43a58bed49cbead')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: yakuake/repos/community-testing-i686/yakuake.install (from rev 125991, 
yakuake/trunk/yakuake.install)
===
--- community-testing-i686/yakuake.install  (rev 0)
+++ community-testing-i686/yakuake.install  2015-01-16 15:18:54 UTC (rev 
125992)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: yakuake/repos/community-testing-x86_64/PKGBUILD (from rev 125991, 
yakuake/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-01-16 15:18:54 UTC (rev 125992)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: James Rayner iphi...@gmail.com
+# Contributor: leeghoofd abcd...@solcon.nl
+
+pkgname=yakuake
+pkgver=2.9.9
+pkgrel=4
+pkgdesc=A drop-down terminal emulator based on KDE konsole technology
+arch=('i686' 'x86_64')
+url='http://yakuake.kde.org/'
+license=('GPL')
+depends=('konsolepart4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('ef97612710b28d62e43a58bed49cbead')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: yakuake/repos/community-testing-x86_64/yakuake.install (from rev 
125991, yakuake/trunk/yakuake.install)
===
--- community-testing-x86_64/yakuake.install(rev 0)
+++ community-testing-x86_64/yakuake.install2015-01-16 15:18:54 UTC (rev 
125992)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


[arch-commits] Commit in yakuake/repos (6 files)

2014-09-27 Thread Felix Yan
Date: Sunday, September 28, 2014 @ 06:42:28
  Author: fyan
Revision: 119675

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  yakuake/repos/community-staging-i686/
  yakuake/repos/community-staging-i686/PKGBUILD
(from rev 119674, yakuake/trunk/PKGBUILD)
  yakuake/repos/community-staging-i686/yakuake.install
(from rev 119674, yakuake/trunk/yakuake.install)
  yakuake/repos/community-staging-x86_64/
  yakuake/repos/community-staging-x86_64/PKGBUILD
(from rev 119674, yakuake/trunk/PKGBUILD)
  yakuake/repos/community-staging-x86_64/yakuake.install
(from rev 119674, yakuake/trunk/yakuake.install)

--+
 community-staging-i686/PKGBUILD  |   32 +
 community-staging-i686/yakuake.install   |   11 +
 community-staging-x86_64/PKGBUILD|   32 +
 community-staging-x86_64/yakuake.install |   11 +
 4 files changed, 86 insertions(+)

Copied: yakuake/repos/community-staging-i686/PKGBUILD (from rev 119674, 
yakuake/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-09-28 04:42:28 UTC (rev 119675)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: James Rayner iphi...@gmail.com
+# Contributor: leeghoofd abcd...@solcon.nl
+
+pkgname=yakuake
+pkgver=2.9.9
+pkgrel=3
+pkgdesc=A drop-down terminal emulator based on KDE konsole technology
+arch=('i686' 'x86_64')
+url='http://yakuake.kde.org/'
+license=('GPL')
+depends=('kdebase-konsole')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('ef97612710b28d62e43a58bed49cbead')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: yakuake/repos/community-staging-i686/yakuake.install (from rev 119674, 
yakuake/trunk/yakuake.install)
===
--- community-staging-i686/yakuake.install  (rev 0)
+++ community-staging-i686/yakuake.install  2014-09-28 04:42:28 UTC (rev 
119675)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: yakuake/repos/community-staging-x86_64/PKGBUILD (from rev 119674, 
yakuake/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-09-28 04:42:28 UTC (rev 119675)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: James Rayner iphi...@gmail.com
+# Contributor: leeghoofd abcd...@solcon.nl
+
+pkgname=yakuake
+pkgver=2.9.9
+pkgrel=3
+pkgdesc=A drop-down terminal emulator based on KDE konsole technology
+arch=('i686' 'x86_64')
+url='http://yakuake.kde.org/'
+license=('GPL')
+depends=('kdebase-konsole')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('ef97612710b28d62e43a58bed49cbead')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: yakuake/repos/community-staging-x86_64/yakuake.install (from rev 
119674, yakuake/trunk/yakuake.install)
===
--- community-staging-x86_64/yakuake.install(rev 0)
+++ community-staging-x86_64/yakuake.install2014-09-28 04:42:28 UTC (rev 
119675)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


[arch-commits] Commit in yakuake/repos (6 files)

2014-04-13 Thread Andrea Scarpino
Date: Sunday, April 13, 2014 @ 14:27:19
  Author: andrea
Revision: 109331

archrelease: copy trunk to community-i686, community-x86_64

Added:
  yakuake/repos/community-i686/
  yakuake/repos/community-i686/PKGBUILD
(from rev 109330, yakuake/trunk/PKGBUILD)
  yakuake/repos/community-i686/yakuake.install
(from rev 109330, yakuake/trunk/yakuake.install)
  yakuake/repos/community-x86_64/
  yakuake/repos/community-x86_64/PKGBUILD
(from rev 109330, yakuake/trunk/PKGBUILD)
  yakuake/repos/community-x86_64/yakuake.install
(from rev 109330, yakuake/trunk/yakuake.install)

--+
 community-i686/PKGBUILD  |   31 +++
 community-i686/yakuake.install   |   11 +++
 community-x86_64/PKGBUILD|   31 +++
 community-x86_64/yakuake.install |   11 +++
 4 files changed, 84 insertions(+)

Copied: yakuake/repos/community-i686/PKGBUILD (from rev 109330, 
yakuake/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-13 12:27:19 UTC (rev 109331)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: James Rayner iphi...@gmail.com
+# Contributor: leeghoofd abcd...@solcon.nl
+
+pkgname=yakuake
+pkgver=2.9.9
+pkgrel=1
+pkgdesc=A drop-down terminal emulator based on KDE konsole technology
+arch=('i686' 'x86_64')
+url='http://yakuake.kde.org/'
+license=('GPL')
+depends=('kdebase-konsole')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('ef97612710b28d62e43a58bed49cbead')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: yakuake/repos/community-i686/yakuake.install (from rev 109330, 
yakuake/trunk/yakuake.install)
===
--- community-i686/yakuake.install  (rev 0)
+++ community-i686/yakuake.install  2014-04-13 12:27:19 UTC (rev 109331)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: yakuake/repos/community-x86_64/PKGBUILD (from rev 109330, 
yakuake/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-04-13 12:27:19 UTC (rev 109331)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: James Rayner iphi...@gmail.com
+# Contributor: leeghoofd abcd...@solcon.nl
+
+pkgname=yakuake
+pkgver=2.9.9
+pkgrel=1
+pkgdesc=A drop-down terminal emulator based on KDE konsole technology
+arch=('i686' 'x86_64')
+url='http://yakuake.kde.org/'
+license=('GPL')
+depends=('kdebase-konsole')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('ef97612710b28d62e43a58bed49cbead')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: yakuake/repos/community-x86_64/yakuake.install (from rev 109330, 
yakuake/trunk/yakuake.install)
===
--- community-x86_64/yakuake.install(rev 0)
+++ community-x86_64/yakuake.install2014-04-13 12:27:19 UTC (rev 109331)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}