okra pushed a commit to branch master.

http://git.enlightenment.org/apps/ephoto.git/commit/?id=e32a33ac4d50a3e1107e108b3228542987d70586

commit e32a33ac4d50a3e1107e108b3228542987d70586
Author: osauser <osauser@localhost.localdomain>
Date:   Tue Dec 8 15:26:33 2015 -0600

    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 
<smhousto...@gmail.com>}
-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.<br/>"
-          "For more information, please visit the Ephoto project page on<br/>"
-           "the Enlightenment wiki:<br/>"
+          "For more information, please visit the Ephoto project page:<br/>"
+           "<a href=http://www.smhouston.us/ephoto/>"
+           "http://www.smhouston.us/ephoto/</a><br/><br/>"
+           "Ephoto also has a page on the Enlightenment wiki:<br/>"
           "<a href=https://phab.enlightenment.org/w/projects/ephoto>"
            "https://phab.enlightenment.org/w/projects/ephoto</a><br/><br/>"
           "Ephoto's source can be found through Enlightenment's git:<br/>"

-- 


Reply via email to