[arch-commits] Commit in konversation/repos (8 files)
Stéphane Gaudreault
stephane at archlinux.org
Sun Oct 14 00:39:35 UTC 2012
Date: Saturday, October 13, 2012 @ 20:39:34
Author: stephane
Revision: 168681
archrelease: copy trunk to staging-i686, staging-x86_64
Added:
konversation/repos/staging-i686/PKGBUILD
(from rev 168680, konversation/trunk/PKGBUILD)
konversation/repos/staging-i686/konversation.install
(from rev 168680, konversation/trunk/konversation.install)
konversation/repos/staging-x86_64/PKGBUILD
(from rev 168680, konversation/trunk/PKGBUILD)
konversation/repos/staging-x86_64/konversation.install
(from rev 168680, konversation/trunk/konversation.install)
Deleted:
konversation/repos/staging-i686/PKGBUILD
konversation/repos/staging-i686/konversation.install
konversation/repos/staging-x86_64/PKGBUILD
konversation/repos/staging-x86_64/konversation.install
-------------------------------------+
staging-i686/PKGBUILD | 81 +++++++++++++++++-----------------
staging-i686/konversation.install | 24 +++++-----
staging-x86_64/PKGBUILD | 81 +++++++++++++++++-----------------
staging-x86_64/konversation.install | 24 +++++-----
4 files changed, 106 insertions(+), 104 deletions(-)
Deleted: staging-i686/PKGBUILD
===================================================================
--- staging-i686/PKGBUILD 2012-10-14 00:39:21 UTC (rev 168680)
+++ staging-i686/PKGBUILD 2012-10-14 00:39:34 UTC (rev 168681)
@@ -1,40 +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=2
-pkgdesc="A user friendly IRC client for KDE"
-arch=('i686' 'x86_64')
-url="http://konversation.kde.org"
-depends=('kdebase-runtime' 'kdepimlibs' 'python')
-makedepends=('automoc4' 'cmake' 'pkgconfig' 'docbook-xml')
-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/staging-i686/PKGBUILD (from rev 168680, konversation/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD (rev 0)
+++ staging-i686/PKGBUILD 2012-10-14 00:39:34 UTC (rev 168681)
@@ -0,0 +1,41 @@
+# $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
+}
Deleted: staging-i686/konversation.install
===================================================================
--- staging-i686/konversation.install 2012-10-14 00:39:21 UTC (rev 168680)
+++ staging-i686/konversation.install 2012-10-14 00:39:34 UTC (rev 168681)
@@ -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/staging-i686/konversation.install (from rev 168680, konversation/trunk/konversation.install)
===================================================================
--- staging-i686/konversation.install (rev 0)
+++ staging-i686/konversation.install 2012-10-14 00:39:34 UTC (rev 168681)
@@ -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: staging-x86_64/PKGBUILD
===================================================================
--- staging-x86_64/PKGBUILD 2012-10-14 00:39:21 UTC (rev 168680)
+++ staging-x86_64/PKGBUILD 2012-10-14 00:39:34 UTC (rev 168681)
@@ -1,40 +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=2
-pkgdesc="A user friendly IRC client for KDE"
-arch=('i686' 'x86_64')
-url="http://konversation.kde.org"
-depends=('kdebase-runtime' 'kdepimlibs' 'python')
-makedepends=('automoc4' 'cmake' 'pkgconfig' 'docbook-xml')
-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/staging-x86_64/PKGBUILD (from rev 168680, konversation/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-10-14 00:39:34 UTC (rev 168681)
@@ -0,0 +1,41 @@
+# $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
+}
Deleted: staging-x86_64/konversation.install
===================================================================
--- staging-x86_64/konversation.install 2012-10-14 00:39:21 UTC (rev 168680)
+++ staging-x86_64/konversation.install 2012-10-14 00:39:34 UTC (rev 168681)
@@ -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/staging-x86_64/konversation.install (from rev 168680, konversation/trunk/konversation.install)
===================================================================
--- staging-x86_64/konversation.install (rev 0)
+++ staging-x86_64/konversation.install 2012-10-14 00:39:34 UTC (rev 168681)
@@ -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