pacho       15/06/26 17:03:00

  Modified:             ChangeLog
  Added:                granite-0.3.0.ebuild
  Log:
  Versio bump (buildable with current vala)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.10                 dev-libs/granite/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/granite/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/granite/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/granite/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/granite/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   9 Jun 2015 14:17:07 -0000       1.9
+++ ChangeLog   26 Jun 2015 17:03:00 -0000      1.10
@@ -1,6 +1,13 @@
 # ChangeLog for dev-libs/granite
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/granite/ChangeLog,v 1.9 2015/06/09 
14:17:07 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/granite/ChangeLog,v 1.10 
2015/06/26 17:03:00 pacho Exp $
+
+*granite-0.3.0 (26 Jun 2015)
+
+  26 Jun 2015; Pacho Ramos <[email protected]>
+  +files/granite-0.3.0-build-fix.patch, +files/granite-0.3.0-build-fix2.patch,
+  +files/granite-0.3.0-build-fix3.patch, +granite-0.3.0.ebuild:
+  Versio bump (buildable with current vala)
 
   09 Jun 2015; Justin Lecher <[email protected]> metadata.xml:
   Updating remote-id in metadata.xml



1.1                  dev-libs/granite/granite-0.3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/granite/granite-0.3.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/granite/granite-0.3.0.ebuild?rev=1.1&content-type=text/plain

Index: granite-0.3.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/granite/granite-0.3.0.ebuild,v 1.1 
2015/06/26 17:03:00 pacho Exp $

EAPI=5
VALA_MIN_API_VERSION="0.24"

inherit cmake-utils gnome2-utils multilib vala versionator

DESCRIPTION="A development library for elementary development"
HOMEPAGE="http://launchpad.net/granite";
SRC_URI="http://launchpad.net/${PN}/$(get_version_component_range 
1-2)/$(get_version_component_range 1-2)/+download/${P}.tar.gz"

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

RDEPEND="
        >=dev-libs/glib-2.32:2
        dev-libs/gobject-introspection:=
        dev-libs/libgee:0.8[introspection]
        >=x11-libs/gtk+-3.11.6:3
"
DEPEND="${RDEPEND}
        $(vala_depend)
        sys-devel/gettext
        virtual/pkgconfig
"

DOCS=( AUTHORS )
PATCHES=(
        # https://bugs.launchpad.net/granite/+bug/1453526
        "${FILESDIR}"/${P}-build-fix{,2,3}.patch
)

src_prepare() {
        vala_src_prepare
        sed -i -e "/NAMES/s:valac:${VALAC}:" cmake/FindVala.cmake || die
        cmake-utils_src_prepare
}

src_configure() {
        mycmakeargs=(
                -DLIB_INSTALL_DIR=$(get_libdir)
        )
        cmake-utils_src_configure
}

src_install() {
        HTML_DOCS=( doc/. )
        cmake-utils_src_install
}

pkg_preinst() {
        gnome2_icon_savelist
}

pkg_postinst() {
        gnome2_icon_cache_update
}

pkg_postrm() {
        gnome2_icon_cache_update
}




Reply via email to