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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Tue Dec 8 18:49:13 UTC 2015


    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 <felixonmars at archlinux.org>
+# Contributor: 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=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 <felixonmars at archlinux.org>
+# Contributor: 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=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.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
+}



More information about the arch-commits mailing list