From c2ab1338e9fd15ad75b83ca1f413306ecc373d67 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 15 Dec 2013 12:12:50 +0100 Subject: [PATCH] cinnamon-desktop: make this build and move gir files to -devel pkg. Not revbumping because the binary packages were not built. --- srcpkgs/cinnamon-desktop/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cinnamon-desktop/template b/srcpkgs/cinnamon-desktop/template index b4297f0bd51..4cb03ab0986 100644 --- a/srcpkgs/cinnamon-desktop/template +++ b/srcpkgs/cinnamon-desktop/template @@ -6,12 +6,11 @@ short_desc="Library with common API for various Cinnamon modules" build_style=gnu-configure configure_args=" --disable-static" hostmakedepends="automake libtool gnome-common pkg-config gobject-introspection -gettext-devel intltool which" + gettext-devel intltool which" makedepends="gdk-pixbuf-devel gtk+3-devel libXrandr-devel xkeyboard-config libxkbfile-devel " maintainer="Roelof Wobben " license="GPL-3" homepage="http://cinnamon.linuxmint.com/" -distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz" do_fetch() { git clone -b ${version} git://github.com/linuxmint/${pkgname} ${pkgname}-${version} @@ -28,6 +27,7 @@ cinnamon-desktop-devel_package() { vmove "usr/lib/*.so" vmove usr/include vmove usr/lib/pkgconfig + vmove usr/share/gir-1.0 } }