diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-02-15 18:29:05 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-02-15 18:29:05 +0000 |
commit | a7729731d737be8d8e8555c647b5cf4f853e22c7 (patch) | |
tree | c35b55ea418e970566f97b1ef4908321d9289275 /gnome-extra | |
parent | move media-tv to virtual/linuxtv-dvb-headers, bug #403929 (diff) | |
download | gentoo-2-a7729731d737be8d8e8555c647b5cf4f853e22c7.tar.gz gentoo-2-a7729731d737be8d8e8555c647b5cf4f853e22c7.tar.bz2 gentoo-2-a7729731d737be8d8e8555c647b5cf4f853e22c7.zip |
Version Bump, add long description
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra')
4 files changed, 83 insertions, 1 deletions
diff --git a/gnome-extra/activity-log-manager/ChangeLog b/gnome-extra/activity-log-manager/ChangeLog index 99eba59760ce..cfc7c91b8c53 100644 --- a/gnome-extra/activity-log-manager/ChangeLog +++ b/gnome-extra/activity-log-manager/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for gnome-extra/activity-log-manager # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog,v 1.2 2012/02/12 20:30:33 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog,v 1.3 2012/02/15 18:29:05 jlec Exp $ + +*activity-log-manager-0.9.1 (15 Feb 2012) + + 15 Feb 2012; Justin Lecher <jlec@gentoo.org> + +activity-log-manager-0.9.1.ebuild, + +files/activity-log-manager-0.9.1-ccpanel.patch, metadata.xml: + Version Bump, add long description 12 Feb 2012; Justin Lecher <jlec@gentoo.org> activity-log-manager-0.9.0.1.ebuild: diff --git a/gnome-extra/activity-log-manager/activity-log-manager-0.9.1.ebuild b/gnome-extra/activity-log-manager/activity-log-manager-0.9.1.ebuild new file mode 100644 index 000000000000..fee0b95d73e6 --- /dev/null +++ b/gnome-extra/activity-log-manager/activity-log-manager-0.9.1.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/activity-log-manager-0.9.1.ebuild,v 1.1 2012/02/15 18:29:05 jlec Exp $ + +EAPI=4 + +inherit autotools gnome2 versionator + +DESCRIPTION="GUI which lets you easily control what gets logged by Zeitgeist" +HOMEPAGE="https://launchpad.net/activity-log-manager/" +SRC_URI="http://launchpad.net/history-manager/$(get_version_component_range 1-2)/${PV}/+download/${P}.tar.gz" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +VALASLOT="0.10" + +RDEPEND=" + gnome-extra/zeitgeist + x11-libs/gtk+:3 + dev-libs/libgee:0 + dev-libs/glib:2" +DEPEND="${RDEPEND} + dev-lang/vala:${VALASLOT} + dev-util/intltool + sys-devel/gettext +" + +#S="${WORKDIR}/${MY_PN}-${PV}" + +pkg_setup() { + DOCS="README NEWS INSTALL ChangeLog AUTHORS" +# no without possible +# G2CONF="${G2CONF} +# --without-ccpanel" +} + +src_prepare() { + epatch \ + "${FILESDIR}"/${PN}-0.9.0.1-gold.patch \ + "${FILESDIR}"/${P}-ccpanel.patch + sed \ + -e "/^almdocdir/s:=.*$:= \${prefix}/share/doc/${PF}:g" \ + -i Makefile.am || die + sed \ + -e 's:-g::g' \ + -i src/Makefile.am || die + eautoreconf + export VALAC="$(type -p valac-${VALASLOT})" + gnome2_src_prepare +} diff --git a/gnome-extra/activity-log-manager/files/activity-log-manager-0.9.1-ccpanel.patch b/gnome-extra/activity-log-manager/files/activity-log-manager-0.9.1-ccpanel.patch new file mode 100644 index 000000000000..59fd9ba5019f --- /dev/null +++ b/gnome-extra/activity-log-manager/files/activity-log-manager-0.9.1-ccpanel.patch @@ -0,0 +1,16 @@ + data/Makefile.am | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/data/Makefile.am b/data/Makefile.am +index 41a1bf0..1b90451 100644 +--- a/data/Makefile.am ++++ b/data/Makefile.am +@@ -21,7 +21,7 @@ nobase_dist_data_DATA = \ + icons/hicolor/48x48/apps/activity-log-manager.svg + + desktopdir = $(datadir)/applications +-desktop_in_files = activity-log-manager.desktop.in activity-log-manager-ccpanel.desktop.in ++desktop_in_files = activity-log-manager.desktop.in + + if HAVE_CCPANEL + desktop_in_files+ = activity-log-manager-ccpanel.desktop.in diff --git a/gnome-extra/activity-log-manager/metadata.xml b/gnome-extra/activity-log-manager/metadata.xml index 0cf683cda8fe..ebdedc048055 100644 --- a/gnome-extra/activity-log-manager/metadata.xml +++ b/gnome-extra/activity-log-manager/metadata.xml @@ -5,4 +5,10 @@ <maintainer> <email>jlec@gentoo.org</email> </maintainer> + <longdescription> +Gnome Activity Journal (GAJ for friends) is your portal to the world of +Zeitgeist. It’s an user interface written in PyGTK ideated for easily +browsing and finding files on your computer. It incorporates search, +file preview, tag, bookmark and other useful features. +</longdescription> </pkgmetadata> |