summaryrefslogtreecommitdiff
path: root/nonprism
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-09-05 16:19:15 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-09-05 16:19:15 -0300
commit3d64c0581c214a9f1a8175c9cc715d039df4ef55 (patch)
tree9bbbd79878fddb451fe2d83a8e5a593aba90e09e /nonprism
parentc90aef0341c6998118cd89811e28e5631fa9e173 (diff)
choqok-nonprism-1.4-1: updating version
Diffstat (limited to 'nonprism')
-rw-r--r--nonprism/choqok-nonprism/PKGBUILD25
1 files changed, 11 insertions, 14 deletions
diff --git a/nonprism/choqok-nonprism/PKGBUILD b/nonprism/choqok-nonprism/PKGBUILD
index abbb4073a..cf5c374b0 100644
--- a/nonprism/choqok-nonprism/PKGBUILD
+++ b/nonprism/choqok-nonprism/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: PKGBUILD 96779 2013-09-04 22:09:55Z andrea $
# Maintainer: Peter Richard Lewis <plewis@aur.archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Emanuele Rossi <newdna1510@yahoo.it>
@@ -7,23 +7,25 @@
_pkgname=choqok
pkgname=choqok-nonprism
-pkgver=1.3
-pkgrel=4.2
+pkgver=1.4
+pkgrel=1
pkgdesc="A status.net client for KDE, without Twitter support"
url='http://choqok.gnufolks.org/'
license=('GPL')
arch=('i686' 'x86_64' 'mips64el')
-depends=('kdebase-runtime' 'qjson' 'qoauth' 'qca-ossl')
-makedepends=('cmake' 'automoc4')
optdepends=('kdebase-konqueror-libre: proxy support')
provides=("$_pkgname=$pkgver")
conflicts=$_pkgname
-replaces=$_pkgname
+depends=('kdebase-runtime' 'qjson' 'qoauth' 'qca-ossl')
+makedepends=('cmake' 'automoc4')
+optdepends=('kdebase-konqueror-libre: proxy support')
install="${_pkgname}.install"
-source=("http://downloads.sourceforge.net/${_pkgname}/${_pkgname}-${pkgver}.tar.bz2")
-md5sums=('87eea4f2c23467fb021e3e6b794eb37d')
+source=("http://downloads.sourceforge.net/${_pkgname}/${_pkgname}-${pkgver}.tar.xz")
+md5sums=('2efe34ed903b448a21d9233d8033dbdb')
prepare() {
+ mkdir build
+
cd "${srcdir}/${_pkgname}-${pkgver}"
# remove twitter service and keep only twitterapi (choqok software) for status.net and open collaboration services
@@ -43,8 +45,6 @@ prepare() {
}
build() {
- cd "${srcdir}"
- mkdir build
cd build
cmake ../${_pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
@@ -53,9 +53,6 @@ build() {
}
package() {
- cd "${srcdir}"/build
+ cd build
make DESTDIR="${pkgdir}" install
-
- # This is already installed by kdepimlibs >= 4.9.80
- rm "${pkgdir}"/usr/share/apps/cmake/modules/FindQtOAuth.cmake
}