Skip to content

Commit

Permalink
planner: update to 2.7.
Browse files Browse the repository at this point in the history
Also:
- add needed dependencies
- add update file.
  • Loading branch information
mobinmob committed Aug 18, 2021
1 parent fd8b992 commit fda0cb2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 5 additions & 4 deletions srcpkgs/planner/template
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# Template file for 'planner'
pkgname=planner
version=2.6.9
version=2.7
revision=1
build_style=meson
build_helper="gir"
hostmakedepends="gettext pkg-config vala glib-devel"
hostmakedepends="gettext pkg-config vala glib-devel curl"
makedepends="evolution-data-server-devel libgee08-devel granite-devel
webkit2gtk-devel libsoup-devel libpeas-devel"
webkit2gtk-devel libsoup-devel libpeas-devel libhandy1-devel"
depends="io.elementary.icons io.elementary.stylesheet curl"
short_desc="Task manager with Todoist support designed for GNU/Linux"
maintainer="linarcx <linarcx@riseup.net>"
license="GPL-3.0-or-later"
homepage="https://github.com/alainm23/planner"
distfiles="https://github.com/alainm23/planner/archive/${version}.tar.gz"
checksum=40520c9ade68300089494b085ae4cd1ce076606b58d528df57f911fd4fdcdb74
checksum=cd34953867a91b2992aa4eafddc5093a695d1e6096571ade75640dddcc425d69

if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" evolution-data-server-devel"
Expand Down
2 changes: 2 additions & 0 deletions srcpkgs/planner/update
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 6.2.3 is an old release, tagged by mistake
ignore="6.2.3"

0 comments on commit fda0cb2

Please sign in to comment.