summaryrefslogtreecommitdiff
path: root/community/choqok
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/choqok
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/choqok')
-rw-r--r--community/choqok/PKGBUILD37
-rw-r--r--community/choqok/choqok.install11
2 files changed, 0 insertions, 48 deletions
diff --git a/community/choqok/PKGBUILD b/community/choqok/PKGBUILD
deleted file mode 100644
index d12e6e7d1..000000000
--- a/community/choqok/PKGBUILD
+++ /dev/null
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 80665 2012-11-28 22:07:33Z plewis $
-# Maintainer: Peter Richard Lewis <plewis@aur.archlinux.org>
-# Contributor: Andrea Scarpino <andrea@archlinux.org>
-# Contributor: Emanuele Rossi <newdna1510@yahoo.it>
-# Contributor: Bram Schoenmakers <me@bramschoenmakers.nl>
-
-pkgname=choqok
-pkgver=1.3
-pkgrel=4
-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.bz2")
-md5sums=('87eea4f2c23467fb021e3e6b794eb37d')
-
-build() {
- cd "${srcdir}"
- mkdir build
- cd build
- cmake ../${pkgname}-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd "${srcdir}"/build
- make DESTDIR="${pkgdir}" install
-
- # This is already installed by kdepimlibs >= 4.9.80
- rm "${pkgdir}"/usr/share/apps/cmake/modules/FindQtOAuth.cmake
-}
diff --git a/community/choqok/choqok.install b/community/choqok/choqok.install
deleted file mode 100644
index e70c054ec..000000000
--- a/community/choqok/choqok.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}