From e32a33ac4d50a3e1107e108b3228542987d70586 Mon Sep 17 00:00:00 2001 From: osauser Date: Tue, 8 Dec 2015 15:26:33 -0600 Subject: [PATCH] Ephoto: Update to include new website. --- README | 3 ++- TODO | 5 ++--- ephoto.spec.in | 10 ++++++---- src/bin/ephoto_config.c | 6 ++++-- 4 files changed, 14 insertions(+), 10 deletions(-) diff --git a/README b/README index 5e2095a..73e5814 100644 --- a/README +++ b/README @@ -1 +1,2 @@ -Ephoto - A comprehensive image viewer written using the core EFL. +Ephoto - A comprehensive image viewer written using the core EFL. +http://www.smhouston.us/ephoto/ diff --git a/TODO b/TODO index ed483cd..fead8c3 100644 --- a/TODO +++ b/TODO @@ -6,10 +6,9 @@ Add more effects, filters as necessary Clean up Cropper -Thumb Browser: Add ability to view more info on image(Exif perhaps?) -Add ability to delete images -Turn file selector into a tree. +Add ability to search -Slideshow: Possibly look at implementing moving slideshows. --Other: +-Other Possibilities: Exporting to flickr, facebook, etc.. Read straight from a camera diff --git a/ephoto.spec.in b/ephoto.spec.in index fa0ddcc..9721ef8 100644 --- a/ephoto.spec.in +++ b/ephoto.spec.in @@ -4,14 +4,16 @@ Version: @VERSION@ Release: 0.%(date '+%Y%m%d') License: BSD Group: Applications/Multimedia -URL: http://www.smhouston.us +URL: http://www.smhouston.us/ephoto Source: %{name}-%{version}.tar.gz Packager: %{?_packager:%{_packager}}%{!?_packager:Stephen Houston } -Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:Okra Project (http://www.smhouston.us/)} +Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:Okra Project (http://www.smhouston.us)} Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}} #BuildSuggests: xorg-x11-devel -Requires: efl edje ethumb -BuildRequires: efl-devel edje-devel ethumb-devel +Requires: efl +Requires: elementary >= 1.13.0 +Requires: evsa-generic-loaders >= 1.13.0 +BuildRequires: efl-devel edje-devel elementary-devel BuildRoot: %{_tmppath}/%{name}-%{version}-root %description diff --git a/src/bin/ephoto_config.c b/src/bin/ephoto_config.c index 47121a0..c41b75d 100644 --- a/src/bin/ephoto_config.c +++ b/src/bin/ephoto_config.c @@ -450,8 +450,10 @@ ephoto_config_about(Ephoto *ephoto) evas_object_size_hint_align_set(entry, EVAS_HINT_FILL, EVAS_HINT_FILL); eina_strbuf_append_printf(sbuf, _("Ephoto is a comprehensive image viewer based on the EFL.
" - "For more information, please visit the Ephoto project page on
" - "the Enlightenment wiki:
" + "For more information, please visit the Ephoto project page:
" + "" + "http://www.smhouston.us/ephoto/

" + "Ephoto also has a page on the Enlightenment wiki:
" "" "https://phab.enlightenment.org/w/projects/ephoto

" "Ephoto's source can be found through Enlightenment's git:
"