Skip to content
Snippets Groups Projects
Commit 6cdc4963 authored by Canek Peláez Valdés's avatar Canek Peláez Valdés :slight_smile:
Browse files

And actually add the live ebuilds.

parent b9973f8b
No related branches found
No related tags found
No related merge requests found
# Copyright 2013 Canek Peláez
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
GCONF_DEBUG="no"
inherit gnome2-live
DESCRIPTION="Gallery3 Uploader"
HOMEPAGE="http://github.com/canek-pelaez/g3uploader/"
EGIT_REPO_URI="git://github.com/canek-pelaez/g3uploader.git"
LICENSE="GPL-3"
SLOT="0"
IUSE=""
KEYWORDS="~amd64 ~x86"
RDEPEND="
>=x11-libs/gtk+-3.2:3[introspection,X]
>=dev-libs/glib-2.30:2
x11-libs/gdk-pixbuf:2[jpeg]
>=media-libs/gexiv2-0.5:0[introspection]
media-gfx/imagemagick
>=dev-lang/python-3.2:3.2
"
DEPEND="${RDEPEND}
sys-devel/gettext
virtual/pkgconfig
"
# Copyright 2013 Canek Peláez
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
GCONF_DEBUG="no"
VALA_MIN_API_VERSION="0.18"
inherit gnome2-live vala
DESCRIPTION="Quick Photo Editor"
HOMEPAGE="http://github.com/canek-pelaez/quick-photo-editor/"
EGIT_REPO_URI="git://github.com/canek-pelaez/quick-photo-editor.git"
LICENSE="GPL-3"
SLOT="0"
IUSE=""
KEYWORDS="~amd64 ~x86"
RDEPEND="
>=x11-libs/gtk+-3.2:3[X]
>=dev-libs/glib-2.30:2
x11-libs/gdk-pixbuf:2[jpeg]
>=media-libs/gexiv2-0.5:0
>=dev-lang/python-3.2:3.2
"
DEPEND="${RDEPEND}
$(vala_depend)
sys-devel/m4
"
src_prepare() {
gnome2-live_src_prepare
vala_src_prepare
}
src_compile() {
local valaver="$(vala_best_api_version)"
emake VALAC="$(type -p valac-${valaver})"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment