[arch-commits] Commit in choqok/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Nov 29 12:12:53 UTC 2016
Date: Tuesday, November 29, 2016 @ 12:12:52
Author: arojas
Revision: 197376
Update to 1.6.0
Modified:
choqok/trunk/PKGBUILD
----------+
PKGBUILD | 25 ++++++++++++++-----------
1 file changed, 14 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-11-29 11:51:33 UTC (rev 197375)
+++ PKGBUILD 2016-11-29 12:12:52 UTC (rev 197376)
@@ -1,25 +1,26 @@
# $Id$
-# Maintainer: Peter Richard Lewis <plewis at aur.archlinux.org>
+# 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.5
-pkgrel=5
+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=('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')
+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 build
+ mkdir -p build
}
build() {
@@ -26,7 +27,9 @@
cd build
cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DKDE_INSTALL_LIBDIR=lib \
+ -DBUILD_TESTING=OFF
make
}
More information about the arch-commits
mailing list