Accepting request 36649 from GNOME:Factory
Copy from GNOME:Factory/eog-plugins based on submit request 36649 from user vuntz OBS-URL: https://build.opensuse.org/request/show/36649 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/eog-plugins?expand=0&rev=1
This commit is contained in:
commit
fecc104f2a
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
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
|
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
|
5
eog-plugins.changes
Normal file
5
eog-plugins.changes
Normal file
@ -0,0 +1,5 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 1 13:37:42 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
- New package.
|
||||
|
89
eog-plugins.spec
Normal file
89
eog-plugins.spec
Normal file
@ -0,0 +1,89 @@
|
||||
#
|
||||
# spec file for package eog-plugins (Version 2.30.0)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: eog-plugins
|
||||
Version: 2.30.0
|
||||
Release: 1
|
||||
#FIXME: add postr BuildRequires when we have a package
|
||||
License: GPLv2+
|
||||
Summary: A collection of plugins for Eye of GNOME
|
||||
Group: Productivity/Graphics/Viewers
|
||||
Url: http://live.gnome.org/EyeOfGnome/Plugins
|
||||
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: gconf2-devel
|
||||
BuildRequires: clutter-gtk-devel
|
||||
BuildRequires: eog-devel
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gtk2-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libchamplain-devel
|
||||
BuildRequires: libexif-devel
|
||||
BuildRequires: libgdata-devel
|
||||
BuildRequires: python-gnome-devel
|
||||
BuildRequires: python-gobject2-devel
|
||||
BuildRequires: python-gtk-devel
|
||||
Requires: %{name}-lang = %{version}
|
||||
Requires: eog
|
||||
Enhances: eog
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
This package contains plugins for additional features in Eye of GNOME.
|
||||
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--with-plugins=all \
|
||||
--enable-python
|
||||
%__make %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
%find_lang %{name}
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%fdupes %{buildroot}/%{_libdir}/eog/plugins
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/eog/plugins/*.py*
|
||||
%{_libdir}/eog/plugins/*.so
|
||||
%{_libdir}/eog/plugins/exif-display/
|
||||
%{_libdir}/eog/plugins/postasa/
|
||||
# Explicit list of plugins
|
||||
%{_libdir}/eog/plugins/exif-display.eog-plugin
|
||||
%{_libdir}/eog/plugins/fit-to-width.eog-plugin
|
||||
%{_libdir}/eog/plugins/map.eog-plugin
|
||||
%{_libdir}/eog/plugins/postasa.eog-plugin
|
||||
%{_libdir}/eog/plugins/pythonconsole.eog-plugin
|
||||
%{_libdir}/eog/plugins/send-by-mail.eog-plugin
|
||||
%{_libdir}/eog/plugins/slideshowshuffle.eog-plugin
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user