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

Felix Yan fyan at archlinux.org
Sun Sep 28 15:42:42 UTC 2014


    Date: Sunday, September 28, 2014 @ 17:42:42
  Author: fyan
Revision: 119697

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 119696, choqok/trunk/PKGBUILD)
  choqok/repos/community-staging-i686/choqok.install
    (from rev 119696, choqok/trunk/choqok.install)
  choqok/repos/community-staging-x86_64/
  choqok/repos/community-staging-x86_64/PKGBUILD
    (from rev 119696, choqok/trunk/PKGBUILD)
  choqok/repos/community-staging-x86_64/choqok.install
    (from rev 119696, choqok/trunk/choqok.install)

-----------------------------------------+
 community-staging-i686/PKGBUILD         |   36 ++++++++++++++++++++++++++++++
 community-staging-i686/choqok.install   |   11 +++++++++
 community-staging-x86_64/PKGBUILD       |   36 ++++++++++++++++++++++++++++++
 community-staging-x86_64/choqok.install |   11 +++++++++
 4 files changed, 94 insertions(+)

Copied: choqok/repos/community-staging-i686/PKGBUILD (from rev 119696, choqok/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-09-28 15:42:42 UTC (rev 119697)
@@ -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.4
+pkgrel=2
+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')
+optdepends=('kdebase-konqueror: proxy support')
+install="${pkgname}.install"
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('2efe34ed903b448a21d9233d8033dbdb')
+
+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-staging-i686/choqok.install (from rev 119696, choqok/trunk/choqok.install)
===================================================================
--- community-staging-i686/choqok.install	                        (rev 0)
+++ community-staging-i686/choqok.install	2014-09-28 15:42:42 UTC (rev 119697)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Copied: choqok/repos/community-staging-x86_64/PKGBUILD (from rev 119696, choqok/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-09-28 15:42:42 UTC (rev 119697)
@@ -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.4
+pkgrel=2
+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')
+optdepends=('kdebase-konqueror: proxy support')
+install="${pkgname}.install"
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('2efe34ed903b448a21d9233d8033dbdb')
+
+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-staging-x86_64/choqok.install (from rev 119696, choqok/trunk/choqok.install)
===================================================================
--- community-staging-x86_64/choqok.install	                        (rev 0)
+++ community-staging-x86_64/choqok.install	2014-09-28 15:42:42 UTC (rev 119697)
@@ -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