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

Andrea Scarpino andrea at archlinux.org
Sun Feb 5 14:08:32 UTC 2012


    Date: Sunday, February 5, 2012 @ 09:08:31
  Author: andrea
Revision: 149017

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

Added:
  yakuake/repos/extra-i686/PKGBUILD
    (from rev 149016, yakuake/trunk/PKGBUILD)
  yakuake/repos/extra-i686/yakuake.install
    (from rev 149016, yakuake/trunk/yakuake.install)
  yakuake/repos/extra-x86_64/PKGBUILD
    (from rev 149016, yakuake/trunk/PKGBUILD)
  yakuake/repos/extra-x86_64/yakuake.install
    (from rev 149016, yakuake/trunk/yakuake.install)
Deleted:
  yakuake/repos/extra-i686/PKGBUILD
  yakuake/repos/extra-i686/yakuake.install
  yakuake/repos/extra-x86_64/PKGBUILD
  yakuake/repos/extra-x86_64/yakuake.install

------------------------------+
 extra-i686/PKGBUILD          |   65 ++++++++++++++++++++---------------------
 extra-i686/yakuake.install   |   22 ++++++-------
 extra-x86_64/PKGBUILD        |   65 ++++++++++++++++++++---------------------
 extra-x86_64/yakuake.install |   22 ++++++-------
 4 files changed, 86 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-02-05 14:07:52 UTC (rev 149016)
+++ extra-i686/PKGBUILD	2012-02-05 14:08:31 UTC (rev 149017)
@@ -1,33 +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.8
-pkgrel=1
-pkgdesc="A KDE konsole application with the look and feel of that in the Quake engine"
-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.bz2")
-md5sums=('a53ae52fc530912b74155a586d92a1fe')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_SKIP_RPATH=ON \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: yakuake/repos/extra-i686/PKGBUILD (from rev 149016, yakuake/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-02-05 14:08:31 UTC (rev 149017)
@@ -0,0 +1,32 @@
+# $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.8
+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.bz2")
+md5sums=('a53ae52fc530912b74155a586d92a1fe')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/yakuake.install
===================================================================
--- extra-i686/yakuake.install	2012-02-05 14:07:52 UTC (rev 149016)
+++ extra-i686/yakuake.install	2012-02-05 14:08:31 UTC (rev 149017)
@@ -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/extra-i686/yakuake.install (from rev 149016, yakuake/trunk/yakuake.install)
===================================================================
--- extra-i686/yakuake.install	                        (rev 0)
+++ extra-i686/yakuake.install	2012-02-05 14:08:31 UTC (rev 149017)
@@ -0,0 +1,11 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-02-05 14:07:52 UTC (rev 149016)
+++ extra-x86_64/PKGBUILD	2012-02-05 14:08:31 UTC (rev 149017)
@@ -1,33 +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.8
-pkgrel=1
-pkgdesc="A KDE konsole application with the look and feel of that in the Quake engine"
-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.bz2")
-md5sums=('a53ae52fc530912b74155a586d92a1fe')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_SKIP_RPATH=ON \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: yakuake/repos/extra-x86_64/PKGBUILD (from rev 149016, yakuake/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-02-05 14:08:31 UTC (rev 149017)
@@ -0,0 +1,32 @@
+# $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.8
+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.bz2")
+md5sums=('a53ae52fc530912b74155a586d92a1fe')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/yakuake.install
===================================================================
--- extra-x86_64/yakuake.install	2012-02-05 14:07:52 UTC (rev 149016)
+++ extra-x86_64/yakuake.install	2012-02-05 14:08:31 UTC (rev 149017)
@@ -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/extra-x86_64/yakuake.install (from rev 149016, yakuake/trunk/yakuake.install)
===================================================================
--- extra-x86_64/yakuake.install	                        (rev 0)
+++ extra-x86_64/yakuake.install	2012-02-05 14:08:31 UTC (rev 149017)
@@ -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