io.elementary.calendar: temporarily use git tag for compat with libecal-1.2
This commit is contained in:
parent
38fff3ace9
commit
6dd5e0e279
1 changed files with 5 additions and 4 deletions
|
@ -1,8 +1,9 @@
|
|||
# Template file for 'io.elementary.calendar'
|
||||
pkgname=io.elementary.calendar
|
||||
version=5.0
|
||||
revision=2
|
||||
wrksrc="calendar-${version}"
|
||||
revision=3
|
||||
_git_commit=46346e48b53e9d3d59d9f567b622532338f50f32
|
||||
wrksrc="calendar-${_git_commit}"
|
||||
build_style=meson
|
||||
build_helper="gir"
|
||||
hostmakedepends="intltool pkg-config vala desktop-file-utils AppStream"
|
||||
|
@ -13,8 +14,8 @@ short_desc="Desktop calendar app designed for elementary OS"
|
|||
maintainer="Cameron Nemo <camerontnorman@gmail.com>"
|
||||
license="GPL-3.0-only"
|
||||
homepage="https://github.com/elementary/calendar"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=f47bae213163ec87c2e4f2c0563a40be8cf080cab70094a6a4f41936803fb3fa
|
||||
distfiles="${homepage}/archive/${_git_commit}.tar.gz"
|
||||
checksum=3be3851baeed67144e5cbed209b2c1b982fe9830db13372e3051423295dee345
|
||||
|
||||
libio.elementary.calendar_package() {
|
||||
short_desc+=" - library"
|
||||
|
|
Loading…
Reference in a new issue