forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gnustep-apps/simpleagenda: 0.45 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Bernard Cafarelli <[email protected]>
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST simpleagenda-0.44.tar.gz 153485 BLAKE2B 94e7e7646e2ad5987d242b12c4c7e66307cf4e85d994e2a63f09853e9d9787ce6f3d5fb43f8fd8e9ccbc3f58b98c3d45c5f59bdbe8991b8aa69794bd9b4afa7f SHA512 11c702844a21bef72e9d7f6d873a1550125fd3eb5d0bcf69c6f2f6a8fd2a654c8e41ef653b8bf53cbd3a6318cddf562c3a7987dad2b0c39d8f87801619ff5183 | ||
DIST simpleagenda-0.45.tar.gz 156517 BLAKE2B 188afe475097452343c6a808e067835e866c3b340be83198e6eabe58a358d1ac82de56db9f08dd245392d59419867d70f77708e35c1f916c77e085bbae81dd9b SHA512 bc312a0822ff290e58c58afac718ec80c9f30f1ea505f1de338ae1b1e2752466d5b6416da698ffacc39cee78164968162203887065c5a95f0a4c16d7d3e8c023 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Copyright 1999-2021 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=7 | ||
inherit gnustep-2 | ||
|
||
DESCRIPTION="a simple calendar and agenda application" | ||
HOMEPAGE="https://github.com/poroussel/simpleagenda" | ||
SRC_URI="https://github.com/poroussel/simpleagenda/archive/v${PV}.tar.gz -> ${P}.tar.gz" | ||
|
||
LICENSE="GPL-2" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~ppc ~x86" | ||
IUSE="dbus" | ||
|
||
DEPEND=">=dev-libs/libical-0.27 | ||
>=virtual/gnustep-back-0.20.0 | ||
dbus? ( gnustep-libs/dbuskit )" | ||
RDEPEND="${DEPEND}" | ||
|
||
src_configure() { | ||
egnustep_env | ||
econf $(use_enable dbus dbuskit) | ||
} |