Merge pull request #20 from ochibani/guix

Guix
This commit is contained in:
Salem Yaslem 2021-07-11 20:19:57 +03:00 committed by GitHub
commit a7382b62cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -1014,20 +1014,20 @@ useful types and distributions, and some randomness-related algorithms.")
(define-public blue-recorder
(let ((version "1.3.2")
(commit "e160bfcceb58d66a3a1c075b158bf9c1a5bcf0d3"))
(commit "d67dc8882ae446feca9cc44076f0839a0aeb845c"))
(package
(name "blue-recorder")
(version (git-version version "+4commits" commit))
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://gitlab.com/gitlab_ly/blue-recorder/")
(url "https://github.com/xlmnxp/blue-recorder/")
(commit commit)
(recursive? #t)))
(file-name (git-file-name name version))
(sha256
(base32
"0vchxxxgawh6zgh91l6dapx6a6gyfwz7vhwzlnh6nq6734rjhjxa"))))
"0q6af66bw6qqrr99gw09750hmd63d1d5zaalrmbk3jqf8kmyzkaa"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs

View File

@ -15,10 +15,10 @@ conflicts=("blue-recorder")
source=("$pkgname::git+https://github.com/xlmnxp/blue-recorder.git")
sha256sums=("SKIP")
prepare() {
cd $pkgname
sed -i 's+Icon=${SNAP}/meta/gui/blue-recorder.png+Icon=blue-recorder+g' data/blue-recorder.desktop
}
#prepare() {
# cd $pkgname
# sed -i 's+Icon=${SNAP}/meta/gui/blue-recorder.png+Icon=blue-recorder+g' data/blue-recorder.desktop
#}
build()
{