[arch-commits] Commit in choqok/trunk (PKGBUILD)

Andrea Scarpino andrea at nymeria.archlinux.org
Wed Sep 4 22:09:56 UTC 2013


    Date: Thursday, September 5, 2013 @ 00:09:55
  Author: andrea
Revision: 96779

upgpkg: choqok 1.4-1

Upstream release

Modified:
  choqok/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-04 22:07:01 UTC (rev 96778)
+++ PKGBUILD	2013-09-04 22:09:55 UTC (rev 96779)
@@ -5,8 +5,8 @@
 # Contributor: Bram Schoenmakers <me at bramschoenmakers.nl>
 
 pkgname=choqok
-pkgver=1.3
-pkgrel=4
+pkgver=1.4
+pkgrel=1
 pkgdesc="A Twitter/identi.ca/laconica client for KDE"
 url='http://choqok.gnufolks.org/'
 license=('GPL')
@@ -15,12 +15,14 @@
 makedepends=('cmake' 'automoc4')
 optdepends=('kdebase-konqueror: 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
+}
+
 build() {
-  cd "${srcdir}"
-  mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
@@ -29,9 +31,6 @@
 }
 
 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
 }




More information about the arch-commits mailing list