mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 03:42:56 +02:00
clementine: add distfiles+checksum
This commit is contained in:
parent
f764721ad2
commit
da901d0072
1 changed files with 5 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'clementine'
|
# Template file for 'clementine'
|
||||||
pkgname=clementine
|
pkgname=clementine
|
||||||
version=1.2.3
|
version=1.2.3
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="git cmake sparsehash pkg-config"
|
hostmakedepends="git cmake sparsehash pkg-config"
|
||||||
makedepends="chromaprint-devel boost-devel gst-plugins-base-devel liblastfm-devel
|
makedepends="chromaprint-devel boost-devel gst-plugins-base-devel liblastfm-devel
|
||||||
|
@ -13,13 +13,7 @@ short_desc="A modern music player and library organizer"
|
||||||
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="https://www.clementine-player.org/"
|
homepage="https://www.clementine-player.org/"
|
||||||
|
wrksrc="Clementine-$version"
|
||||||
do_fetch() {
|
distfiles="https://github.com/clementine-player/Clementine/archive/$version.tar.gz"
|
||||||
local url="git://github.com/clementine-player/Clementine"
|
checksum=7df5650445a005c09f5f0e1a1b0d077037c37ecbe4ee77baf9d45f121308a1bf
|
||||||
msg_normal "Fetching source from $url ...\n"
|
patch_args="-p1"
|
||||||
git clone --branch ${version} ${url} ${wrksrc}
|
|
||||||
cd ${wrksrc}
|
|
||||||
git config user.email "one@two.com"
|
|
||||||
git config user.name "oh my gold"
|
|
||||||
git cherry-pick ec580cb815c16ec1ab43a469d5af7d51d8d03082 # No namespaces for DBus interfaces. Fixes issue n4401
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue