[entangle/f15] Disable libpeas to fix usage with gtk2

Daniel P. Berrange berrange at fedoraproject.org
Mon Jun 27 23:24:39 UTC 2011


commit e15385a12112ff87290a33aa339038e05091f825
Author: Daniel P. Berrange <dan at berrange.com>
Date:   Mon Jun 27 23:47:59 2011 +0100

    Disable libpeas to fix usage with gtk2

 entangle.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/entangle.spec b/entangle.spec
index 29b8486..722cc29 100644
--- a/entangle.spec
+++ b/entangle.spec
@@ -5,13 +5,13 @@
 
 %if 0%{?fedora} >= 14
 %define with_introspection 1
-%define with_plugins 1
+%define with_plugins 0
 %endif
 
 Summary: Tethered shooting & control of digital cameras
 Name: entangle
 Version: 0.2.0
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv3+
 Group: Applications/Multimedia
 Source: http://entangle-photo.org/download/sources/%{name}-%{version}.tar.gz
@@ -120,6 +120,9 @@ update-desktop-database %{_datadir}/applications
 %endif
 
 %changelog
+* Mon Jun 27 2011 Daniel P Berrange <berrange at acer1810.home.berrange.com> - 0.2.0-5
+- Temporarily disable libpeas since it now requires to GTK3
+
 * Fri Feb 11 2011 Daniel P. Berrange <berrange at redhat.com> - 0.2.0-4
 - Fix build with sealed GTK
 


More information about the scm-commits mailing list