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

Antonio Rojas arojas at archlinux.org
Mon Apr 3 15:35:51 UTC 2017


    Date: Monday, April 3, 2017 @ 15:35:50
  Author: arojas
Revision: 220411

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

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

---------------------------+
 /PKGBUILD                 |   66 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   33 ----------------------
 community-x86_64/PKGBUILD |   33 ----------------------
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-04-03 15:35:15 UTC (rev 220410)
+++ community-i686/PKGBUILD	2017-04-03 15:35:50 UTC (rev 220411)
@@ -1,33 +0,0 @@
-# $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=3.0.3
-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=('konsole' 'knewstuff' 'kwayland' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python')
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz"{,.sig})
-md5sums=('f85eb541a76061012fe815e573f441f3'
-         'SKIP')
-validpgpkeys=('DA6B31C4B98A877DBB2EF9A292220328C632316E') # Eike Hein <hein at kde.org>
-
-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 220410, yakuake/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-04-03 15:35:50 UTC (rev 220411)
@@ -0,0 +1,33 @@
+# $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=3.0.4
+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=('konsole' 'knewstuff' 'kwayland' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('f8f43f2f3d99925d8853879ff1eb5826'
+         'SKIP')
+validpgpkeys=('DA6B31C4B98A877DBB2EF9A292220328C632316E') # Eike Hein <hein at kde.org>
+
+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-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-04-03 15:35:15 UTC (rev 220410)
+++ community-x86_64/PKGBUILD	2017-04-03 15:35:50 UTC (rev 220411)
@@ -1,33 +0,0 @@
-# $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=3.0.3
-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=('konsole' 'knewstuff' 'kwayland' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python')
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz"{,.sig})
-md5sums=('f85eb541a76061012fe815e573f441f3'
-         'SKIP')
-validpgpkeys=('DA6B31C4B98A877DBB2EF9A292220328C632316E') # Eike Hein <hein at kde.org>
-
-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 220410, yakuake/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-04-03 15:35:50 UTC (rev 220411)
@@ -0,0 +1,33 @@
+# $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=3.0.4
+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=('konsole' 'knewstuff' 'kwayland' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('f8f43f2f3d99925d8853879ff1eb5826'
+         'SKIP')
+validpgpkeys=('DA6B31C4B98A877DBB2EF9A292220328C632316E') # Eike Hein <hein at kde.org>
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list