Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=ac6d58c557ec00190b2bb9b17813e72041828cff

commit ac6d58c557ec00190b2bb9b17813e72041828cff
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Wed Feb 9 23:48:09 2011 +0000

brasero-2.91.6-4-i686
*fixes pkgconfig files

diff --git a/source/gnome/brasero/FrugalBuild b/source/gnome/brasero/FrugalBuild
index cffd74a..b72d05c 100644
--- a/source/gnome/brasero/FrugalBuild
+++ b/source/gnome/brasero/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=brasero
pkgver=2.91.6
-pkgrel=3
+pkgrel=4
pkgdesc="A CD/DVD Burning application for the GNOME desktop."
url="http://www.gnome.org/projects/brasero/";
makedepends=('intltool' 'gnome-doc-utils')
@@ -34,7 +34,9 @@ _F_gnome_mime="y"
Finclude gnome gnome-scriptlet
Fconfopts="$Fconfopts --enable-search --enable-playlist --enable-preview 
--enable-inotify --enable-libnotify --disable-schemas-install \
--enable-caches=no --enable-introspection=yes"
-sha1sums=('b77d769b76a325012f73192c23355c3cabf8bdea')
+source=($source fixpkgconfig.diff)
+sha1sums=('b77d769b76a325012f73192c23355c3cabf8bdea' \
+          '52bdb015cbdc2cf6b6d3c86f30b1a5943f1b9faa')

build(){
Fbuild
diff --git a/source/gnome/brasero/fixpkgconfig.diff 
b/source/gnome/brasero/fixpkgconfig.diff
new file mode 100644
index 0000000..f6b230a
--- /dev/null
+++ b/source/gnome/brasero/fixpkgconfig.diff
@@ -0,0 +1,38 @@
+From 218df5b7fc3c713ffcdf7f3709aab0171c75a473 Mon Sep 17 00:00:00 2001
+From: Luis Medinas <lmedi...@gnome.org>
+Date: Sat, 5 Feb 2011 16:55:10 +0000
+Subject: [PATCH] Fix Bug 641407 - libbrasero-media3.pc doesn't work
+
+Libbrasero-media3 and libbrasero-burn3 had a typo in gtk+-3.0 call.
+---
+ libbrasero-burn3.pc.in  |    2 +-
+ libbrasero-media3.pc.in |    2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/libbrasero-burn3.pc.in b/libbrasero-burn3.pc.in
+index 456ba00..2937efe 100644
+--- a/libbrasero-burn3.pc.in
++++ b/libbrasero-burn3.pc.in
+@@ -7,6 +7,6 @@ includedir=@includedir@
+ Name: libbrasero-burn
+ Description: Brasero Optical Media Burning library
+ Version: @VERSION@
+-Requires: glib-2.0 gthread-2.0 gtk+-3
++Requires: glib-2.0 gthread-2.0 gtk+-3.0
+ Libs: -L${libdir} -lbrasero-burn3
+ Cflags: -I${includedir}/brasero3
+diff --git a/libbrasero-media3.pc.in b/libbrasero-media3.pc.in
+index aacddc7..5f303f8 100644
+--- a/libbrasero-media3.pc.in
++++ b/libbrasero-media3.pc.in
+@@ -7,6 +7,6 @@ includedir=@includedir@
+ Name: libbrasero-media
+ Description: Brasero Optical Media library
+ Version: @VERSION@
+-Requires: glib-2.0 gthread-2.0 gtk+-3
++Requires: glib-2.0 gthread-2.0 gtk+-3.0
+ Libs: -L${libdir} -lbrasero-media3
+ Cflags: -I${includedir}/brasero3
+--
+1.7.4
+
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to