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

Evangelos Foutras foutrelis at archlinux.org
Fri Nov 9 23:41:03 UTC 2018


    Date: Friday, November 9, 2018 @ 23:41:01
  Author: foutrelis
Revision: 405354

archrelease: copy trunk to community-staging-x86_64

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

----------+
 PKGBUILD |   38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

Copied: choqok/repos/community-staging-x86_64/PKGBUILD (from rev 405353, choqok/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-11-09 23:41:01 UTC (rev 405354)
@@ -0,0 +1,38 @@
+# 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=2
+pkgdesc="A Twitter/Pump.io/GNU social client for KDE"
+url='https://choqok.gnufolks.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('qoauth' 'knotifyconfig' 'kcmutils' 'kemoticons' 'kdewebkit' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'telepathy-qt' 'kdoctools')
+optdepends=('telepathy-qt: IMstatus plugin')
+source=("https://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