[arch-commits] Commit in choqok/repos (6 files)
Timothy Redaelli
tredaelli at archlinux.org
Mon Apr 13 16:56:36 UTC 2015
Date: Monday, April 13, 2015 @ 18:56:36
Author: tredaelli
Revision: 131302
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 131301, choqok/trunk/PKGBUILD)
choqok/repos/community-staging-i686/choqok.install
(from rev 131301, choqok/trunk/choqok.install)
choqok/repos/community-staging-x86_64/
choqok/repos/community-staging-x86_64/PKGBUILD
(from rev 131301, choqok/trunk/PKGBUILD)
choqok/repos/community-staging-x86_64/choqok.install
(from rev 131301, choqok/trunk/choqok.install)
-----------------------------------------+
community-staging-i686/PKGBUILD | 37 ++++++++++++++++++++++++++++++
community-staging-i686/choqok.install | 11 ++++++++
community-staging-x86_64/PKGBUILD | 37 ++++++++++++++++++++++++++++++
community-staging-x86_64/choqok.install | 11 ++++++++
4 files changed, 96 insertions(+)
Copied: choqok/repos/community-staging-i686/PKGBUILD (from rev 131301, choqok/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-13 16:56:36 UTC (rev 131302)
@@ -0,0 +1,37 @@
+# $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=3
+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' 'qca-ossl')
+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-staging-i686/choqok.install (from rev 131301, choqok/trunk/choqok.install)
===================================================================
--- community-staging-i686/choqok.install (rev 0)
+++ community-staging-i686/choqok.install 2015-04-13 16:56:36 UTC (rev 131302)
@@ -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 131301, choqok/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-04-13 16:56:36 UTC (rev 131302)
@@ -0,0 +1,37 @@
+# $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=3
+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' 'qca-ossl')
+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-staging-x86_64/choqok.install (from rev 131301, choqok/trunk/choqok.install)
===================================================================
--- community-staging-x86_64/choqok.install (rev 0)
+++ community-staging-x86_64/choqok.install 2015-04-13 16:56:36 UTC (rev 131302)
@@ -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