summaryrefslogtreecommitdiff
path: root/community/cantata
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/cantata
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/cantata')
-rw-r--r--community/cantata/PKGBUILD36
-rw-r--r--community/cantata/cantata.install12
2 files changed, 0 insertions, 48 deletions
diff --git a/community/cantata/PKGBUILD b/community/cantata/PKGBUILD
deleted file mode 100644
index 3c6d8ba46..000000000
--- a/community/cantata/PKGBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 92187 2013-06-02 15:36:24Z bpiotrowski $
-# Maintainer: Federico Cinelli <cinelli@aur.archlinux.org>
-# Contributor: Andrea Scarpino <andrea@archlinux.org>
-# Contributor: Mcder3 <mcder3[at]gmail[dot]com>
-# Contributor: MisterFred <mister.fred[at]free[dot]fr>
-
-pkgname=cantata
-pkgver=1.0.3
-pkgdesc="A KDE client for the music player daemon (MPD)"
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://kde-apps.org/content/show.php/Cantata?content=147733"
-license=('GPL')
-depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp' 'libcddb' 'libmusicbrainz5')
-makedepends=('cmake' 'automoc4')
-install="$pkgname.install"
-source=("http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2")
-md5sums=('fd942d25127a7936efaf1fe887d66189')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- mkdir build
-
- cmake . \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
- -DENABLE_PHONON=ON
-
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir" PREFIX="/usr" install
-}
diff --git a/community/cantata/cantata.install b/community/cantata/cantata.install
deleted file mode 100644
index 5495fb1b5..000000000
--- a/community/cantata/cantata.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}