budgie-desktop-view: update to 1.2.1.
This commit is contained in:
parent
236ad05886
commit
94aef3d6d3
|
@ -0,0 +1,15 @@
|
||||||
|
check: true causes run_command (which will error with chroot-git) to fail
|
||||||
|
|
||||||
|
reverts part of be1a8e62cfe70af0b0dd97a08271d177d0c2b1d3
|
||||||
|
|
||||||
|
--- a/meson.build
|
||||||
|
+++ b/meson.build
|
||||||
|
@@ -43,7 +43,7 @@
|
||||||
|
package_version = meson.project_version()
|
||||||
|
|
||||||
|
if git.found()
|
||||||
|
- git_version = run_command('git', ['rev-parse', 'HEAD'], check: true)
|
||||||
|
+ git_version = run_command('git', ['rev-parse', 'HEAD'])
|
||||||
|
if git_version.returncode() == 0
|
||||||
|
package_version += ' (git-'+git_version.stdout().strip()+')'
|
||||||
|
endif
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'budgie-desktop-view'
|
# Template file for 'budgie-desktop-view'
|
||||||
pkgname=budgie-desktop-view
|
pkgname=budgie-desktop-view
|
||||||
version=1.2
|
version=1.2.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="pkg-config intltool vala glib-devel"
|
hostmakedepends="pkg-config intltool vala glib-devel"
|
||||||
|
@ -10,4 +10,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/BuddiesOfBudgie/budgie-desktop-view"
|
homepage="https://github.com/BuddiesOfBudgie/budgie-desktop-view"
|
||||||
distfiles="https://github.com/BuddiesOfBudgie/budgie-desktop-view/releases/download/v${version}/budgie-desktop-view-v${version}.tar.xz"
|
distfiles="https://github.com/BuddiesOfBudgie/budgie-desktop-view/releases/download/v${version}/budgie-desktop-view-v${version}.tar.xz"
|
||||||
checksum=8399fae4326e5a21dda889bd89cb16ed8201f2854dc5cbc12394b90420d4cf2e
|
checksum=045d5ed7586fc26bbee82df31369b5ddbe30b5f0d7f11486210f3e14ccbfd536
|
||||||
|
|
Loading…
Reference in New Issue