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

Stéphane Gaudreault stephane at archlinux.org
Thu Nov 1 18:41:11 UTC 2012


    Date: Thursday, November 1, 2012 @ 14:41:11
  Author: stephane
Revision: 170102

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

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

-----------------------------------+
 extra-i686/PKGBUILD               |   83 ++++++++++++++++++------------------
 extra-i686/konversation.install   |   24 +++++-----
 extra-x86_64/PKGBUILD             |   83 ++++++++++++++++++------------------
 extra-x86_64/konversation.install |   24 +++++-----
 4 files changed, 108 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-11-01 18:41:00 UTC (rev 170101)
+++ extra-i686/PKGBUILD	2012-11-01 18:41:11 UTC (rev 170102)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: James Rayner <iphitus at gmail.com>
-# Contributor: Sergio Jovani Guzman <moret at paretux.org>
-
-pkgname=konversation
-pkgver=1.4
-pkgrel=3
-pkgdesc="A user friendly IRC client for KDE"
-arch=('i686' 'x86_64')
-url="http://konversation.kde.org"
-depends=('kdebase-runtime' 'kdepimlibs')
-makedepends=('automoc4' 'cmake' 'pkgconfig' 'docbook-xml')
-optdepends=('python: python scripting support')
-license=('GPL2' 'FDL')
-install=${pkgname}.install
-options=('!makeflags')
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('90741721f68a02d4345b9006a8ae53bc49ef3777')
-
-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
-  
-  # Remove a bunch of symlinks pointing to non-existant files
-  for _lang in pt_BR uk sv et de en nl; do
-     rm "${pkgdir}"/usr/share/doc/kde/html/${_lang}/konversation/common
-  done
-}

Copied: konversation/repos/extra-i686/PKGBUILD (from rev 170101, konversation/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-11-01 18:41:11 UTC (rev 170102)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: James Rayner <iphitus at gmail.com>
+# Contributor: Sergio Jovani Guzman <moret at paretux.org>
+
+pkgname=konversation
+pkgver=1.4
+pkgrel=4
+pkgdesc="A user friendly IRC client for KDE"
+arch=('i686' 'x86_64')
+url="http://konversation.kde.org"
+depends=('kdebase-runtime' 'kdepimlibs')
+makedepends=('automoc4' 'cmake' 'pkgconfig' 'docbook-xml')
+optdepends=('python: python scripting support'
+            'kdebase-konsole: open a terminal in konversation')
+license=('GPL2' 'FDL')
+install=${pkgname}.install
+options=('!makeflags')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('90741721f68a02d4345b9006a8ae53bc49ef3777')
+
+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
+  
+  # Remove a bunch of symlinks pointing to non-existant files
+  for _lang in pt_BR uk sv et de en nl; do
+     rm "${pkgdir}"/usr/share/doc/kde/html/${_lang}/konversation/common
+  done
+}

Deleted: extra-i686/konversation.install
===================================================================
--- extra-i686/konversation.install	2012-11-01 18:41:00 UTC (rev 170101)
+++ extra-i686/konversation.install	2012-11-01 18:41:11 UTC (rev 170102)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-   update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: konversation/repos/extra-i686/konversation.install (from rev 170101, konversation/trunk/konversation.install)
===================================================================
--- extra-i686/konversation.install	                        (rev 0)
+++ extra-i686/konversation.install	2012-11-01 18:41:11 UTC (rev 170102)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-11-01 18:41:00 UTC (rev 170101)
+++ extra-x86_64/PKGBUILD	2012-11-01 18:41:11 UTC (rev 170102)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: James Rayner <iphitus at gmail.com>
-# Contributor: Sergio Jovani Guzman <moret at paretux.org>
-
-pkgname=konversation
-pkgver=1.4
-pkgrel=3
-pkgdesc="A user friendly IRC client for KDE"
-arch=('i686' 'x86_64')
-url="http://konversation.kde.org"
-depends=('kdebase-runtime' 'kdepimlibs')
-makedepends=('automoc4' 'cmake' 'pkgconfig' 'docbook-xml')
-optdepends=('python: python scripting support')
-license=('GPL2' 'FDL')
-install=${pkgname}.install
-options=('!makeflags')
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('90741721f68a02d4345b9006a8ae53bc49ef3777')
-
-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
-  
-  # Remove a bunch of symlinks pointing to non-existant files
-  for _lang in pt_BR uk sv et de en nl; do
-     rm "${pkgdir}"/usr/share/doc/kde/html/${_lang}/konversation/common
-  done
-}

Copied: konversation/repos/extra-x86_64/PKGBUILD (from rev 170101, konversation/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-11-01 18:41:11 UTC (rev 170102)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: James Rayner <iphitus at gmail.com>
+# Contributor: Sergio Jovani Guzman <moret at paretux.org>
+
+pkgname=konversation
+pkgver=1.4
+pkgrel=4
+pkgdesc="A user friendly IRC client for KDE"
+arch=('i686' 'x86_64')
+url="http://konversation.kde.org"
+depends=('kdebase-runtime' 'kdepimlibs')
+makedepends=('automoc4' 'cmake' 'pkgconfig' 'docbook-xml')
+optdepends=('python: python scripting support'
+            'kdebase-konsole: open a terminal in konversation')
+license=('GPL2' 'FDL')
+install=${pkgname}.install
+options=('!makeflags')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('90741721f68a02d4345b9006a8ae53bc49ef3777')
+
+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
+  
+  # Remove a bunch of symlinks pointing to non-existant files
+  for _lang in pt_BR uk sv et de en nl; do
+     rm "${pkgdir}"/usr/share/doc/kde/html/${_lang}/konversation/common
+  done
+}

Deleted: extra-x86_64/konversation.install
===================================================================
--- extra-x86_64/konversation.install	2012-11-01 18:41:00 UTC (rev 170101)
+++ extra-x86_64/konversation.install	2012-11-01 18:41:11 UTC (rev 170102)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-   update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: konversation/repos/extra-x86_64/konversation.install (from rev 170101, konversation/trunk/konversation.install)
===================================================================
--- extra-x86_64/konversation.install	                        (rev 0)
+++ extra-x86_64/konversation.install	2012-11-01 18:41:11 UTC (rev 170102)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}




More information about the arch-commits mailing list