[arch-commits] Commit in yakuake/repos/community-x86_64 (4 files)

Felix Yan fyan at nymeria.archlinux.org
Tue Jul 1 07:58:45 UTC 2014


    Date: Tuesday, July 1, 2014 @ 09:58:45
  Author: fyan
Revision: 113882

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

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

-----------------+
 PKGBUILD        |   63 +++++++++++++++++++++++++++---------------------------
 yakuake.install |   22 +++++++++---------
 2 files changed, 43 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-01 07:57:23 UTC (rev 113881)
+++ PKGBUILD	2014-07-01 07:58:45 UTC (rev 113882)
@@ -1,31 +0,0 @@
-# $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/PKGBUILD (from rev 113881, yakuake/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-01 07:58:45 UTC (rev 113882)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# 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=2
+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
+}

Deleted: yakuake.install
===================================================================
--- yakuake.install	2014-07-01 07:57:23 UTC (rev 113881)
+++ yakuake.install	2014-07-01 07:58:45 UTC (rev 113882)
@@ -1,11 +0,0 @@
-post_install() {
-    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: yakuake/repos/community-x86_64/yakuake.install (from rev 113881, yakuake/trunk/yakuake.install)
===================================================================
--- yakuake.install	                        (rev 0)
+++ yakuake.install	2014-07-01 07:58:45 UTC (rev 113882)
@@ -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