Skip to content

Instantly share code, notes, and snippets.

@Tranquility
Created March 14, 2015 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tranquility/e017b64a1d6cbdbbd52f to your computer and use it in GitHub Desktop.
Save Tranquility/e017b64a1d6cbdbbd52f to your computer and use it in GitHub Desktop.
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
VALA_MIN_API_VERSION="0.26"
VALA_USE_DEPEND="vapigen"
inherit autotools vala gnome2 git-r3
EGIT_REPO_URI="https://github.com/codito/gnome-shell-pomodoro"
DESCRIPTION="Pomodoro extension for gnome-shell"
HOMEPAGE="https://github.com/codito/gnome-shell-pomodoro"
SRC_URI=""
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
COMMON_DEPEND="
dev-libs/dbus-glib
>=gnome-base/gnome-desktop-3.14.0
>=gnome-base/gsettings-desktop-schemas-3.14.0
media-libs/gstreamer:1.0
>=media-libs/libcanberra-0.30
>=x11-libs/gtk+-3.14.0
"
DEPEND="${COMMON_DEPEND}
dev-libs/gobject-introspection-common
dev-util/intltool
$(vala_depend)
"
RDEPEND="${COMMON_DEPEND}
>=net-libs/telepathy-glib-0.17.5
"
src_prepare() {
vala_src_prepare
eautoreconf
}
src_install() {
gnome2_src_install
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment