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

2015-03-16 Thread Antonio Rojas
Date: Monday, March 16, 2015 @ 23:23:47
  Author: arojas
Revision: 233961

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  konversation/repos/kde-unstable-i686/
  konversation/repos/kde-unstable-i686/PKGBUILD
(from rev 233960, konversation/kde-unstable/PKGBUILD)
  konversation/repos/kde-unstable-i686/konversation.install
(from rev 233960, konversation/kde-unstable/konversation.install)
  konversation/repos/kde-unstable-i686/qca-qt5.patch
(from rev 233960, konversation/kde-unstable/qca-qt5.patch)
  konversation/repos/kde-unstable-x86_64/
  konversation/repos/kde-unstable-x86_64/PKGBUILD
(from rev 233960, konversation/kde-unstable/PKGBUILD)
  konversation/repos/kde-unstable-x86_64/konversation.install
(from rev 233960, konversation/kde-unstable/konversation.install)
  konversation/repos/kde-unstable-x86_64/qca-qt5.patch
(from rev 233960, konversation/kde-unstable/qca-qt5.patch)

--+
 kde-unstable-i686/PKGBUILD   |   45 
 kde-unstable-i686/konversation.install   |   12 +
 kde-unstable-i686/qca-qt5.patch  |   65 +
 kde-unstable-x86_64/PKGBUILD |   45 
 kde-unstable-x86_64/konversation.install |   12 +
 kde-unstable-x86_64/qca-qt5.patch|   65 +
 6 files changed, 244 insertions(+)

Copied: konversation/repos/kde-unstable-i686/PKGBUILD (from rev 233960, 
konversation/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-16 22:23:47 UTC (rev 233961)
@@ -0,0 +1,45 @@
+# $Id: PKGBUILD 225717 2014-11-07 02:03:06Z foutrelis $
+# Maintainer: Tom Gundersen 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Andrea Scarpino 
+# Contributor: James Rayner 
+# Contributor: Sergio Jovani Guzman 
+
+pkgname=konversation
+pkgver=1.6beta1
+_pkgver=1.6-beta1
+pkgrel=1
+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=('git' 'extra-cmake-modules' 'kdoctools' 'python')
+license=('GPL2' 'FDL')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgname}/${_pkgver}/src/${pkgname}-${_pkgver}.tar.xz";
 'qca-qt5.patch')
