]> git.pld-linux.org Git - packages/eog-plugins.git/commitdiff
- new auto/th/eog-plugins-2_28_1-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Fri, 13 Nov 2009 09:58:08 +0000 (09:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eog-plugins-configure.patch -> 1.1
    eog-plugins.spec -> 1.1

eog-plugins-configure.patch [new file with mode: 0644]
eog-plugins.spec [new file with mode: 0644]

diff --git a/eog-plugins-configure.patch b/eog-plugins-configure.patch
new file mode 100644 (file)
index 0000000..ec2cda8
--- /dev/null
@@ -0,0 +1,32 @@
+diff -urN eog-plugins-2.28.1/configure.ac eog-plugins-2.28.1.new/configure.ac
+--- eog-plugins-2.28.1/configure.ac    2009-09-27 11:18:49.000000000 +0200
++++ eog-plugins-2.28.1.new/configure.ac        2009-11-13 10:14:16.187350297 +0100
+@@ -192,11 +192,11 @@
+       AC_MSG_RESULT([$PYGTK_DEFSDIR])
+       AC_MSG_CHECKING([for pygtk codegen])
+-      PYGTK_CODEGEN="$PYTHON `$PKG_CONFIG --variable=codegendir pygtk-2.0`/codegen.py"
++      PYGTK_CODEGEN="$PYTHON `$PKG_CONFIG --variable=codegendir pygtk-2.0`/codegen.pyc"
+       AC_MSG_RESULT([$PYGTK_CODEGEN])
+       AC_MSG_CHECKING([for pygtk h2def])
+-      PYGTK_H2DEF="$PYTHON `$PKG_CONFIG --variable=codegendir pygtk-2.0`/h2def.py"
++      PYGTK_H2DEF="$PYTHON `$PKG_CONFIG --variable=codegendir pygtk-2.0`/h2def.pyc"
+       AC_MSG_RESULT([$PYGTK_H2DEF])
+       AC_SUBST([PYGTK_DEFSDIR])
+@@ -280,14 +280,6 @@
+ # Postr 
+ # *****
+ plugin_defined postr
+-if test "$?" = 1
+-then
+-      AC_PATH_PROG(POSTR, postr)
+-      if test -z "$POSTR"
+-      then
+-              undef_plugin postr "postr was not found"
+-      fi
+-fi
+ # *********
+ # Champlain 
diff --git a/eog-plugins.spec b/eog-plugins.spec
new file mode 100644 (file)
index 0000000..424392d
--- /dev/null
@@ -0,0 +1,90 @@
+Summary:       A collection of plugins for the EOG image viewer
+Summary(pl.UTF-8):     Zestaw wtyczek do przeglądarki obrazków EOG
+Name:          eog-plugins
+Version:       2.28.1
+Release:       1
+License:       GPL v2
+Group:         X11/Applications
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/eog-plugins/2.28/%{name}-%{version}.tar.bz2
+# Source0-md5: 570857f4f9a32df31c64e5410125f98c
+Patch0:                %{name}-configure.patch
+URL:           http://live.gnome.org/EyeOfGnome/Plugins
+BuildRequires: GConf2-devel
+BuildRequires: autoconf >= 2.59
+BuildRequires: automake >= 1:1.9
+BuildRequires: clutter-gtk-devel >= 0.10.0
+BuildRequires: eog-devel >= 2.28.0
+BuildRequires: gettext-devel
+BuildRequires: gtk+2-devel >= 2:2.12.0
+BuildRequires: intltool >= 0.40.0
+BuildRequires: libchamplain-devel >= 0.4.0
+BuildRequires: libexif-devel >= 0.6.16
+BuildRequires: libtool
+BuildRequires: pkgconfig
+BuildRequires: python-devel >= 1:2.3
+BuildRequires: python-gnome-devel >= 2.20.0
+BuildRequires: python-pygtk-devel >= 2.12.0
+Suggests:      postr
+Suggests:      python-pygtk-gtk >= 2.12.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                pluginsdir      %{_libdir}/eog/plugins
+
+%description
+This package provides collection of plugins for use with the Eye of
+GNOME Image Viewer.
+
+%description -l pl.UTF-8
+Ten pakiet dostarcza zestaw wtyczek do przeglądarki obrazków Eye of
+GNOME (Oko GNOME).
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__intltoolize}
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{pluginsdir}/*.{la,py}
+
+%find_lang eog-plugins
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f eog-plugins.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+
+%attr(755,root,root) %{pluginsdir}/libchamplain.so
+%{pluginsdir}/champlain.eog-plugin
+
+%attr(755,root,root) %{pluginsdir}/libexif-display.so
+%{pluginsdir}/exif-display
+%{pluginsdir}/exif-display.eog-plugin
+
+%attr(755,root,root) %{pluginsdir}/libfit-to-width.so
+%{pluginsdir}/fit-to-width.eog-plugin
+
+%attr(755,root,root) %{pluginsdir}/libpostr.so
+%{pluginsdir}/postr.eog-plugin
+
+%{pluginsdir}/console.py[co]
+%{pluginsdir}/pythonconsole.py[co]
+%{pluginsdir}/pythonconsole.eog-plugin
+
+%{pluginsdir}/slideshowshuffle.py[co]
+%{pluginsdir}/slideshowshuffle.eog-plugin
This page took 0.104805 seconds and 4 git commands to generate.