[arch-commits] Commit in picard/repos (10 files)

Gaetan Bisson bisson at archlinux.org
Mon Mar 14 09:22:31 UTC 2016


    Date: Monday, March 14, 2016 @ 10:22:30
  Author: bisson
Revision: 166655

db-move: moved picard from [community-testing] to [community] (i686, x86_64)

Added:
  picard/repos/community-i686/PKGBUILD
    (from rev 166654, picard/repos/community-testing-i686/PKGBUILD)
  picard/repos/community-i686/install
    (from rev 166654, picard/repos/community-testing-i686/install)
  picard/repos/community-x86_64/PKGBUILD
    (from rev 166654, picard/repos/community-testing-x86_64/PKGBUILD)
  picard/repos/community-x86_64/install
    (from rev 166654, picard/repos/community-testing-x86_64/install)
Deleted:
  picard/repos/community-i686/PKGBUILD
  picard/repos/community-i686/install
  picard/repos/community-testing-i686/
  picard/repos/community-testing-x86_64/
  picard/repos/community-x86_64/PKGBUILD
  picard/repos/community-x86_64/install

---------------------------+
 /PKGBUILD                 |   62 ++++++++++++++++++++++++++++++++++++++++++++
 /install                  |   24 +++++++++++++++++
 community-i686/PKGBUILD   |   29 --------------------
 community-i686/install    |   12 --------
 community-x86_64/PKGBUILD |   29 --------------------
 community-x86_64/install  |   12 --------
 6 files changed, 86 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-03-14 09:06:53 UTC (rev 166654)
+++ community-i686/PKGBUILD	2016-03-14 09:22:30 UTC (rev 166655)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Mateusz Herych <heniekk at gmail.com>
-# Contributor: sysrq
-
-pkgname=picard
-pkgver=1.3.2
-pkgrel=2
-pkgdesc='Official MusicBrainz tagger'
-url='http://picard.musicbrainz.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('python2-pyqt4' 'mutagen')
-optdepends=('chromaprint: fingerprinting')
-source=("http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('084fdb184cb1d970dce953dd6c684932d464bf54')
-
-install=install
-
-build() {
-	cd "${srcdir}/picard-release-${pkgver}"
-	python2 setup.py config
-}
-
-package() {
-	cd "${srcdir}/picard-release-${pkgver}"
-	python2 setup.py install --root="${pkgdir}"
-	cp -r contrib/plugins/* "${pkgdir}/usr/lib/python2.7/site-packages/picard/plugins/"
-}

Copied: picard/repos/community-i686/PKGBUILD (from rev 166654, picard/repos/community-testing-i686/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-03-14 09:22:30 UTC (rev 166655)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+# Contributor: sysrq
+
+pkgname=picard
+pkgver=1.3.2
+pkgrel=3
+pkgdesc='Official MusicBrainz tagger'
+url='http://picard.musicbrainz.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('python2-pyqt4' 'mutagen')
+optdepends=('chromaprint: fingerprinting'
+            'python2-discid: cd lookup')
+makedepends=('python2-discid')
+source=("http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('084fdb184cb1d970dce953dd6c684932d464bf54')
+
+install=install
+
+build() {
+	cd "${srcdir}/picard-release-${pkgver}"
+	python2 setup.py config
+}
+
+package() {
+	cd "${srcdir}/picard-release-${pkgver}"
+	python2 setup.py install --root="${pkgdir}"
+	cp -r contrib/plugins/* "${pkgdir}/usr/lib/python2.7/site-packages/picard/plugins/"
+}

Deleted: community-i686/install
===================================================================
--- community-i686/install	2016-03-14 09:06:53 UTC (rev 166654)
+++ community-i686/install	2016-03-14 09:22:30 UTC (rev 166655)
@@ -1,12 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &>/dev/null
-	update-desktop-database -q &>/dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: picard/repos/community-i686/install (from rev 166654, picard/repos/community-testing-i686/install)
===================================================================
--- community-i686/install	                        (rev 0)
+++ community-i686/install	2016-03-14 09:22:30 UTC (rev 166655)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &>/dev/null
+	update-desktop-database -q &>/dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-03-14 09:06:53 UTC (rev 166654)
+++ community-x86_64/PKGBUILD	2016-03-14 09:22:30 UTC (rev 166655)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Mateusz Herych <heniekk at gmail.com>
-# Contributor: sysrq
-
-pkgname=picard
-pkgver=1.3.2
-pkgrel=2
-pkgdesc='Official MusicBrainz tagger'
-url='http://picard.musicbrainz.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('python2-pyqt4' 'mutagen')
-optdepends=('chromaprint: fingerprinting')
-source=("http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('084fdb184cb1d970dce953dd6c684932d464bf54')
-
-install=install
-
-build() {
-	cd "${srcdir}/picard-release-${pkgver}"
-	python2 setup.py config
-}
-
-package() {
-	cd "${srcdir}/picard-release-${pkgver}"
-	python2 setup.py install --root="${pkgdir}"
-	cp -r contrib/plugins/* "${pkgdir}/usr/lib/python2.7/site-packages/picard/plugins/"
-}

Copied: picard/repos/community-x86_64/PKGBUILD (from rev 166654, picard/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-03-14 09:22:30 UTC (rev 166655)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+# Contributor: sysrq
+
+pkgname=picard
+pkgver=1.3.2
+pkgrel=3
+pkgdesc='Official MusicBrainz tagger'
+url='http://picard.musicbrainz.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('python2-pyqt4' 'mutagen')
+optdepends=('chromaprint: fingerprinting'
+            'python2-discid: cd lookup')
+makedepends=('python2-discid')
+source=("http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('084fdb184cb1d970dce953dd6c684932d464bf54')
+
+install=install
+
+build() {
+	cd "${srcdir}/picard-release-${pkgver}"
+	python2 setup.py config
+}
+
+package() {
+	cd "${srcdir}/picard-release-${pkgver}"
+	python2 setup.py install --root="${pkgdir}"
+	cp -r contrib/plugins/* "${pkgdir}/usr/lib/python2.7/site-packages/picard/plugins/"
+}

Deleted: community-x86_64/install
===================================================================
--- community-x86_64/install	2016-03-14 09:06:53 UTC (rev 166654)
+++ community-x86_64/install	2016-03-14 09:22:30 UTC (rev 166655)
@@ -1,12 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &>/dev/null
-	update-desktop-database -q &>/dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: picard/repos/community-x86_64/install (from rev 166654, picard/repos/community-testing-x86_64/install)
===================================================================
--- community-x86_64/install	                        (rev 0)
+++ community-x86_64/install	2016-03-14 09:22:30 UTC (rev 166655)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &>/dev/null
+	update-desktop-database -q &>/dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}



More information about the arch-commits mailing list