diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2021-04-28 12:52:48 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2021-04-29 17:04:32 -0400 |
commit | 52b112421c35b8764423939b15a717dd6eb4d123 (patch) | |
tree | 88a45d7f4c3cb0a39cc8e2ef381d9b47e9fcf00e /libre/clementine | |
parent | 0e25463c7122c2443203348ee89e01463b33d519 (diff) | |
download | abslibre-52b112421c35b8764423939b15a717dd6eb4d123.tar.gz abslibre-52b112421c35b8764423939b15a717dd6eb4d123.tar.bz2 abslibre-52b112421c35b8764423939b15a717dd6eb4d123.zip |
[clementine]: housekeeping
Diffstat (limited to 'libre/clementine')
-rw-r--r-- | libre/clementine/PKGBUILD | 35 |
1 files 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 <alucryd@archlinux.org> -# Contributor (Arch): Stéphane Gaudreault <stephane@archlinux.org> -# Contributor (Arch): BlackEagle <ike.devolder@gmail.com> -# Contributor (Arch): Dany Martineau <dany.luc.martineau@gmail.com> -# Maintainer (Hyperbola): André Silva <emulatorman@hyperbola.info> -# Contributor (Hyperbola): Márcio Silva <coadde@hyperbola.info> +# Maintainer (arch): Maxime Gauduin <alucryd@archlinux.org> +# Contributor: Stéphane Gaudreault <stephane@archlinux.org> +# Contributor: BlackEagle <ike.devolder@gmail.com> +# Contributor: Dany Martineau <dany.luc.martineau@gmail.com> +# Contributor: André Silva <emulatorman@hyperbola.info> +# Contributor: Márcio Silva <coadde@hyperbola.info> # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> # Contributor: Kete <kete@ninthfloor.org> -# 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 } |