forked from pool/eog-plugins
Accepting request 45039 from GNOME:Factory
checked in (request 45039) OBS-URL: https://build.opensuse.org/request/show/45039 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/eog-plugins?expand=0&rev=10
This commit is contained in:
parent
cc6eac0419
commit
aedbff89de
3
eog-plugins-2.30.0.tar.bz2
Normal file
3
eog-plugins-2.30.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dfc6fdcefc128e6bc84b00acdf0b124cfd5b814aef62ce1320d505805743c1cb
|
||||||
|
size 337547
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0e651053367e1d6aecfb8058a93dcac2223ec822a691ee134e9a879662580caf
|
|
||||||
size 344700
|
|
63
eog-plugins-recent-clutter-gtk.patch
Normal file
63
eog-plugins-recent-clutter-gtk.patch
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
Index: eog-plugins-2.30.0/configure
|
||||||
|
===================================================================
|
||||||
|
--- eog-plugins-2.30.0.orig/configure
|
||||||
|
+++ eog-plugins-2.30.0/configure
|
||||||
|
@@ -13777,18 +13777,18 @@ if test -n "$CHAMPLAIN_CFLAGS"; then
|
||||||
|
if test -n "$PKG_CONFIG" && \
|
||||||
|
{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \" champlain-0.4 >= 0.4,
|
||||||
|
champlain-gtk-0.4 >= 0.4,
|
||||||
|
- clutter-gtk-0.10 >= 0.10,
|
||||||
|
+ clutter-gtk-0.90 >= 0.10,
|
||||||
|
libexif >= 0.6.16 \""; } >&5
|
||||||
|
($PKG_CONFIG --exists --print-errors " champlain-0.4 >= 0.4,
|
||||||
|
champlain-gtk-0.4 >= 0.4,
|
||||||
|
- clutter-gtk-0.10 >= 0.10,
|
||||||
|
+ clutter-gtk-0.90 >= 0.10,
|
||||||
|
libexif >= 0.6.16 ") 2>&5
|
||||||
|
ac_status=$?
|
||||||
|
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
||||||
|
test $ac_status = 0; }; then
|
||||||
|
pkg_cv_CHAMPLAIN_CFLAGS=`$PKG_CONFIG --cflags " champlain-0.4 >= 0.4,
|
||||||
|
champlain-gtk-0.4 >= 0.4,
|
||||||
|
- clutter-gtk-0.10 >= 0.10,
|
||||||
|
+ clutter-gtk-0.90 >= 0.10,
|
||||||
|
libexif >= 0.6.16 " 2>/dev/null`
|
||||||
|
else
|
||||||
|
pkg_failed=yes
|
||||||
|
@@ -13802,18 +13802,18 @@ if test -n "$CHAMPLAIN_LIBS"; then
|
||||||
|
if test -n "$PKG_CONFIG" && \
|
||||||
|
{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \" champlain-0.4 >= 0.4,
|
||||||
|
champlain-gtk-0.4 >= 0.4,
|
||||||
|
- clutter-gtk-0.10 >= 0.10,
|
||||||
|
+ clutter-gtk-0.90 >= 0.10,
|
||||||
|
libexif >= 0.6.16 \""; } >&5
|
||||||
|
($PKG_CONFIG --exists --print-errors " champlain-0.4 >= 0.4,
|
||||||
|
champlain-gtk-0.4 >= 0.4,
|
||||||
|
- clutter-gtk-0.10 >= 0.10,
|
||||||
|
+ clutter-gtk-0.90 >= 0.10,
|
||||||
|
libexif >= 0.6.16 ") 2>&5
|
||||||
|
ac_status=$?
|
||||||
|
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
||||||
|
test $ac_status = 0; }; then
|
||||||
|
pkg_cv_CHAMPLAIN_LIBS=`$PKG_CONFIG --libs " champlain-0.4 >= 0.4,
|
||||||
|
champlain-gtk-0.4 >= 0.4,
|
||||||
|
- clutter-gtk-0.10 >= 0.10,
|
||||||
|
+ clutter-gtk-0.90 >= 0.10,
|
||||||
|
libexif >= 0.6.16 " 2>/dev/null`
|
||||||
|
else
|
||||||
|
pkg_failed=yes
|
||||||
|
@@ -13834,12 +13834,12 @@ fi
|
||||||
|
if test $_pkg_short_errors_supported = yes; then
|
||||||
|
CHAMPLAIN_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors " champlain-0.4 >= 0.4,
|
||||||
|
champlain-gtk-0.4 >= 0.4,
|
||||||
|
- clutter-gtk-0.10 >= 0.10,
|
||||||
|
+ clutter-gtk-0.90 >= 0.10,
|
||||||
|
libexif >= 0.6.16 " 2>&1`
|
||||||
|
else
|
||||||
|
CHAMPLAIN_PKG_ERRORS=`$PKG_CONFIG --print-errors " champlain-0.4 >= 0.4,
|
||||||
|
champlain-gtk-0.4 >= 0.4,
|
||||||
|
- clutter-gtk-0.10 >= 0.10,
|
||||||
|
+ clutter-gtk-0.90 >= 0.10,
|
||||||
|
libexif >= 0.6.16 " 2>&1`
|
||||||
|
fi
|
||||||
|
# Put the nasty error message in config.log where it belongs
|
@ -1,15 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Sat Aug 7 11:57:19 CEST 2010 - vuntz@opensuse.org
|
|
||||||
|
|
||||||
- Drop eog-plugins-recent-clutter-gtk.patch: we're going back to a
|
|
||||||
released version of clutter-gtk, so we don't need this anymore.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Jul 23 08:47:00 CEST 2010 - vuntz@opensuse.org
|
|
||||||
|
|
||||||
- Update to version 2.30.1:
|
|
||||||
+ Updated translations.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 4 16:17:18 CEST 2010 - sbrabec@suse.cz
|
Fri Jun 4 16:17:18 CEST 2010 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package eog-plugins (Version 2.30.1)
|
# spec file for package eog-plugins (Version 2.30.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,14 +18,16 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: eog-plugins
|
Name: eog-plugins
|
||||||
Version: 2.30.1
|
Version: 2.30.0
|
||||||
Release: 1
|
Release: 2
|
||||||
#FIXME: add postr BuildRequires when we have a package
|
#FIXME: add postr BuildRequires when we have a package
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Summary: A collection of plugins for Eye of GNOME
|
Summary: A collection of plugins for Eye of GNOME
|
||||||
Group: Productivity/Graphics/Viewers
|
Group: Productivity/Graphics/Viewers
|
||||||
Url: http://live.gnome.org/EyeOfGnome/Plugins
|
Url: http://live.gnome.org/EyeOfGnome/Plugins
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
|
# PATCH-FIX-UPSTREAM eog-plugins-recent-clutter-gtk.patch vuntz@opensuse.org -- Will go upstream when upstream switch to recent clutter-gtk
|
||||||
|
Patch0: eog-plugins-recent-clutter-gtk.patch
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gconf2-devel
|
BuildRequires: gconf2-devel
|
||||||
BuildRequires: clutter-gtk-devel
|
BuildRequires: clutter-gtk-devel
|
||||||
@ -52,6 +54,7 @@ This package contains plugins for additional features in Eye of GNOME.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
|
Loading…
Reference in New Issue
Block a user