jlec        15/06/28 17:01:15

  Modified:             ChangeLog
  Added:                activity-log-manager-0.9.7-r1.ebuild
  Log:
  Add fixes for latest glib, Gtk and vala changes, bug #553348
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  Changes    Path
1.23                 gnome-extra/activity-log-manager/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog?rev=1.23&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog?rev=1.23&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   27 Jun 2015 11:31:33 -0000      1.22
+++ ChangeLog   28 Jun 2015 17:01:15 -0000      1.23
@@ -1,6 +1,13 @@
 # ChangeLog for gnome-extra/activity-log-manager
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog,v 1.22 
2015/06/27 11:31:33 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog,v 1.23 
2015/06/28 17:01:15 jlec Exp $
+
+*activity-log-manager-0.9.7-r1 (28 Jun 2015)
+
+  28 Jun 2015; Justin Lecher <[email protected]>
+  +activity-log-manager-0.9.7-r1.ebuild,
+  +files/activity-log-manager-0.9.7-ambiguous.patch:
+  Add fixes for latest glib, Gtk and vala changes, bug #553348
 
   27 Jun 2015; Pacho Ramos <[email protected]> 
activity-log-manager-0.9.7.ebuild:
   Fix typo in VALA_MAX_API_VERSION variable, it also builds with 0.26 (even if



1.1                  
gnome-extra/activity-log-manager/activity-log-manager-0.9.7-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/activity-log-manager/activity-log-manager-0.9.7-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/activity-log-manager/activity-log-manager-0.9.7-r1.ebuild?rev=1.1&content-type=text/plain

Index: activity-log-manager-0.9.7-r1.ebuild
===================================================================
# Copyright 1999-2015 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.7-r1.ebuild,v
 1.1 2015/06/28 17:01:15 jlec Exp $

EAPI=5

GNOME2_LA_PUNT="yes"
VALA_MIN_API_VERSION="0.26" # Fails with 0.24, but works with 0.26 and older 
versions
#VALA_MAX_API_VERSION="0.26" # build fails with vala-0.28
WANT_AUTOMAKE=1.13

inherit autotools eutils gnome2 vala 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.xz"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="
        dev-libs/libgee:0
        dev-libs/glib:2
        gnome-extra/zeitgeist
        x11-libs/cairo
        x11-libs/gdk-pixbuf
        x11-libs/gtk+:3
        x11-libs/pango"
DEPEND="${RDEPEND}
        $(vala_depend)
        virtual/pkgconfig
        dev-util/intltool
        sys-devel/gettext"

src_prepare() {
        DOCS="README NEWS INSTALL ChangeLog AUTHORS"

        rm src/${PN}.c || die

        epatch \
                "${FILESDIR}"/${PN}-0.9.0.1-gold.patch \
                "${FILESDIR}"/${P}-gtk-icon_size.patch \
                "${FILESDIR}"/${P}-ambiguous.patch
        sed \
                -e "/^almdocdir/s:=.*$:= \${prefix}/share/doc/${PF}:g" \
                -i Makefile.am || die
        vala_src_prepare
        eautoreconf
        gnome2_src_prepare
}




Reply via email to