[arch-commits] Commit in konversation (7 files)
Antonio Rojas
arojas at archlinux.org
Thu Apr 28 21:46:40 UTC 2016
Date: Thursday, April 28, 2016 @ 23:46:39
Author: arojas
Revision: 266610
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
konversation/kde-unstable/
konversation/repos/extra-i686/PKGBUILD
(from rev 266609, konversation/trunk/PKGBUILD)
konversation/repos/extra-x86_64/PKGBUILD
(from rev 266609, konversation/trunk/PKGBUILD)
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 | 38 +++++++++++++++++++++++++++++
/extra-x86_64/PKGBUILD | 38 +++++++++++++++++++++++++++++
repos/extra-i686/PKGBUILD | 39 ------------------------------
repos/extra-i686/konversation.install | 12 ---------
repos/extra-x86_64/PKGBUILD | 39 ------------------------------
repos/extra-x86_64/konversation.install | 12 ---------
6 files changed, 76 insertions(+), 102 deletions(-)
Deleted: repos/extra-i686/PKGBUILD
===================================================================
--- repos/extra-i686/PKGBUILD 2016-04-28 21:46:02 UTC (rev 266609)
+++ repos/extra-i686/PKGBUILD 2016-04-28 21:46:39 UTC (rev 266610)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 225717 2014-11-07 02:03:06Z foutrelis $
-# Maintainer: Tom Gundersen <teg at jklm.no>
-# Contributor: 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.6
-pkgrel=2
-pkgdesc="A user friendly IRC client for KDE"
-arch=('i686' 'x86_64')
-url="http://konversation.kde.org"
-depends=('knotifyconfig' 'kemoticons' 'kparts' 'kidletime' 'qca-qt5' 'hicolor-icon-theme')
-optdepends=('python: python scripting support')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-license=('GPL2' 'FDL')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('16e8c1969b04c0946b48a436e8825654b0029bb9')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../${pkgname}-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DLIB_INSTALL_DIR=lib \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: konversation/repos/extra-i686/PKGBUILD (from rev 266609, konversation/trunk/PKGBUILD)
===================================================================
--- repos/extra-i686/PKGBUILD (rev 0)
+++ repos/extra-i686/PKGBUILD 2016-04-28 21:46:39 UTC (rev 266610)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 225717 2014-11-07 02:03:06Z foutrelis $
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: 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.6
+pkgrel=3
+pkgdesc="A user friendly IRC client for KDE"
+arch=('i686' 'x86_64')
+url="http://konversation.kde.org"
+depends=('knotifyconfig' 'kemoticons' 'kparts' 'kidletime' 'qca-qt5' 'hicolor-icon-theme')
+optdepends=('python: python scripting support')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+license=('GPL2' 'FDL')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('16e8c1969b04c0946b48a436e8825654b0029bb9')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DKDE_INSTALL_LIBDIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Deleted: repos/extra-i686/konversation.install
===================================================================
--- repos/extra-i686/konversation.install 2016-04-28 21:46:02 UTC (rev 266609)
+++ repos/extra-i686/konversation.install 2016-04-28 21:46:39 UTC (rev 266610)
@@ -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
-}
Deleted: repos/extra-x86_64/PKGBUILD
===================================================================
--- repos/extra-x86_64/PKGBUILD 2016-04-28 21:46:02 UTC (rev 266609)
+++ repos/extra-x86_64/PKGBUILD 2016-04-28 21:46:39 UTC (rev 266610)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 225717 2014-11-07 02:03:06Z foutrelis $
-# Maintainer: Tom Gundersen <teg at jklm.no>
-# Contributor: 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.6
-pkgrel=2
-pkgdesc="A user friendly IRC client for KDE"
-arch=('i686' 'x86_64')
-url="http://konversation.kde.org"
-depends=('knotifyconfig' 'kemoticons' 'kparts' 'kidletime' 'qca-qt5' 'hicolor-icon-theme')
-optdepends=('python: python scripting support')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-license=('GPL2' 'FDL')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('16e8c1969b04c0946b48a436e8825654b0029bb9')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../${pkgname}-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DLIB_INSTALL_DIR=lib \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: konversation/repos/extra-x86_64/PKGBUILD (from rev 266609, konversation/trunk/PKGBUILD)
===================================================================
--- repos/extra-x86_64/PKGBUILD (rev 0)
+++ repos/extra-x86_64/PKGBUILD 2016-04-28 21:46:39 UTC (rev 266610)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 225717 2014-11-07 02:03:06Z foutrelis $
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: 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.6
+pkgrel=3
+pkgdesc="A user friendly IRC client for KDE"
+arch=('i686' 'x86_64')
+url="http://konversation.kde.org"
+depends=('knotifyconfig' 'kemoticons' 'kparts' 'kidletime' 'qca-qt5' 'hicolor-icon-theme')
+optdepends=('python: python scripting support')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+license=('GPL2' 'FDL')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('16e8c1969b04c0946b48a436e8825654b0029bb9')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DKDE_INSTALL_LIBDIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Deleted: repos/extra-x86_64/konversation.install
===================================================================
--- repos/extra-x86_64/konversation.install 2016-04-28 21:46:02 UTC (rev 266609)
+++ repos/extra-x86_64/konversation.install 2016-04-28 21:46:39 UTC (rev 266610)
@@ -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
-}
More information about the arch-commits
mailing list