Date: Saturday, January 8, 2022 @ 16:49:50 Author: arojas Revision: 1097215
archrelease: copy trunk to community-x86_64 Added: strawberry/repos/community-x86_64/PKGBUILD (from rev 1097214, strawberry/trunk/PKGBUILD) Deleted: strawberry/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 56 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-01-08 16:49:41 UTC (rev 1097214) +++ PKGBUILD 2022-01-08 16:49:50 UTC (rev 1097215) @@ -1,28 +0,0 @@ -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Contributor: Fabio 'Lolix' Loli <lo...@disroot.org> -> https://github.com/FabioLolix - -pkgname=strawberry -pkgver=1.0.0 -pkgrel=2 -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 -} Copied: strawberry/repos/community-x86_64/PKGBUILD (from rev 1097214, strawberry/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-01-08 16:49:50 UTC (rev 1097215) @@ -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.1 +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=('94fd3b506528e2cfb2dfc46e8a5120baafcd74e4705cfaae374709d30c269ecb') + +build() { + cmake -B build -S $pkgname-$pkgver \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DBUILD_WITH_QT6=ON + cmake --build build +} + +package() { + DESTDIR="$pkgdir" cmake --install build +}