diff options
Diffstat (limited to 'community/qmpdclient')
-rw-r--r-- | community/qmpdclient/PKGBUILD | 33 | ||||
-rw-r--r-- | community/qmpdclient/qmpdclient.changelog | 12 | ||||
-rw-r--r-- | community/qmpdclient/qmpdclient.install | 11 |
3 files changed, 0 insertions, 56 deletions
diff --git a/community/qmpdclient/PKGBUILD b/community/qmpdclient/PKGBUILD deleted file mode 100644 index f5b4eb9b7..000000000 --- a/community/qmpdclient/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# $Id: PKGBUILD 85391 2013-03-01 10:38:10Z andrea $ -# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> -# Contributor: Andrea Scarpino <andrea@archlinux.org> -# Contributor: Vinay S Shastry <vinayshastry@gmail.com> - -pkgname=qmpdclient -pkgver=1.2.2 -pkgrel=3 -pkgdesc="A Qt4 client for MPD" -arch=('i686' 'x86_64') -url="http://bitcheese.net/wiki/QMPDClient" -license=('GPL') -depends=('qt4') -makedepends=('cmake') -install=$pkgname.install -changelog=$pkgname.changelog -source=(http://dump.bitcheese.net/files/$pkgname-$pkgver.tar.bz2) -sha256sums=('ed65705eaae8fb10fdce34ce20e010757a87423c2874479e1466e4368a866289') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../${pkgname} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}/build" - make DESTDIR="${pkgdir}" install -} diff --git a/community/qmpdclient/qmpdclient.changelog b/community/qmpdclient/qmpdclient.changelog deleted file mode 100644 index 788ad2d68..000000000 --- a/community/qmpdclient/qmpdclient.changelog +++ /dev/null @@ -1,12 +0,0 @@ -2011-11-12 Andrea Scarpino <andrea@archlinux.org> - * qmpdclient 1.2.2-2 - * Qt 4.8 downgrade - -2011-10-22 Andrea Scarpino <andrea@archlinux.org> - * qmpdclient 1.2.2-1 - -2011-02-19 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> - * qmpdclient 1.2.1-1 - -2011-02-01 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> - * qmpdclient 1.2-1 diff --git a/community/qmpdclient/qmpdclient.install b/community/qmpdclient/qmpdclient.install deleted file mode 100644 index d44837133..000000000 --- a/community/qmpdclient/qmpdclient.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} |