Accepting request 85164 from home:vuntz:branches:GNOME:Apps

New package: fork of the now dead gqview

OBS-URL: https://build.opensuse.org/request/show/85164
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/geeqie?expand=0&rev=1
This commit is contained in:
Vincent Untz 2011-09-28 09:12:26 +00:00 committed by Git OBS Bridge
commit b02650bc6c
5 changed files with 120 additions and 0 deletions

23
.gitattributes vendored Normal file
View 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
View File

@ -0,0 +1 @@
.osc

3
geeqie-1.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d1ad64666446c1d490437a9441267e8d7c1b9dc6ab640716b213e386d9211fdd
size 1934236

5
geeqie.changes Normal file
View File

@ -0,0 +1,5 @@
-------------------------------------------------------------------
Tue Sep 27 14:31:48 UTC 2011 - vuntz@opensuse.org
- Initial package of this gqview fork (version 1.0).

88
geeqie.spec Normal file
View File

@ -0,0 +1,88 @@
#
# spec file for package geeqie
#
# Copyright (c) 2011 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: geeqie
Version: 1.0
Release: 1
License: GPLv2+
Summary: Lightweight Gtk+ based image viewer
Url: http://geeqie.sourceforge.net/
Group: Productivity/Graphics/Viewers
Source: %{name}-%{version}.tar.gz
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: gnome-doc-utils
BuildRequires: intltool
BuildRequires: lirc-devel
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(exiv2) >= 0.11
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(lcms) >= 1.14
Recommends: %{name}-lang
# geeqie is a fork of the last know gqview release
Obsoletes: gqview <= 2.1.5
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Geeqie is a lightweight Gtk+ based image viewer for Unix like
operating systems.
%lang_package
%prep
%setup -q
%build
%configure \
--enable-lirc \
--with-readmedir=%{_defaultdocdir}/%{name} \
--with-helpdir=%{_defaultdocdir}/%{name}/html
make %{?_smp_mflags}
%install
%make_install
%find_lang %{name} %{?no_lang_C}
%suse_update_desktop_file %{name}
%fdupes %{buildroot}
%if 0%{?suse_version} > 1130
%post
%desktop_database_post
%endif
%if 0%{?suse_version} > 1130
%postun
%desktop_database_postun
%endif
%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%doc %{_defaultdocdir}/%{name}
%{_bindir}/geeqie
%{_datadir}/applications/geeqie.desktop
%{_datadir}/geeqie/
%{_datadir}/pixmaps/geeqie.png
%{_libexecdir}/geeqie/
%doc %{_mandir}/man1/geeqie.1%{?ext_man}
%files lang -f %{name}.lang
%changelog