Date: Thursday, October 14, 2021 @ 19:51:40 Author: arojas Revision: 1030192
archrelease: copy trunk to community-x86_64 Added: strawberry/repos/community-x86_64/PKGBUILD (from rev 1030191, strawberry/trunk/PKGBUILD) Deleted: strawberry/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 56 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-10-14 19:51:25 UTC (rev 1030191) +++ PKGBUILD 2021-10-14 19:51:40 UTC (rev 1030192) @@ -1,28 +0,0 @@ -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Contributor: Fabio 'Lolix' Loli <lo...@disroot.org> -> https://github.com/FabioLolix - -pkgname=strawberry -pkgver=0.9.3 -pkgrel=3 -pkgdesc="A music player aimed at audio enthusiasts and music collectors" -arch=(x86_64) -url="https://www.strawbs.org/" -license=(GPL3) -depends=(qt6-base chromaprint protobuf gst-plugins-base gst-plugins-good udisks2 libcdio libgpod libmtp fftw) -makedepends=(cmake boost qt6-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=('0fe9c38c4d1e2f10c1130dbd87ea6e740bef729fe78820a84ffabe524a80c83e') - -build() { - cmake -B build -S $pkgname-$pkgver \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DBUILD_WITH_QT6=ON - cmake --build build -} - -package() { - DESTDIR="$pkgdir" cmake --install build -} Copied: strawberry/repos/community-x86_64/PKGBUILD (from rev 1030191, strawberry/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-10-14 19:51:40 UTC (rev 1030192) @@ -0,0 +1,28 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Fabio 'Lolix' Loli <lo...@disroot.org> -> https://github.com/FabioLolix + +pkgname=strawberry +pkgver=1.0.0 +pkgrel=1 +pkgdesc='A music player aimed at audio enthusiasts and music collectors' +arch=(x86_64) +url='https://www.strawbs.org/' +license=(GPL3) +depends=(qt6-base chromaprint protobuf gst-plugins-base gst-plugins-good udisks2 libcdio libgpod libmtp fftw) +makedepends=(cmake boost qt6-tools) +optdepends=('gst-libav: additional codecs' + 'gst-plugins-bad: additional codecs' + 'gst-plugins-ugly: additional codecs') +source=(https://github.com/strawberrymusicplayer/strawberry/releases/download/$pkgver/$pkgname-$pkgver.tar.xz) +sha256sums=('21e1fb70f03450a6b9777d0afb271a7a7922258ebb364c86b8104327496ca7a1') + +build() { + cmake -B build -S $pkgname-$pkgver \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DBUILD_WITH_QT6=ON + cmake --build build +} + +package() { + DESTDIR="$pkgdir" cmake --install build +}