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

Timothy Redaelli tredaelli at archlinux.org
Mon Mar 23 11:27:31 UTC 2015


    Date: Monday, March 23, 2015 @ 12:27:31
  Author: tredaelli
Revision: 129809

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-03-23 11:27:20 UTC (rev 129808)
+++ community-i686/PKGBUILD	2015-03-23 11:27:31 UTC (rev 129809)
@@ -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.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
-}

Copied: choqok/repos/community-i686/PKGBUILD (from rev 129808, choqok/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-03-23 11:27:31 UTC (rev 129809)
@@ -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=2
+pkgdesc="A Twitter/Pump.io/GNU social 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-03-23 11:27:20 UTC (rev 129808)
+++ community-i686/choqok.install	2015-03-23 11:27:31 UTC (rev 129809)
@@ -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 129808, choqok/trunk/choqok.install)
===================================================================
--- community-i686/choqok.install	                        (rev 0)
+++ community-i686/choqok.install	2015-03-23 11:27:31 UTC (rev 129809)
@@ -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-03-23 11:27:20 UTC (rev 129808)
+++ community-x86_64/PKGBUILD	2015-03-23 11:27:31 UTC (rev 129809)
@@ -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.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
-}

Copied: choqok/repos/community-x86_64/PKGBUILD (from rev 129808, choqok/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-03-23 11:27:31 UTC (rev 129809)
@@ -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=2
+pkgdesc="A Twitter/Pump.io/GNU social 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-03-23 11:27:20 UTC (rev 129808)
+++ community-x86_64/choqok.install	2015-03-23 11:27:31 UTC (rev 129809)
@@ -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 129808, choqok/trunk/choqok.install)
===================================================================
--- community-x86_64/choqok.install	                        (rev 0)
+++ community-x86_64/choqok.install	2015-03-23 11:27:31 UTC (rev 129809)
@@ -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