mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-03-30 18:03:33 +02:00
Added osmo ebuild
This commit is contained in:
42
app-office/osmo/osmo-0.4.4.ebuild
Normal file
42
app-office/osmo/osmo-0.4.4.ebuild
Normal file
@@ -0,0 +1,42 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="6"
|
||||
inherit eutils flag-o-matic
|
||||
|
||||
DESCRIPTION="A handy personal organizer"
|
||||
HOMEPAGE="http://clayo.org/osmo/"
|
||||
SRC_URI="mirror://sourceforge/${PN}-pim/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
RESTRICT="mirror"
|
||||
|
||||
RDEPEND=">=x11-libs/gtk+-2.12:2
|
||||
>=dev-libs/libtar-1.2.11-r3
|
||||
dev-libs/libxml2:2
|
||||
>=dev-libs/libical-0.33
|
||||
app-text/gtkspell:2
|
||||
>=x11-libs/libnotify-0.7"
|
||||
DEPEND="${RDEPEND}
|
||||
sys-devel/automake:1.16
|
||||
virtual/pkgconfig"
|
||||
|
||||
#PATCHES=( "${FILESDIR}/${P}-01-fix-build-without-webkit.patch"
|
||||
# "${FILESDIR}/${P}-02-fix-memory-leak.patch" )
|
||||
#
|
||||
src_configure() {
|
||||
append-flags -I/usr/include/libical
|
||||
|
||||
econf \
|
||||
--disable-dependency-tracking \
|
||||
--without-libsyncml
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die
|
||||
dodoc AUTHORS ChangeLog README TRANSLATORS
|
||||
}
|
||||
Reference in New Issue
Block a user