Date: Friday, May 1, 2020 @ 16:32:39 Author: arojas Revision: 624046 archrelease: copy trunk to community-x86_64
Added: strawberry/repos/community-x86_64/PKGBUILD (from rev 624045, strawberry/trunk/PKGBUILD) Deleted: strawberry/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 68 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-05-01 16:31:45 UTC (rev 624045) +++ PKGBUILD 2020-05-01 16:32:39 UTC (rev 624046) @@ -1,34 +0,0 @@ -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Contributor: Fabio 'Lolix' Loli <lo...@disroot.org> -> https://github.com/FabioLolix - -pkgname=strawberry -pkgver=0.6.9 -pkgrel=1 -pkgdesc="A music player aimed at audio enthusiasts and music collectors" -arch=(x86_64) -url="https://www.strawbs.org/" -license=(GPL3) -depends=(chromaprint protobuf gst-plugins-base gst-plugins-good qt5-x11extras udisks2 libcdio libgpod libmtp fftw desktop-file-utils) -makedepends=(cmake boost qt5-tools) -optdepends=('gst-libav: additional codecs' - 'gst-plugins-bad: additional codecs' - 'gst-plugins-ugly: additional codecs') -source=("https://github.com/jonaski/strawberry/releases/download/$pkgver/$pkgname-$pkgver.tar.xz") -sha256sums=('c0944d1af71102f46cef260526a974183caa4458faf60b1c2c1ebb8a0c08becd') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DUSE_SYSTEM_TAGLIB=ON - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: strawberry/repos/community-x86_64/PKGBUILD (from rev 624045, strawberry/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-05-01 16:32:39 UTC (rev 624046) @@ -0,0 +1,34 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Fabio 'Lolix' Loli <lo...@disroot.org> -> https://github.com/FabioLolix + +pkgname=strawberry +pkgver=0.6.10 +pkgrel=1 +pkgdesc="A music player aimed at audio enthusiasts and music collectors" +arch=(x86_64) +url="https://www.strawbs.org/" +license=(GPL3) +depends=(chromaprint protobuf gst-plugins-base gst-plugins-good qt5-x11extras udisks2 libcdio libgpod libmtp fftw) +makedepends=(cmake boost qt5-tools) +optdepends=('gst-libav: additional codecs' + 'gst-plugins-bad: additional codecs' + 'gst-plugins-ugly: additional codecs') +source=("https://github.com/jonaski/strawberry/releases/download/$pkgver/$pkgname-$pkgver.tar.xz") +sha256sums=('f5f601934d8b8f8113daadd563596c897146ade9b373d16b92eba969ddb22cf5') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DUSE_SYSTEM_TAGLIB=ON + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +}