mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
budgie-desktop-view: update to 1.3.
This commit is contained in:
parent
bce83191e0
commit
93e5369f65
2 changed files with 2 additions and 17 deletions
|
@ -1,15 +0,0 @@
|
||||||
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.1
|
version=1.3
|
||||||
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=045d5ed7586fc26bbee82df31369b5ddbe30b5f0d7f11486210f3e14ccbfd536
|
checksum=acf47e478fa6df75308c1a553668d236a484bd5fb1b60deba4b7744de0445411
|
||||||
|
|
Loading…
Add table
Reference in a new issue