From 52b112421c35b8764423939b15a717dd6eb4d123 Mon Sep 17 00:00:00 2001 From: bill-auger Date: Wed, 28 Apr 2021 12:52:48 -0400 Subject: [clementine]: housekeeping --- libre/clementine/PKGBUILD | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/libre/clementine/PKGBUILD b/libre/clementine/PKGBUILD index ee3f958a5..e720efa71 100644 --- a/libre/clementine/PKGBUILD +++ b/libre/clementine/PKGBUILD @@ -1,22 +1,21 @@ -# Maintainer (Arch): Maxime Gauduin -# Contributor (Arch): Stéphane Gaudreault -# Contributor (Arch): BlackEagle -# Contributor (Arch): Dany Martineau -# Maintainer (Hyperbola): André Silva -# Contributor (Hyperbola): Márcio Silva +# Maintainer (arch): Maxime Gauduin +# Contributor: Stéphane Gaudreault +# Contributor: BlackEagle +# Contributor: Dany Martineau +# Contributor: André Silva +# Contributor: Márcio Silva # Maintainer: Omar Vega Ramos # Contributor: Kete -# rationale for inclusion in libre: + +# parabola changes and rationale: # - replaced nonfree nyancat artwork with moognu # - removed spotify support -# -# additional changes: -# - build from release tarball instead of VCS + pkgname=clementine pkgver=1.4.0rc1+495+g10bf5dc17 -pkgrel=1 +pkgrel=2 pkgrel+=.parabola1 pkgdesc='A modern music player and library organizer' pkgdesc+=', without nonfree artwork and Spotify support' @@ -35,13 +34,13 @@ optdepends=( 'gst-libav: Libav plugin' 'gvfs: Various devices support' ) -source=("https://github.com/clementine-player/Clementine/releases/download/${pkgver//+/-}/$pkgname-${pkgver//+/-}.tar.xz" - remove-nonfree-artwork-and-spotify.patch - moognu.png) +source=("https://github.com/clementine-player/Clementine/releases/download/${pkgver//+/-}/$pkgname-${pkgver//+/-}.tar.xz") +source+=(remove-nonfree-artwork-and-spotify.patch + moognu.png) -sha256sums=('b61c7051b6282af3a5717a4d9e755e1b53e08a04339c6eb4b6df77521606cc03' - 'd9b19730e792e15d026cc4b89019be032c4c4843aace421df418b8111fc5e79f' - 'c6918617769152f3617c61f721819e69d03f671b85760b11cfe45abd53955bc4') +sha256sums=('b61c7051b6282af3a5717a4d9e755e1b53e08a04339c6eb4b6df77521606cc03') +sha256sums+=('d9b19730e792e15d026cc4b89019be032c4c4843aace421df418b8111fc5e79f' + 'c6918617769152f3617c61f721819e69d03f671b85760b11cfe45abd53955bc4') prepare() { sed -e 's|CRYPTOPP cryptopp|CRYPTOPP libcryptopp|' -i $pkgname-${pkgver//+/-}/CMakeLists.txt # Fix crypto++ detection @@ -74,7 +73,7 @@ prepare() { # https://labs.parabola.nu/issues/329 install -m644 -v ../moognu.png data - # create a blank file because it's a dependency for Clementine + # create an empty file because it's a dependency for Clementine touch data/schema/schema-30.sql } -- cgit v1.2.2