lxqt-config: use git revision to fix fatal error
See https://github.com/lxde/lxqt/issues/1275
This commit is contained in:
parent
abd65b4748
commit
6c6fa49652
1 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,8 @@
|
||||||
# Template file for 'lxqt-config'
|
# Template file for 'lxqt-config'
|
||||||
pkgname=lxqt-config
|
pkgname=lxqt-config
|
||||||
version=0.11.1
|
version=0.11.1.20170627
|
||||||
|
_gitrev=e6ef16025680e7df6123522aa8b53dadfd7a2a40
|
||||||
|
wrksrc="${pkgname}-${_gitrev}"
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DPULL_TRANSLATIONS=0"
|
configure_args="-DPULL_TRANSLATIONS=0"
|
||||||
|
@ -10,5 +12,7 @@ short_desc="LXQt System Settings"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://lxqt.org/"
|
homepage="http://lxqt.org/"
|
||||||
distfiles="https://github.com/lxde/lxqt-config/releases/download/${version}/lxqt-config-${version}.tar.xz"
|
# Official release distfile URL
|
||||||
checksum=65899ba616a637a8abf88889285aed400046064c85fc29393522782bf557425b
|
#distfiles="https://github.com/lxde/lxqt-config/releases/download/${version}/lxqt-config-${version}.tar.xz"
|
||||||
|
distfiles="https://github.com/lxde/lxqt-config/archive/${_gitrev}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=eb3adff82ec875e5c09782dcd21b3dbac5c3c9cf5db867d5e3c085b628e9b93b
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue