mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-03-09 12:25:46 +01:00
Added osmo ebuild
This commit is contained in:
2
app-office/osmo/Manifest
Normal file
2
app-office/osmo/Manifest
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
DIST osmo-0.4.4.tar.gz 1312483 BLAKE2B 0849324609e8769f5108a87b56e553b677526deb94f81797baa280b2b9df81f3368de33c07185c78a4b20c21e246015a03f94c2e1dd040ef5dadd444b4f0b5b6 SHA512 2aa72933ec23dba236c3ff0f9d7a86fe3dcf80eaa7bad521866e22020d71ac883cbbb91a9fe444dbca3d651459b1c2b387c253cfadac39ba3d4fcab730010e08
|
||||||
|
EBUILD osmo-0.4.4.ebuild 926 BLAKE2B 0cffdc3fc91576dd7c11579ee9814c9d0202eaea07574f7a17246dde2d26ea714d2bdef41a5b7d21067dee8c812b63ef1be7c00ef858c2fe03c58bf871f45269 SHA512 5c9c11b25131aa474c40dfba92208b7669a2a76f7452fafbd93c00e98a84a2f169bca34f7ccd96982d5b8301ee283dae53e4a0755b1896ec11bf34646ee0ed57
|
||||||
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