]> git.pld-linux.org Git - packages/ephoto.git/commitdiff
- updated to 0.1.1.55225
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 16 Dec 2011 14:43:56 +0000 (14:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added elm-update patch to fix build with elementary 0.8+

Changed files:
    ephoto-elm-update.patch -> 1.1
    ephoto.spec -> 1.5

ephoto-elm-update.patch [new file with mode: 0644]
ephoto.spec

diff --git a/ephoto-elm-update.patch b/ephoto-elm-update.patch
new file mode 100644 (file)
index 0000000..2d4b49a
--- /dev/null
@@ -0,0 +1,33 @@
+--- ephoto-0.1.1.55225/src/bin/ephoto_thumb_browser.c.orig     2010-12-01 14:55:41.000000000 +0100
++++ ephoto-0.1.1.55225/src/bin/ephoto_thumb_browser.c  2011-12-16 15:42:19.040162762 +0100
+@@ -533,7 +533,7 @@ ephoto_thumb_browser_add(Ephoto *ephoto,
+         ERR("no toolbar in layout!");
+         goto error;
+      }
+-   elm_toolbar_homogenous_set(tb->toolbar, EINA_FALSE);
++   elm_toolbar_homogeneous_set(tb->toolbar, EINA_FALSE);
+    elm_toolbar_mode_shrink_set(tb->toolbar, ELM_TOOLBAR_SHRINK_MENU);
+    elm_toolbar_menu_parent_set(tb->toolbar, parent);
+--- ephoto-0.1.1.55225/src/bin/ephoto_flow_browser.c.orig      2010-11-15 11:58:43.000000000 +0100
++++ ephoto-0.1.1.55225/src/bin/ephoto_flow_browser.c   2011-12-16 15:42:09.283495769 +0100
+@@ -911,7 +911,7 @@ ephoto_flow_browser_add(Ephoto *ephoto,
+         ERR("no toolbar in layout!");
+         goto error;
+      }
+-   elm_toolbar_homogenous_set(fb->toolbar, EINA_FALSE);
++   elm_toolbar_homogeneous_set(fb->toolbar, EINA_FALSE);
+    elm_toolbar_mode_shrink_set(fb->toolbar, ELM_TOOLBAR_SHRINK_MENU);
+    elm_toolbar_menu_parent_set(fb->toolbar, parent);
+--- ephoto-0.1.1.55225/src/bin/ephoto_preferences.c.orig       2010-11-11 14:04:59.000000000 +0100
++++ ephoto-0.1.1.55225/src/bin/ephoto_preferences.c    2011-12-16 15:41:53.956828590 +0100
+@@ -33,7 +33,7 @@ ephoto_show_preferences(Ephoto *em)
+                 elm_win_inwin_content_set(o, box);
+                 tb = elm_toolbar_add(box);
+-                elm_toolbar_homogenous_set(tb, EINA_FALSE);
++                elm_toolbar_homogeneous_set(tb, EINA_FALSE);
+                 evas_object_size_hint_align_set(tb, EVAS_HINT_FILL, 0.5);
+                 elm_box_pack_end(box, tb);
index b717e4c1489f9bae81ab013cade7c9d409ef1f19..c6a1b00ffb012a60676f432596a6da9a51d009c2 100644 (file)
@@ -1,18 +1,27 @@
-%define        _snap   20060223
 Summary:       A professional slideshow creator
 Summary(pl.UTF-8):     Profesjonalne narzędzie do tworzenia slajdów
 Name:          ephoto
-Version:       0.1
-Release:       0.%{_snap}.1
+Version:       0.1.1.55225
+Release:       1
 License:       BSD
 Group:         Applications/Multimedia
-Source0:       http://sparky.homelinux.org/snaps/enli/e17/proto/%{name}-%{_snap}.tar.bz2
-# Source0-md5: a340442715e244243842e500f26480ca
-URL:           http://enlightenment.org/
-BuildRequires: autoconf
-BuildRequires: automake
-BuildRequires: ewl-devel
+Source0:       http://download.enlightenment.org/snapshots/2010-12-03/%{name}-%{version}.tar.bz2
+# Source0-md5: 67f2e817716ffc86ba1c653b6177813a
+Patch0:                %{name}-elm-update.patch
+URL:           http://trac.enlightenment.org/e/wiki/Ephoto
+BuildRequires: autoconf >= 2.60
+BuildRequires: automake >= 1.6
+BuildRequires: ecore-file-devel
+BuildRequires: edje
+BuildRequires: edje-devel
+BuildRequires: efreet-devel
+BuildRequires: eio-devel
+BuildRequires: elementary-devel >= 0.8.0
+BuildRequires: ethumb-devel
+BuildRequires: gettext-devel >= 0.12.1
+BuildRequires: libexif-devel
 BuildRequires: libtool
+BuildRequires: pkgconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -23,15 +32,18 @@ Ephoto to profesjonalne narzędzie do tworzenia slajdów z obsługą
 dźwięku.
 
 %prep
-%setup -q -n %{name}
+%setup -q
+%patch0 -p1
 
 %build
+%{__gettextize}
 %{__libtoolize}
 %{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+       --disable-silent-rules
 %{__make}
 
 %install
@@ -45,6 +57,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README
+%doc AUTHORS COPYING ChangeLog README TODO
 %attr(755,root,root) %{_bindir}/%{name}
 %{_datadir}/%{name}
This page took 0.081751 seconds and 4 git commands to generate.