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

Andrea Scarpino andrea at nymeria.archlinux.org
Sun Apr 13 12:27:19 UTC 2014


    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 <andrea at archlinux.org>
+# Contributor: James Rayner <iphitus at gmail.com>
+# Contributor: leeghoofd <abcdefg at 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 <andrea at archlinux.org>
+# Contributor: James Rayner <iphitus at gmail.com>
+# Contributor: leeghoofd <abcdefg at 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.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
+}




More information about the arch-commits mailing list