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

Felix Yan fyan at archlinux.org
Fri Mar 4 14:19:23 UTC 2016


    Date: Friday, March 4, 2016 @ 15:19:23
  Author: fyan
Revision: 164787

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

Added:
  yakuake/repos/community-i686/PKGBUILD
    (from rev 164786, yakuake/trunk/PKGBUILD)
  yakuake/repos/community-i686/yakuake.install
    (from rev 164786, yakuake/trunk/yakuake.install)
  yakuake/repos/community-x86_64/PKGBUILD
    (from rev 164786, yakuake/trunk/PKGBUILD)
  yakuake/repos/community-x86_64/yakuake.install
    (from rev 164786, yakuake/trunk/yakuake.install)
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                        |   64 +++++++++++++++++++++++++++++++++++++
 /yakuake.install                 |   22 ++++++++++++
 community-i686/PKGBUILD          |   32 ------------------
 community-i686/yakuake.install   |   11 ------
 community-x86_64/PKGBUILD        |   32 ------------------
 community-x86_64/yakuake.install |   11 ------
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-03-04 14:18:54 UTC (rev 164786)
+++ community-i686/PKGBUILD	2016-03-04 14:19:23 UTC (rev 164787)
@@ -1,32 +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.2
-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=('knotifyconfig' 'knewstuff' 'kparts')
-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 164786, yakuake/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-03-04 14:19:23 UTC (rev 164787)
@@ -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=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
+}

Deleted: community-i686/yakuake.install
===================================================================
--- community-i686/yakuake.install	2016-03-04 14:18:54 UTC (rev 164786)
+++ community-i686/yakuake.install	2016-03-04 14:19:23 UTC (rev 164787)
@@ -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-i686/yakuake.install (from rev 164786, yakuake/trunk/yakuake.install)
===================================================================
--- community-i686/yakuake.install	                        (rev 0)
+++ community-i686/yakuake.install	2016-03-04 14:19:23 UTC (rev 164787)
@@ -0,0 +1,11 @@
+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-03-04 14:18:54 UTC (rev 164786)
+++ community-x86_64/PKGBUILD	2016-03-04 14:19:23 UTC (rev 164787)
@@ -1,32 +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.2
-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=('knotifyconfig' 'knewstuff' 'kparts')
-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 164786, yakuake/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-03-04 14:19:23 UTC (rev 164787)
@@ -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=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
+}

Deleted: community-x86_64/yakuake.install
===================================================================
--- community-x86_64/yakuake.install	2016-03-04 14:18:54 UTC (rev 164786)
+++ community-x86_64/yakuake.install	2016-03-04 14:19:23 UTC (rev 164787)
@@ -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 164786, yakuake/trunk/yakuake.install)
===================================================================
--- community-x86_64/yakuake.install	                        (rev 0)
+++ community-x86_64/yakuake.install	2016-03-04 14:19:23 UTC (rev 164787)
@@ -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