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

Andrea Scarpino andrea at archlinux.org
Sat Jan 24 09:42:54 UTC 2015


    Date: Saturday, January 24, 2015 @ 10:42:54
  Author: andrea
Revision: 126480

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

Added:
  choqok/repos/community-i686/PKGBUILD
    (from rev 126479, choqok/trunk/PKGBUILD)
  choqok/repos/community-i686/choqok.install
    (from rev 126479, choqok/trunk/choqok.install)
  choqok/repos/community-x86_64/PKGBUILD
    (from rev 126479, choqok/trunk/PKGBUILD)
  choqok/repos/community-x86_64/choqok.install
    (from rev 126479, choqok/trunk/choqok.install)
Deleted:
  choqok/repos/community-i686/PKGBUILD
  choqok/repos/community-i686/choqok.install
  choqok/repos/community-x86_64/PKGBUILD
  choqok/repos/community-x86_64/choqok.install

---------------------------------+
 /PKGBUILD                       |   74 ++++++++++++++++++++++++++++++++++++++
 /choqok.install                 |   22 +++++++++++
 community-i686/PKGBUILD         |   36 ------------------
 community-i686/choqok.install   |   11 -----
 community-x86_64/PKGBUILD       |   36 ------------------
 community-x86_64/choqok.install |   11 -----
 6 files changed, 96 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-01-24 09:42:46 UTC (rev 126479)
+++ community-i686/PKGBUILD	2015-01-24 09:42:54 UTC (rev 126480)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Peter Richard Lewis <plewis at aur.archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Emanuele Rossi <newdna1510 at yahoo.it>
-# Contributor: Bram Schoenmakers <me at bramschoenmakers.nl>
-
-pkgname=choqok
-pkgver=1.4
-pkgrel=2
-pkgdesc="A Twitter/identi.ca/laconica client for KDE"
-url='http://choqok.gnufolks.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('kdebase-runtime' 'qjson' 'qoauth' 'qca-ossl')
-makedepends=('cmake' 'automoc4')
-optdepends=('kdebase-konqueror: proxy support')
-install="${pkgname}.install"
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('2efe34ed903b448a21d9233d8033dbdb')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: choqok/repos/community-i686/PKGBUILD (from rev 126479, choqok/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-01-24 09:42:54 UTC (rev 126480)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Peter Richard Lewis <plewis at aur.archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Emanuele Rossi <newdna1510 at yahoo.it>
+# Contributor: Bram Schoenmakers <me at bramschoenmakers.nl>
+
+pkgname=choqok
+pkgver=1.5
+pkgrel=1
+pkgdesc="A Twitter/identi.ca/laconica client for KDE"
+url='http://choqok.gnufolks.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('kdebase-runtime' 'qjson' 'qoauth' 'qca-ossl')
+makedepends=('cmake' 'automoc4' 'telepathy-qt')
+optdepends=('kdebase-konqueror: proxy support'
+            'telepathy-qt: IMstatus plugin')
+install="${pkgname}.install"
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('f2efdd76199f8276e8ac2f76dc600596')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/choqok.install
===================================================================
--- community-i686/choqok.install	2015-01-24 09:42:46 UTC (rev 126479)
+++ community-i686/choqok.install	2015-01-24 09:42:54 UTC (rev 126480)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: choqok/repos/community-i686/choqok.install (from rev 126479, choqok/trunk/choqok.install)
===================================================================
--- community-i686/choqok.install	                        (rev 0)
+++ community-i686/choqok.install	2015-01-24 09:42:54 UTC (rev 126480)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-01-24 09:42:46 UTC (rev 126479)
+++ community-x86_64/PKGBUILD	2015-01-24 09:42:54 UTC (rev 126480)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Peter Richard Lewis <plewis at aur.archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Emanuele Rossi <newdna1510 at yahoo.it>
-# Contributor: Bram Schoenmakers <me at bramschoenmakers.nl>
-
-pkgname=choqok
-pkgver=1.4
-pkgrel=2
-pkgdesc="A Twitter/identi.ca/laconica client for KDE"
-url='http://choqok.gnufolks.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('kdebase-runtime' 'qjson' 'qoauth' 'qca-ossl')
-makedepends=('cmake' 'automoc4')
-optdepends=('kdebase-konqueror: proxy support')
-install="${pkgname}.install"
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('2efe34ed903b448a21d9233d8033dbdb')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: choqok/repos/community-x86_64/PKGBUILD (from rev 126479, choqok/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-01-24 09:42:54 UTC (rev 126480)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Peter Richard Lewis <plewis at aur.archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Emanuele Rossi <newdna1510 at yahoo.it>
+# Contributor: Bram Schoenmakers <me at bramschoenmakers.nl>
+
+pkgname=choqok
+pkgver=1.5
+pkgrel=1
+pkgdesc="A Twitter/identi.ca/laconica client for KDE"
+url='http://choqok.gnufolks.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('kdebase-runtime' 'qjson' 'qoauth' 'qca-ossl')
+makedepends=('cmake' 'automoc4' 'telepathy-qt')
+optdepends=('kdebase-konqueror: proxy support'
+            'telepathy-qt: IMstatus plugin')
+install="${pkgname}.install"
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('f2efdd76199f8276e8ac2f76dc600596')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/choqok.install
===================================================================
--- community-x86_64/choqok.install	2015-01-24 09:42:46 UTC (rev 126479)
+++ community-x86_64/choqok.install	2015-01-24 09:42:54 UTC (rev 126480)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: choqok/repos/community-x86_64/choqok.install (from rev 126479, choqok/trunk/choqok.install)
===================================================================
--- community-x86_64/choqok.install	                        (rev 0)
+++ community-x86_64/choqok.install	2015-01-24 09:42:54 UTC (rev 126480)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}



More information about the arch-commits mailing list