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

Antonio Rojas arojas at archlinux.org
Tue Nov 29 12:13:23 UTC 2016


    Date: Tuesday, November 29, 2016 @ 12:13:23
  Author: arojas
Revision: 197377

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

Added:
  choqok/repos/community-staging-i686/
  choqok/repos/community-staging-i686/PKGBUILD
    (from rev 197376, choqok/trunk/PKGBUILD)
  choqok/repos/community-staging-x86_64/
  choqok/repos/community-staging-x86_64/PKGBUILD
    (from rev 197376, choqok/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   39 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   39 ++++++++++++++++++++++++++++++++++++
 2 files changed, 78 insertions(+)

Copied: choqok/repos/community-staging-i686/PKGBUILD (from rev 197376, choqok/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-11-29 12:13:23 UTC (rev 197377)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: 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.6.0
+pkgrel=1
+pkgdesc="A Twitter/Pump.io/GNU social client for KDE"
+url='http://choqok.gnufolks.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('qoauth' 'knotifyconfig' 'kcmutils' 'kemoticons' 'kdewebkit' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'telepathy-qt5' 'kdoctools' 'python')
+optdepends=('telepathy-qt5: IMstatus plugin')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver%.*}/src/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('f61ff13a748a78bb01433c5419c7cc13'
+         'SKIP')
+validpgpkeys=('2C7849767F14C23890B12791918F7DDFFD8D0B6E') # Andrea Scarpino <me at andreascarpino.it>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: choqok/repos/community-staging-x86_64/PKGBUILD (from rev 197376, choqok/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-11-29 12:13:23 UTC (rev 197377)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: 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.6.0
+pkgrel=1
+pkgdesc="A Twitter/Pump.io/GNU social client for KDE"
+url='http://choqok.gnufolks.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('qoauth' 'knotifyconfig' 'kcmutils' 'kemoticons' 'kdewebkit' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'telepathy-qt5' 'kdoctools' 'python')
+optdepends=('telepathy-qt5: IMstatus plugin')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver%.*}/src/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('f61ff13a748a78bb01433c5419c7cc13'
+         'SKIP')
+validpgpkeys=('2C7849767F14C23890B12791918F7DDFFD8D0B6E') # Andrea Scarpino <me at andreascarpino.it>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list