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

Antonio Rojas arojas at archlinux.org
Sat May 7 18:30:11 UTC 2016


    Date: Saturday, May 7, 2016 @ 20:30:11
  Author: arojas
Revision: 174228

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-05-07 18:29:37 UTC (rev 174227)
+++ community-i686/PKGBUILD	2016-05-07 18:30:11 UTC (rev 174228)
@@ -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=4
-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')
-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 174227, choqok/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-05-07 18:30:11 UTC (rev 174228)
@@ -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.5
+pkgrel=5
+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')
+makedepends=('cmake' 'automoc4' 'telepathy-qt')
+optdepends=('kdebase-konqueror: proxy support'
+            'telepathy-qt: IMstatus plugin')
+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	2016-05-07 18:29:37 UTC (rev 174227)
+++ community-i686/choqok.install	2016-05-07 18:30:11 UTC (rev 174228)
@@ -1,11 +0,0 @@
-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	2016-05-07 18:29:37 UTC (rev 174227)
+++ community-x86_64/PKGBUILD	2016-05-07 18:30:11 UTC (rev 174228)
@@ -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=4
-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')
-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 174227, choqok/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-05-07 18:30:11 UTC (rev 174228)
@@ -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.5
+pkgrel=5
+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')
+makedepends=('cmake' 'automoc4' 'telepathy-qt')
+optdepends=('kdebase-konqueror: proxy support'
+            'telepathy-qt: IMstatus plugin')
+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	2016-05-07 18:29:37 UTC (rev 174227)
+++ community-x86_64/choqok.install	2016-05-07 18:30:11 UTC (rev 174228)
@@ -1,11 +0,0 @@
-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