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

Andrea Scarpino andrea at nymeria.archlinux.org
Wed Sep 4 22:10:06 UTC 2013


    Date: Thursday, September 5, 2013 @ 00:10:06
  Author: andrea
Revision: 96780

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

Added:
  choqok/repos/community-i686/PKGBUILD
    (from rev 96779, choqok/trunk/PKGBUILD)
  choqok/repos/community-i686/choqok.install
    (from rev 96779, choqok/trunk/choqok.install)
  choqok/repos/community-x86_64/PKGBUILD
    (from rev 96779, choqok/trunk/PKGBUILD)
  choqok/repos/community-x86_64/choqok.install
    (from rev 96779, 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                       |   72 ++++++++++++++++++++++++++++++++++++++
 /choqok.install                 |   22 +++++++++++
 community-i686/PKGBUILD         |   37 -------------------
 community-i686/choqok.install   |   11 -----
 community-x86_64/PKGBUILD       |   37 -------------------
 community-x86_64/choqok.install |   11 -----
 6 files changed, 94 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-09-04 22:09:55 UTC (rev 96779)
+++ community-i686/PKGBUILD	2013-09-04 22:10:06 UTC (rev 96780)
@@ -1,37 +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.3
-pkgrel=4
-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.bz2")
-md5sums=('87eea4f2c23467fb021e3e6b794eb37d')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-
-  # This is already installed by kdepimlibs >= 4.9.80
-  rm "${pkgdir}"/usr/share/apps/cmake/modules/FindQtOAuth.cmake
-}

Copied: choqok/repos/community-i686/PKGBUILD (from rev 96779, choqok/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-09-04 22:10:06 UTC (rev 96780)
@@ -0,0 +1,36 @@
+# $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=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')
+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
+}

Deleted: community-i686/choqok.install
===================================================================
--- community-i686/choqok.install	2013-09-04 22:09:55 UTC (rev 96779)
+++ community-i686/choqok.install	2013-09-04 22:10:06 UTC (rev 96780)
@@ -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 96779, choqok/trunk/choqok.install)
===================================================================
--- community-i686/choqok.install	                        (rev 0)
+++ community-i686/choqok.install	2013-09-04 22:10:06 UTC (rev 96780)
@@ -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	2013-09-04 22:09:55 UTC (rev 96779)
+++ community-x86_64/PKGBUILD	2013-09-04 22:10:06 UTC (rev 96780)
@@ -1,37 +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.3
-pkgrel=4
-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.bz2")
-md5sums=('87eea4f2c23467fb021e3e6b794eb37d')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-
-  # This is already installed by kdepimlibs >= 4.9.80
-  rm "${pkgdir}"/usr/share/apps/cmake/modules/FindQtOAuth.cmake
-}

Copied: choqok/repos/community-x86_64/PKGBUILD (from rev 96779, choqok/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-09-04 22:10:06 UTC (rev 96780)
@@ -0,0 +1,36 @@
+# $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=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')
+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
+}

Deleted: community-x86_64/choqok.install
===================================================================
--- community-x86_64/choqok.install	2013-09-04 22:09:55 UTC (rev 96779)
+++ community-x86_64/choqok.install	2013-09-04 22:10:06 UTC (rev 96780)
@@ -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 96779, choqok/trunk/choqok.install)
===================================================================
--- community-x86_64/choqok.install	                        (rev 0)
+++ community-x86_64/choqok.install	2013-09-04 22:10:06 UTC (rev 96780)
@@ -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