[arch-commits] Commit in qmpdclient/repos (12 files)

Felix Yan fyan at nymeria.archlinux.org
Mon Jul 7 02:37:49 UTC 2014


    Date: Monday, July 7, 2014 @ 04:37:49
  Author: fyan
Revision: 115237

archrelease: copy trunk to community-i686, community-x86_64

Added:
  qmpdclient/repos/community-i686/PKGBUILD
    (from rev 115236, qmpdclient/trunk/PKGBUILD)
  qmpdclient/repos/community-i686/qmpdclient.changelog
    (from rev 115236, qmpdclient/trunk/qmpdclient.changelog)
  qmpdclient/repos/community-i686/qmpdclient.install
    (from rev 115236, qmpdclient/trunk/qmpdclient.install)
  qmpdclient/repos/community-x86_64/PKGBUILD
    (from rev 115236, qmpdclient/trunk/PKGBUILD)
  qmpdclient/repos/community-x86_64/qmpdclient.changelog
    (from rev 115236, qmpdclient/trunk/qmpdclient.changelog)
  qmpdclient/repos/community-x86_64/qmpdclient.install
    (from rev 115236, qmpdclient/trunk/qmpdclient.install)
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                 |   24 +++++++++++
 /qmpdclient.install                   |   22 ++++++++++
 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 -----
 9 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-07 02:37:01 UTC (rev 115236)
+++ community-i686/PKGBUILD	2014-07-07 02:37:49 UTC (rev 115237)
@@ -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=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
-}

Copied: qmpdclient/repos/community-i686/PKGBUILD (from rev 115236, qmpdclient/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-07 02:37:49 UTC (rev 115237)
@@ -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=4
+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
+}

Deleted: community-i686/qmpdclient.changelog
===================================================================
--- community-i686/qmpdclient.changelog	2014-07-07 02:37:01 UTC (rev 115236)
+++ community-i686/qmpdclient.changelog	2014-07-07 02:37:49 UTC (rev 115237)
@@ -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 115236, qmpdclient/trunk/qmpdclient.changelog)
===================================================================
--- community-i686/qmpdclient.changelog	                        (rev 0)
+++ community-i686/qmpdclient.changelog	2014-07-07 02:37:49 UTC (rev 115237)
@@ -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

Deleted: community-i686/qmpdclient.install
===================================================================
--- community-i686/qmpdclient.install	2014-07-07 02:37:01 UTC (rev 115236)
+++ community-i686/qmpdclient.install	2014-07-07 02:37:49 UTC (rev 115237)
@@ -1,11 +0,0 @@
-post_install() {
-    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-    post_install $1
-}
-
-post_remove() {
-    post_install $1
-}

Copied: qmpdclient/repos/community-i686/qmpdclient.install (from rev 115236, qmpdclient/trunk/qmpdclient.install)
===================================================================
--- community-i686/qmpdclient.install	                        (rev 0)
+++ community-i686/qmpdclient.install	2014-07-07 02:37:49 UTC (rev 115237)
@@ -0,0 +1,11 @@
+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	2014-07-07 02:37:01 UTC (rev 115236)
+++ community-x86_64/PKGBUILD	2014-07-07 02:37:49 UTC (rev 115237)
@@ -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=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
-}

Copied: qmpdclient/repos/community-x86_64/PKGBUILD (from rev 115236, qmpdclient/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-07 02:37:49 UTC (rev 115237)
@@ -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=4
+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
+}

Deleted: community-x86_64/qmpdclient.changelog
===================================================================
--- community-x86_64/qmpdclient.changelog	2014-07-07 02:37:01 UTC (rev 115236)
+++ community-x86_64/qmpdclient.changelog	2014-07-07 02:37:49 UTC (rev 115237)
@@ -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 115236, qmpdclient/trunk/qmpdclient.changelog)
===================================================================
--- community-x86_64/qmpdclient.changelog	                        (rev 0)
+++ community-x86_64/qmpdclient.changelog	2014-07-07 02:37:49 UTC (rev 115237)
@@ -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

Deleted: community-x86_64/qmpdclient.install
===================================================================
--- community-x86_64/qmpdclient.install	2014-07-07 02:37:01 UTC (rev 115236)
+++ community-x86_64/qmpdclient.install	2014-07-07 02:37:49 UTC (rev 115237)
@@ -1,11 +0,0 @@
-post_install() {
-    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-    post_install $1
-}
-
-post_remove() {
-    post_install $1
-}

Copied: qmpdclient/repos/community-x86_64/qmpdclient.install (from rev 115236, qmpdclient/trunk/qmpdclient.install)
===================================================================
--- community-x86_64/qmpdclient.install	                        (rev 0)
+++ community-x86_64/qmpdclient.install	2014-07-07 02:37:49 UTC (rev 115237)
@@ -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