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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Tue Dec 8 11:47:59 UTC 2015


    Date: Tuesday, December 8, 2015 @ 12:47:59
  Author: bpiotrowski
Revision: 253713

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

Added:
  konversation/repos/staging-i686/
  konversation/repos/staging-i686/PKGBUILD
    (from rev 253712, konversation/trunk/PKGBUILD)
  konversation/repos/staging-i686/konversation.install
    (from rev 253712, konversation/trunk/konversation.install)
  konversation/repos/staging-x86_64/
  konversation/repos/staging-x86_64/PKGBUILD
    (from rev 253712, konversation/trunk/PKGBUILD)
  konversation/repos/staging-x86_64/konversation.install
    (from rev 253712, konversation/trunk/konversation.install)

-------------------------------------+
 staging-i686/PKGBUILD               |   39 ++++++++++++++++++++++++++++++++++
 staging-i686/konversation.install   |   12 ++++++++++
 staging-x86_64/PKGBUILD             |   39 ++++++++++++++++++++++++++++++++++
 staging-x86_64/konversation.install |   12 ++++++++++
 4 files changed, 102 insertions(+)

Copied: konversation/repos/staging-i686/PKGBUILD (from rev 253712, konversation/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-12-08 11:47:59 UTC (rev 253713)
@@ -0,0 +1,39 @@
+# $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/staging-i686/konversation.install (from rev 253712, konversation/trunk/konversation.install)
===================================================================
--- staging-i686/konversation.install	                        (rev 0)
+++ staging-i686/konversation.install	2015-12-08 11:47:59 UTC (rev 253713)
@@ -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
+}

Copied: konversation/repos/staging-x86_64/PKGBUILD (from rev 253712, konversation/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-12-08 11:47:59 UTC (rev 253713)
@@ -0,0 +1,39 @@
+# $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/staging-x86_64/konversation.install (from rev 253712, konversation/trunk/konversation.install)
===================================================================
--- staging-x86_64/konversation.install	                        (rev 0)
+++ staging-x86_64/konversation.install	2015-12-08 11:47:59 UTC (rev 253713)
@@ -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