SHA256
1
0
forked from pool/ephoto

Accepting request 501836 from X11:Enlightenment:Unstable

OBS-URL: https://build.opensuse.org/request/show/501836
OBS-URL: https://build.opensuse.org/package/show/X11:Enlightenment:Factory/ephoto?expand=0&rev=1
This commit is contained in:
Simon Lees 2017-06-08 00:53:18 +00:00 committed by Git OBS Bridge
commit 294560ecf5
5 changed files with 147 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
ephoto-1.0.tar.xz Normal file
View File

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

30
ephoto.changes Normal file
View File

@ -0,0 +1,30 @@
-------------------------------------------------------------------
Tue Jun 6 20:56:00 UTC 2017 - sjsantoro@gmail.com
- Update to version 1.0
-------------------------------------------------------------------
Tue Jan 26 04:57:06 UTC 2016 - simon@simotek.net
- New snapshot, rev 672
-------------------------------------------------------------------
Sun Jan 3 10:05:57 UTC 2016 - simon@simotek.net
- New snapshot, rev 653
-------------------------------------------------------------------
Thu Nov 5 00:02:34 UTC 2015 - simon@simotek.net
- New snapshot, rev 616
-------------------------------------------------------------------
Tue Aug 18 06:35:35 UTC 2015 - simon@simotek.net
- New snapshot, rev 595
-------------------------------------------------------------------
Wed May 27 05:07:37 UTC 2015 - simon@simotek.net
- Initial unstable version from a git snapshot

90
ephoto.spec Normal file
View File

@ -0,0 +1,90 @@
#
# spec file for package terminology
#
# Copyright (c) 2015 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: ephoto
Version: 1.0
Release: 0
Summary: EFL image viewer/editor/manipulator/slideshow creator
License: BSD-3-Clause
Group: Productivity/Graphics/Viewers
Url: http://enlightenment.org
Source: http://www.smhouston.us/stuff/%{name}-%{version}.tar.xz
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
BuildRequires: pkgconfig(ecore)
BuildRequires: pkgconfig(ecore-evas)
BuildRequires: pkgconfig(ecore-file)
BuildRequires: pkgconfig(ecore-imf)
BuildRequires: pkgconfig(ecore-imf-evas)
BuildRequires: pkgconfig(ecore-input)
BuildRequires: pkgconfig(ecore-ipc)
BuildRequires: pkgconfig(edje)
BuildRequires: pkgconfig(eet)
BuildRequires: pkgconfig(efreet)
BuildRequires: pkgconfig(eina)
BuildRequires: pkgconfig(elementary) >= 1.13.0
BuildRequires: pkgconfig(emotion) >= 1.13.0
BuildRequires: pkgconfig(ethumb_client)
BuildRequires: pkgconfig(evas)
Requires: efl
Requires: elementary >= 1.13.0
Requires: evas-generic-loaders >= 1.13.0
%if 0%{?suse_version}
BuildRequires: fdupes
BuildRequires: update-desktop-files
%endif
Recommends: %{name}-lang = %{version}
%description
UNSTABLE: EFL image viewer/editor/manipulator/slideshow creator.
%lang_package
%prep
%setup -q
%build
./autogen.sh
%configure --disable-silent-rules --disable-static
make %{?_smp_mflags}
%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}
rm %{buildroot}%{_datadir}/%{name}/AUTHORS
rm %{buildroot}%{_datadir}/%{name}/COPYING
%if 0%{?suse_version}
%fdupes %{buildroot}/%{_datadir}
%suse_update_desktop_file ephoto -r "Graphics;Viewer;"
%endif
%find_lang %{name}
%files
%defattr(-,root,root)
%doc AUTHORS COPYING README
%{_bindir}/%{name}
%{_libdir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/
%{_datadir}/pixmaps/%{name}.png
%files lang -f %{name}.lang
%changelog