[arch-commits] Commit in qmpdclient/repos (10 files)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Sat Apr 30 08:57:22 UTC 2016
Date: Saturday, April 30, 2016 @ 10:57:22
Author: jlichtblau
Revision: 173089
archrelease: copy trunk to community-i686, community-x86_64
Added:
qmpdclient/repos/community-i686/PKGBUILD
(from rev 173088, qmpdclient/trunk/PKGBUILD)
qmpdclient/repos/community-i686/qmpdclient.changelog
(from rev 173088, qmpdclient/trunk/qmpdclient.changelog)
qmpdclient/repos/community-x86_64/PKGBUILD
(from rev 173088, qmpdclient/trunk/PKGBUILD)
qmpdclient/repos/community-x86_64/qmpdclient.changelog
(from rev 173088, qmpdclient/trunk/qmpdclient.changelog)
Deleted:
qmpdclient/repos/community-i686/PKGBUILD
qmpdclient/repos/community-i686/qmpdclient.changelog
qmpdclient/repos/community-i686/qmpdclient.install
qmpdclient/repos/community-x86_64/PKGBUILD
qmpdclient/repos/community-x86_64/qmpdclient.changelog
qmpdclient/repos/community-x86_64/qmpdclient.install
---------------------------------------+
/PKGBUILD | 66 ++++++++++++++++++++++++++++++++
/qmpdclient.changelog | 30 ++++++++++++++
community-i686/PKGBUILD | 33 ----------------
community-i686/qmpdclient.changelog | 12 -----
community-i686/qmpdclient.install | 11 -----
community-x86_64/PKGBUILD | 33 ----------------
community-x86_64/qmpdclient.changelog | 12 -----
community-x86_64/qmpdclient.install | 11 -----
8 files changed, 96 insertions(+), 112 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-04-30 08:57:04 UTC (rev 173088)
+++ community-i686/PKGBUILD 2016-04-30 08:57:22 UTC (rev 173089)
@@ -1,33 +0,0 @@
-# $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-i686/PKGBUILD (from rev 173088, qmpdclient/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-30 08:57:22 UTC (rev 173089)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Vinay S Shastry <vinayshastry at gmail.com>
+
+pkgname=qmpdclient
+pkgver=1.2.2
+pkgrel=6
+pkgdesc="A Qt4 client for MPD"
+arch=('i686' 'x86_64')
+url="http://bitcheese.net/wiki/QMPDClient"
+license=('GPL')
+depends=('qt4')
+makedepends=('cmake')
+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
+}
Deleted: community-i686/qmpdclient.changelog
===================================================================
--- community-i686/qmpdclient.changelog 2016-04-30 08:57:04 UTC (rev 173088)
+++ community-i686/qmpdclient.changelog 2016-04-30 08:57:22 UTC (rev 173089)
@@ -1,12 +0,0 @@
-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-i686/qmpdclient.changelog (from rev 173088, qmpdclient/trunk/qmpdclient.changelog)
===================================================================
--- community-i686/qmpdclient.changelog (rev 0)
+++ community-i686/qmpdclient.changelog 2016-04-30 08:57:22 UTC (rev 173089)
@@ -0,0 +1,15 @@
+2011-10-22 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * qmpdclient 1.2.2-6 pacman hooks rebuild
+
+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 <svetlemodry at archlinux.org>
+ * qmpdclient 1.2.1-1
+
+2011-02-01 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * qmpdclient 1.2-1
Deleted: community-i686/qmpdclient.install
===================================================================
--- community-i686/qmpdclient.install 2016-04-30 08:57:04 UTC (rev 173088)
+++ community-i686/qmpdclient.install 2016-04-30 08:57:22 UTC (rev 173089)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-04-30 08:57:04 UTC (rev 173088)
+++ community-x86_64/PKGBUILD 2016-04-30 08:57:22 UTC (rev 173089)
@@ -1,33 +0,0 @@
-# $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-x86_64/PKGBUILD (from rev 173088, qmpdclient/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-04-30 08:57:22 UTC (rev 173089)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Vinay S Shastry <vinayshastry at gmail.com>
+
+pkgname=qmpdclient
+pkgver=1.2.2
+pkgrel=6
+pkgdesc="A Qt4 client for MPD"
+arch=('i686' 'x86_64')
+url="http://bitcheese.net/wiki/QMPDClient"
+license=('GPL')
+depends=('qt4')
+makedepends=('cmake')
+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
+}
Deleted: community-x86_64/qmpdclient.changelog
===================================================================
--- community-x86_64/qmpdclient.changelog 2016-04-30 08:57:04 UTC (rev 173088)
+++ community-x86_64/qmpdclient.changelog 2016-04-30 08:57:22 UTC (rev 173089)
@@ -1,12 +0,0 @@
-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-x86_64/qmpdclient.changelog (from rev 173088, qmpdclient/trunk/qmpdclient.changelog)
===================================================================
--- community-x86_64/qmpdclient.changelog (rev 0)
+++ community-x86_64/qmpdclient.changelog 2016-04-30 08:57:22 UTC (rev 173089)
@@ -0,0 +1,15 @@
+2011-10-22 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * qmpdclient 1.2.2-6 pacman hooks rebuild
+
+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 <svetlemodry at archlinux.org>
+ * qmpdclient 1.2.1-1
+
+2011-02-01 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * qmpdclient 1.2-1
Deleted: community-x86_64/qmpdclient.install
===================================================================
--- community-x86_64/qmpdclient.install 2016-04-30 08:57:04 UTC (rev 173088)
+++ community-x86_64/qmpdclient.install 2016-04-30 08:57:22 UTC (rev 173089)
@@ -1,11 +0,0 @@
-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