From d15cab3aa2f1921df9ac2cbd8fc37c4368b84e6a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 28 Mar 2013 22:42:24 +0100 Subject: [PATCH] libchamplain: rebuild against cogl 1.14. --- srcpkgs/libchamplain/libchamplain-devel.template | 6 +----- srcpkgs/libchamplain/template | 11 ++++------- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/srcpkgs/libchamplain/libchamplain-devel.template b/srcpkgs/libchamplain/libchamplain-devel.template index 527e93ef12..322c939be4 100644 --- a/srcpkgs/libchamplain/libchamplain-devel.template +++ b/srcpkgs/libchamplain/libchamplain-devel.template @@ -1,12 +1,8 @@ # Template file for 'libchamplain-devel'. # -noarch=yes -depends="libsoup-gnome-devel gtk+3-devel>=3.6.0_2 clutter-gtk-devel>=1.3.2 +depends="libsoup-gnome-devel gtk+3-devel>=3.8 clutter-gtk-devel>=1.4.4 json-glib-devel sqlite-devel libchamplain>=$version" short_desc="${short_desc} - development files" -long_desc="${long_desc} - - This package contains files for development, headers, static libs, etc." do_install() { vmove usr/include usr diff --git a/srcpkgs/libchamplain/template b/srcpkgs/libchamplain/template index b39bbd160a..d69ec2a9aa 100644 --- a/srcpkgs/libchamplain/template +++ b/srcpkgs/libchamplain/template @@ -1,19 +1,16 @@ # Template file for 'libchamplain' pkgname=libchamplain version=0.12.3 -revision=2 +revision=3 build_style=gnu-configure subpackages="$pkgname-devel" configure_args="--disable-debug --disable-static" -makedepends="pkg-config intltool gobject-introspection libsoup-gnome-devel -gtk+3-devel>=3.6.0_2 cogl-devel>=1.12 clutter-gtk-devel>=1.3.2 json-glib-devel -sqlite-devel" +hostmakedepends="pkg-config intltool gobject-introspection" +makedepends="libsoup-gnome-devel gtk+3-devel>=3.8 cogl-devel>=1.14 + clutter-gtk-devel>=1.4.4 sqlite-devel" short_desc="Library aimed to provide a Clutter widget to display rasterized maps" maintainer="Juan RP " homepage="http://projects.gnome.org/libchamplain/" license="LGPL-2.1" distfiles="${GNOME_SITE}/$pkgname/0.12/$pkgname-$version.tar.xz" checksum=3d03d4e6892305a3b5b78e0718e486f6a13271df33d82383fd8361ef71f3e658 -long_desc=" - libchamplain is a Clutter based widget to display rich, eye-candy and - interactive maps."