Merge beets-python3-git into beets-git.
This commit is contained in:
commit
d710fb8943
25
.SRCINFO
25
.SRCINFO
@ -6,19 +6,18 @@ pkgbase = beets-git
|
|||||||
arch = any
|
arch = any
|
||||||
license = MIT
|
license = MIT
|
||||||
makedepends = git
|
makedepends = git
|
||||||
depends = python2-munkres
|
depends = python-munkres
|
||||||
depends = mutagen
|
depends = python-mutagen
|
||||||
depends = python2-setuptools
|
depends = python-setuptools
|
||||||
depends = python2-unidecode
|
depends = python-unidecode
|
||||||
depends = python2-musicbrainzngs
|
depends = python-musicbrainzngs
|
||||||
depends = python2-yaml
|
depends = python-yaml
|
||||||
depends = python2-enum34
|
depends = python-jellyfish
|
||||||
depends = python2-jellyfish
|
depends = python-six
|
||||||
depends = python2-six
|
optdepends = python-pyacoustid: acoustic fingerprinting
|
||||||
optdepends = python2-pyacoustid: acoustic fingerprinting
|
optdepends = python-flask: web interface
|
||||||
optdepends = python2-flask: web interface
|
optdepends = python-gobject: BPD audio player plugin
|
||||||
optdepends = python2-gobject: BPD audio player plugin
|
optdepends = python-pylast: lastgenre plugin
|
||||||
optdepends = python2-pylast: lastgenre plugin
|
|
||||||
provides = beets
|
provides = beets
|
||||||
conflicts = beets
|
conflicts = beets
|
||||||
source = git+https://github.com/beetbox/beets.git
|
source = git+https://github.com/beetbox/beets.git
|
||||||
|
21
PKGBUILD
21
PKGBUILD
@ -8,16 +8,15 @@ pkgdesc="Flexible music library manager and tagger - git version"
|
|||||||
arch=('any')
|
arch=('any')
|
||||||
url="http://beets.io/"
|
url="http://beets.io/"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=('python2-munkres' 'mutagen'
|
depends=('python-munkres' 'python-mutagen'
|
||||||
'python2-setuptools' 'python2-unidecode'
|
'python-setuptools' 'python-unidecode'
|
||||||
'python2-musicbrainzngs' 'python2-yaml'
|
'python-musicbrainzngs' 'python-yaml'
|
||||||
'python2-enum34' 'python2-jellyfish'
|
'python-jellyfish' 'python-six')
|
||||||
'python2-six')
|
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
optdepends=('python2-pyacoustid: acoustic fingerprinting'
|
optdepends=('python-pyacoustid: acoustic fingerprinting'
|
||||||
'python2-flask: web interface'
|
'python-flask: web interface'
|
||||||
'python2-gobject: BPD audio player plugin'
|
'python-gobject: BPD audio player plugin'
|
||||||
'python2-pylast: lastgenre plugin')
|
'python-pylast: lastgenre plugin')
|
||||||
provides=('beets')
|
provides=('beets')
|
||||||
conflicts=('beets')
|
conflicts=('beets')
|
||||||
source=('git+https://github.com/beetbox/beets.git')
|
source=('git+https://github.com/beetbox/beets.git')
|
||||||
@ -30,12 +29,12 @@ pkgver() {
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${srcdir}/beets
|
cd ${srcdir}/beets
|
||||||
python2 setup.py build
|
python setup.py build
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd ${srcdir}/beets
|
cd ${srcdir}/beets
|
||||||
python2 setup.py install --root=${pkgdir} --optimize=1
|
python setup.py install --root=${pkgdir} --optimize=1
|
||||||
|
|
||||||
install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user