[arch-commits] Commit in qmpdclient/repos (8 files)
Evangelos Foutras
foutrelis at archlinux.org
Sun Dec 6 19:49:07 UTC 2015
Date: Sunday, December 6, 2015 @ 20:49:06
Author: foutrelis
Revision: 149129
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
qmpdclient/repos/community-staging-i686/
qmpdclient/repos/community-staging-i686/PKGBUILD
(from rev 149128, qmpdclient/trunk/PKGBUILD)
qmpdclient/repos/community-staging-i686/qmpdclient.changelog
(from rev 149128, qmpdclient/trunk/qmpdclient.changelog)
qmpdclient/repos/community-staging-i686/qmpdclient.install
(from rev 149128, qmpdclient/trunk/qmpdclient.install)
qmpdclient/repos/community-staging-x86_64/
qmpdclient/repos/community-staging-x86_64/PKGBUILD
(from rev 149128, qmpdclient/trunk/PKGBUILD)
qmpdclient/repos/community-staging-x86_64/qmpdclient.changelog
(from rev 149128, qmpdclient/trunk/qmpdclient.changelog)
qmpdclient/repos/community-staging-x86_64/qmpdclient.install
(from rev 149128, qmpdclient/trunk/qmpdclient.install)
-----------------------------------------------+
community-staging-i686/PKGBUILD | 33 ++++++++++++++++++++++++
community-staging-i686/qmpdclient.changelog | 12 ++++++++
community-staging-i686/qmpdclient.install | 11 ++++++++
community-staging-x86_64/PKGBUILD | 33 ++++++++++++++++++++++++
community-staging-x86_64/qmpdclient.changelog | 12 ++++++++
community-staging-x86_64/qmpdclient.install | 11 ++++++++
6 files changed, 112 insertions(+)
Copied: qmpdclient/repos/community-staging-i686/PKGBUILD (from rev 149128, qmpdclient/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 19:49:06 UTC (rev 149129)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Vinay S Shastry <vinayshastry at gmail.com>
+
+pkgname=qmpdclient
+pkgver=1.2.2
+pkgrel=5
+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
+}
Copied: qmpdclient/repos/community-staging-i686/qmpdclient.changelog (from rev 149128, qmpdclient/trunk/qmpdclient.changelog)
===================================================================
--- community-staging-i686/qmpdclient.changelog (rev 0)
+++ community-staging-i686/qmpdclient.changelog 2015-12-06 19:49:06 UTC (rev 149129)
@@ -0,0 +1,12 @@
+2011-11-12 Andrea Scarpino <andrea at archlinux.org>
+ * qmpdclient 1.2.2-2
+ * Qt 4.8 downgrade
+
+2011-10-22 Andrea Scarpino <andrea at archlinux.org>
+ * qmpdclient 1.2.2-1
+
+2011-02-19 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * qmpdclient 1.2.1-1
+
+2011-02-01 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * qmpdclient 1.2-1
Copied: qmpdclient/repos/community-staging-i686/qmpdclient.install (from rev 149128, qmpdclient/trunk/qmpdclient.install)
===================================================================
--- community-staging-i686/qmpdclient.install (rev 0)
+++ community-staging-i686/qmpdclient.install 2015-12-06 19:49:06 UTC (rev 149129)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
Copied: qmpdclient/repos/community-staging-x86_64/PKGBUILD (from rev 149128, qmpdclient/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-12-06 19:49:06 UTC (rev 149129)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Vinay S Shastry <vinayshastry at gmail.com>
+
+pkgname=qmpdclient
+pkgver=1.2.2
+pkgrel=5
+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
+}
Copied: qmpdclient/repos/community-staging-x86_64/qmpdclient.changelog (from rev 149128, qmpdclient/trunk/qmpdclient.changelog)
===================================================================
--- community-staging-x86_64/qmpdclient.changelog (rev 0)
+++ community-staging-x86_64/qmpdclient.changelog 2015-12-06 19:49:06 UTC (rev 149129)
@@ -0,0 +1,12 @@
+2011-11-12 Andrea Scarpino <andrea at archlinux.org>
+ * qmpdclient 1.2.2-2
+ * Qt 4.8 downgrade
+
+2011-10-22 Andrea Scarpino <andrea at archlinux.org>
+ * qmpdclient 1.2.2-1
+
+2011-02-19 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * qmpdclient 1.2.1-1
+
+2011-02-01 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * qmpdclient 1.2-1
Copied: qmpdclient/repos/community-staging-x86_64/qmpdclient.install (from rev 149128, qmpdclient/trunk/qmpdclient.install)
===================================================================
--- community-staging-x86_64/qmpdclient.install (rev 0)
+++ community-staging-x86_64/qmpdclient.install 2015-12-06 19:49:06 UTC (rev 149129)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
More information about the arch-commits
mailing list