+sha1sums=('564bdc092cbdce1c0a9cf1e5362d4956c059c6f3'
+  '500739fc7d66aa812909e3fc805b363f50c971dd')
+
+prepare() {
+  mkdir -p build
+
+# fix linking to Qca
+  cd $pkgname-$_pkgver
+  patch -p1 -i "$srcdir"/qca-qt5.patch
+}
+
+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/kde-unstable-i686/konversation.install (from rev 
233960, konversation/kde-unstable/konversation.install)
===
--- kde-unstable-i686/konversation.install  (rev 0)
+++ kde-unstable-i686/konversation.install  2015-03-16 22:23:47 UTC (rev 
233961)
@@ -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/kde-unstable-i686/qca-qt5.patch (from rev 233960, 
konversation/kde-unstable/qca-qt5.patch)
===
--- kde-unstable-i686/qca-qt5.patch (rev 0)
+++ kde-unstable-i686/qca-qt5.patch 2015-03-16 22:23:47 UTC (rev 233961)
@@ -0,0 +1,65 @@
+From: Harald Sitter 
+Date: Tue, 13 Jan 2015 12:45:02 +
+Subject: use co-installable qca-qt5 version
+X-Git-Url: 
http://quickgit.kde.org/?p=konversation.git&a=commitdiff&h=3aa918b5e3ac0f90a76d55c2bab12fafcbb1279b
+---
+use co-installable qca-qt5 version
+
+REVIEW: 122031
+---
+
+
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -44,9 +44,9 @@
+ find_package(Phonon4Qt5 4.6.60 REQUIRED)
+ include_directories(${PHONON_INCLUDES})
+ 
+-find_package(Qca 2.1.0)
+-set_package_properties(Qca PROPERTIES DESCRIPTION "Support for encryption"
+-   URL "http://delta.affinix.com/qca";
++find_package(Qca-qt5 2.1.0)
++set_package_properties(Qca-qt5 PROPERTIES DESCRIPTION "Support for encryption"
++   URL "http://download.kde.org/stable/qca-qt5/";
+TYPE OPTIONAL)
+ check_include_file("stropts.h" HAVE_STROPTS_H)
+ check_include_file("byteswap.h" HAVE_BYTESWAP_H)
+@@ -55,7 +55,7 @@
+ configure_file(config-konversation.h.cmake 
${CMAKE_CURRENT_BINARY

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

2014-09-28 Thread Felix Yan
Date: Monday, September 29, 2014 @ 02:57:34
  Author: fyan
Revision: 223681

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

Added:
  konversation/repos/staging-i686/
  konversation/repos/staging-i686/PKGBUILD
(from rev 223680, konversation/trunk/PKGBUILD)
  konversation/repos/staging-i686/konversation.install
(from rev 223680, konversation/trunk/konversation.install)
  konversation/repos/staging-i686/use-qdbus-qt4.patch
(from rev 223680, konversation/trunk/use-qdbus-qt4.patch)
  konversation/repos/staging-x86_64/
  konversation/repos/staging-x86_64/PKGBUILD
(from rev 223680, konversation/trunk/PKGBUILD)
  konversation/repos/staging-x86_64/konversation.install
(from rev 223680, konversation/trunk/konversation.install)
  konversation/repos/staging-x86_64/use-qdbus-qt4.patch
(from rev 223680, konversation/trunk/use-qdbus-qt4.patch)

-+
 staging-i686/PKGBUILD   |   50 +
 staging-i686/konversation.install   |   12 ++
 staging-i686/use-qdbus-qt4.patch|  174 ++
 staging-x86_64/PKGBUILD |   50 +
 staging-x86_64/konversation.install |   12 ++
 staging-x86_64/use-qdbus-qt4.patch  |  174 ++
 6 files changed, 472 insertions(+)

Copied: konversation/repos/staging-i686/PKGBUILD (from rev 223680, 
konversation/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-09-29 00:57:34 UTC (rev 223681)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Andrea Scarpino 
+# Contributor: James Rayner 
+# Contributor: Sergio Jovani Guzman 
+
+pkgname=konversation
+pkgver=1.5
+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' 'optipng')
+optdepends=('python: python scripting support'
+'kdebase-konsole: open a terminal in konversation'
+'qca-ossl: Diffie-Hellman key exchange and Blowfish ECB/CBC 
support')
+license=('GPL2' 'FDL')
+install=${pkgname}.install
+source=("http://download.kde.org/download.php?url=stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";
+'use-qdbus-qt4.patch')
+sha1sums=('3955a43758750b63d84299a9d9a5933b73e5492b'
+  'a21aed6079de7693e67abe13798807920de01f6a')
+
+prepare() {
+  mkdir build
+
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}"/use-qdbus-qt4.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd 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 it fr es ca; do
+ rm "${pkgdir}"/usr/share/doc/kde/html/${_lang}/konversation/common
+  done
+}

Copied: konversation/repos/staging-i686/konversation.install (from rev 223680, 
konversation/trunk/konversation.install)
===
--- staging-i686/konversation.install   (rev 0)
+++ staging-i686/konversation.install   2014-09-29 00:57:34 UTC (rev 223681)
@@ -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-i686/use-qdbus-qt4.patch (from rev 223680, 
konversation/trunk/use-qdbus-qt4.patch)
===
--- staging-i686/use-qdbus-qt4.patch(rev 0)
+++ staging-i686/use-qdbus-qt4.patch2014-09-29 00:57:34 UTC (rev 223681)
@@ -0,0 +1,174 @@
+--- konversation-1.5/data/scripts/sayclip~ 2014-04-24 14:41:03.332179998 
+
 konversation-1.5/data/scripts/sayclip  2014-04-24 14:41:24.752057066 
+
+@@ -35,7 +35,7 @@
+ sys.exit("This script is intended to be run from within Konversation.")
+ 
+ try:
+-clipboard = subprocess.check_output(('qdbus', 'org.kde.klipper', 
'/klipper', 'getClipboardContents'))
++clipboard = subprocess.check_output(('qdbus-qt4', 'org.kde.klipper', 
'/klipper', 'getClipboardContents'))
+ except subprocess.CalledProcessError:
+ konversation.dbus.error(i18n("Unable to retrieve clipboard contents from 
Klipper."), exit=True)
+ 
+--- konversation-1.5/data/scripts/uptime~  2014-04-24 14:41:33.182008693 
+
 konversation-1.5/data/scripts/uptime   2014-04-24 14:42:06.111819793 
+
+@@ -19,7 +19,7 @@
+ } else {
+   $UPTIME = `cat /proc/uptime`;
+   if (not $UPTIME) {
+-  exec 'qdbus', 'org.kde.konversation', '/irc', 'i

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

2013-10-15 Thread Allan McRae
Date: Tuesday, October 15, 2013 @ 09:10:19
  Author: allan
Revision: 196549

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

Added:
  konversation/repos/extra-i686/PKGBUILD
(from rev 196548, konversation/trunk/PKGBUILD)
  konversation/repos/extra-i686/konversation.install
(from rev 196548, konversation/trunk/konversation.install)
  konversation/repos/extra-x86_64/PKGBUILD
(from rev 196548, konversation/trunk/PKGBUILD)
  konversation/repos/extra-x86_64/konversation.install
(from rev 196548, 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

---+
 /PKGBUILD |   88 
 /konversation.install |   24 +
 extra-i686/PKGBUILD   |   49 
 extra-i686/konversation.install   |   12 
 extra-x86_64/PKGBUILD |   49 
 extra-x86_64/konversation.install |   12 
 6 files changed, 112 insertions(+), 122 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-15 07:09:03 UTC (rev 196548)
+++ extra-i686/PKGBUILD 2013-10-15 07:10:19 UTC (rev 196549)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault 
-# Contributor: Andrea Scarpino 
-# Contributor: James Rayner 
-# Contributor: Sergio Jovani Guzman 
-
-pkgname=konversation
-pkgver=1.4
-pkgrel=6
-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' 'optipng')
-optdepends=('python: python scripting support'
-'kdebase-konsole: open a terminal in konversation'
-'qca-ossl: Diffie-Hellman key exchange and Blowfish ECB/CBC 
support')
-license=('GPL2' 'FDL')
-install=${pkgname}.install
-options=('!makeflags')
-source=("http://download.kde.org/download.php?url=stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('90741721f68a02d4345b9006a8ae53bc49ef3777')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  # libpng16 fix
-  find -name '*.png' -exec optipng -quiet -force -fix {} +
-}
-
-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 196548, 
konversation/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-15 07:10:19 UTC (rev 196549)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Andrea Scarpino 
+# Contributor: James Rayner 
+# Contributor: Sergio Jovani Guzman 
+
+pkgname=konversation
+pkgver=1.4
+pkgrel=7
+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' 'optipng')
+optdepends=('python: python scripting support'
+'kdebase-konsole: open a terminal in konversation'
+'qca-ossl: Diffie-Hellman key exchange and Blowfish ECB/CBC 
support')
+license=('GPL2' 'FDL')
+install=${pkgname}.install
+options=('!makeflags')
+source=("http://download.kde.org/download.php?url=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 2013-10-15 07:09:03 UTC (rev 196548)
+++ extra-i686/konversation.install 2013-10-15 07:10:19 UTC (rev 196549)
@@ -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: konv

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

2013-05-20 Thread Stéphane Gaudreault
Date: Monday, May 20, 2013 @ 16:06:29
  Author: stephane
Revision: 186022

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

Added:
  konversation/repos/extra-i686/PKGBUILD
(from rev 186021, konversation/trunk/PKGBUILD)
  konversation/repos/extra-i686/konversation.install
(from rev 186021, konversation/trunk/konversation.install)
  konversation/repos/extra-x86_64/PKGBUILD
(from rev 186021, konversation/trunk/PKGBUILD)
  konversation/repos/extra-x86_64/konversation.install
(from rev 186021, 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

---+
 /PKGBUILD |   98 
 /konversation.install |   24 
 extra-i686/PKGBUILD   |   43 ---
 extra-i686/konversation.install   |   12 
 extra-x86_64/PKGBUILD |   43 ---
 extra-x86_64/konversation.install |   12 
 6 files changed, 122 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-20 14:05:47 UTC (rev 186021)
+++ extra-i686/PKGBUILD 2013-05-20 14:06:29 UTC (rev 186022)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault 
-# Contributor: Andrea Scarpino 
-# Contributor: James Rayner 
-# Contributor: Sergio Jovani Guzman 
-
-pkgname=konversation
-pkgver=1.4
-pkgrel=5
-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'
-'qca-ossl: Diffie-Hellman key exchange and Blowfish ECB/CBC 
support')
-license=('GPL2' 'FDL')
-install=${pkgname}.install
-options=('!makeflags')
-source=("http://download.kde.org/download.php?url=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 186021, 
konversation/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-20 14:06:29 UTC (rev 186022)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Andrea Scarpino 
+# Contributor: James Rayner 
+# Contributor: Sergio Jovani Guzman 
+
+pkgname=konversation
+pkgver=1.4
+pkgrel=6
+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' 'optipng')
+optdepends=('python: python scripting support'
+'kdebase-konsole: open a terminal in konversation'
+'qca-ossl: Diffie-Hellman key exchange and Blowfish ECB/CBC 
support')
+license=('GPL2' 'FDL')
+install=${pkgname}.install
+options=('!makeflags')
+source=("http://download.kde.org/download.php?url=stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('90741721f68a02d4345b9006a8ae53bc49ef3777')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # libpng16 fix
+  find -name '*.png' -exec optipng -quiet -force -fix {} +
+}
+
+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 2013-05-20 14:05:47 UTC (rev 186021)
+++ extra-i686/konversation.install 2013-05-20 14:06:29 UTC (rev 186022)
@@ -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

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

2012-11-01 Thread Stéphane Gaudreault
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 
-# Contributor: Andrea Scarpino 
-# Contributor: James Rayner 
-# Contributor: Sergio Jovani Guzman 
-
-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 
+# Contributor: Andrea Scarpino 
+# Contributor: James Rayner 
+# Contributor: Sergio Jovani Guzman 
+
+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
+}
+

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

2012-10-16 Thread Allan McRae
Date: Tuesday, October 16, 2012 @ 07:53:50
  Author: allan
Revision: 168841

db-move: moved konversation from [staging] to [testing] (i686, x86_64)

Added:
  konversation/repos/testing-i686/
  konversation/repos/testing-i686/PKGBUILD
(from rev 168833, konversation/repos/staging-i686/PKGBUILD)
  konversation/repos/testing-i686/konversation.install
(from rev 168833, konversation/repos/staging-i686/konversation.install)
  konversation/repos/testing-x86_64/
  konversation/repos/testing-x86_64/PKGBUILD
(from rev 168833, konversation/repos/staging-x86_64/PKGBUILD)
  konversation/repos/testing-x86_64/konversation.install
(from rev 168833, konversation/repos/staging-x86_64/konversation.install)
Deleted:
  konversation/repos/staging-i686/
  konversation/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   41 ++
 testing-i686/konversation.install   |   12 +
 testing-x86_64/PKGBUILD |   41 ++
 testing-x86_64/konversation.install |   12 +
 4 files changed, 106 insertions(+)

Copied: konversation/repos/testing-i686/PKGBUILD (from rev 168833, 
konversation/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-16 11:53:50 UTC (rev 168841)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Andrea Scarpino 
+# Contributor: James Rayner 
+# Contributor: Sergio Jovani Guzman 
+
+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/testing-i686/konversation.install (from rev 168833, 
konversation/repos/staging-i686/konversation.install)
===
--- testing-i686/konversation.install   (rev 0)
+++ testing-i686/konversation.install   2012-10-16 11:53:50 UTC (rev 168841)
@@ -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/testing-x86_64/PKGBUILD (from rev 168833, 
konversation/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-16 11:53:50 UTC (rev 168841)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Andrea Scarpino 
+# Contributor: James Rayner 
+# Contributor: Sergio Jovani Guzman 
+
+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/testing-x86_64/konversation.install (from rev 
168833, konversation/repos/staging-x86_64/konversation.install)
===
--- testing-x86_64/konversation.install (rev 0)
+++ testing-x86_64/konversation.install 2012-10-16 11:53:50 UTC 

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

2012-10-13 Thread Stéphane Gaudreault
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 
-# Contributor: Andrea Scarpino 
-# Contributor: James Rayner 
-# Contributor: Sergio Jovani Guzman 
-
-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 
+# Contributor: Andrea Scarpino 
+# Contributor: James Rayner 
+# Contributor: Sergio Jovani Guzman 
+
+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
+}

D

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

2011-12-04 Thread Stéphane Gaudreault
Date: Sunday, December 4, 2011 @ 20:48:51
  Author: stephane
Revision: 144356

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

Added:
  konversation/repos/extra-i686/PKGBUILD
(from rev 144355, konversation/trunk/PKGBUILD)
  konversation/repos/extra-i686/konversation.install
(from rev 144355, konversation/trunk/konversation.install)
  konversation/repos/extra-x86_64/PKGBUILD
(from rev 144355, konversation/trunk/PKGBUILD)
  konversation/repos/extra-x86_64/konversation.install
(from rev 144355, 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   |   76 ++--
 extra-i686/konversation.install   |   23 +-
 extra-x86_64/PKGBUILD |   76 ++--
 extra-x86_64/konversation.install |   23 +-
 4 files changed, 104 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-05 01:48:41 UTC (rev 144355)
+++ extra-i686/PKGBUILD 2011-12-05 01:48:51 UTC (rev 144356)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: James Rayner 
-# Contributor: Sergio Jovani Guzman 
-
-pkgname=konversation
-pkgver=1.3.1
-pkgrel=2
-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')
-license=('GPL2' 'FDL')
-install=${pkgname}.install
-options=('!makeflags')
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('f43ac55e4925e9578e87b13fde173671')
-
-build() {
-  cd ${srcdir}
-  sed 's#/usr/bin/env python#/usr/bin/python2#' \
-   -i ${pkgname}-${pkgver}/data/scripts/media
-  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: konversation/repos/extra-i686/PKGBUILD (from rev 144355, 
konversation/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-05 01:48:51 UTC (rev 144356)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Andrea Scarpino 
+# Contributor: James Rayner 
+# Contributor: Sergio Jovani Guzman 
+
+pkgname=konversation
+pkgver=1.4
+pkgrel=1
+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
+}

Deleted: extra-i686/konversation.install
===
--- extra-i686/konversation.install 2011-12-05 01:48:41 UTC (rev 144355)
+++ extra-i686/konversation.install 2011-12-05 01:48:51 UTC (rev 144356)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: konversation/repos/extra-i686/konversation.install (from rev 144355, 
konversation/trunk/konversation.install)
===
--- extra-i686/konversation.install (rev 0)
+++ extra-i686/konversation.install 2011-12-05 01:48:51 UTC (rev 144356)
@@ -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   2011-12-05 01:48:41 UTC (rev 144355)
+++ extra-x86_64/PKGBUILD   2011-12-05 01:48:51 UTC (rev 144356)
@@ -1,36 +0,0 @@
-# $Id$
-#