Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : alarm

Dir     : e_modules/alarm


Modified Files:
        e_mod_main.c e_modules-alarm.spec.in 


Log Message:
API change

===================================================================
RCS file: /cvs/e/e_modules/alarm/e_mod_main.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- e_mod_main.c        30 Dec 2006 17:56:38 -0000      1.2
+++ e_mod_main.c        30 Dec 2006 23:33:59 -0000      1.3
@@ -92,7 +92,7 @@
    edje_object_signal_callback_add(o, EDJE_SIG_RECV_ALARM_RING_STOP,

                                   _cb_edje_alarm_ring_stop, NULL);

 

-   gcc = e_gadcon_client_new(gc, style, o);

+   gcc = e_gadcon_client_new(gc, name, id, style, o);

    gcc->data = inst;

    

    inst->gcc = gcc;

===================================================================
RCS file: /cvs/e/e_modules/alarm/e_modules-alarm.spec.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- e_modules-alarm.spec.in     8 Nov 2006 10:06:38 -0000       1.1
+++ e_modules-alarm.spec.in     30 Dec 2006 23:33:59 -0000      1.2
@@ -1,50 +1,50 @@
-%define module_name alarm

-

-Summary: %{module_name} module for the Enlightenment window manager

-Name: e_modules-%{module_name}

-Version: @VERSION@

-Release: 0.%(date '+%Y%m%d')

-License: BSD

-Group: User Interface/Desktops

-URL: http://www.enlightenment.org/

-Source: 
ftp://ftp.enlightenment.org/pub/enlightenment/%{module_name}-%{version}.tar.gz

-Packager: %{?_packager:%{_packager}}%{!?_packager:Michael Jennings <[EMAIL 
PROTECTED]>}

-Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:The Enlightenment 
Project (http://www.enlightenment.org/)}

-Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}}

-BuildRequires: ecore-devel, evas-devel, esmart-devel, edje-bin

-BuildRequires: edje-devel, eet-devel, enlightenment-devel >= 0.16.999

-Requires: enlightenment >= 0.16.999

-BuildRoot: %{_tmppath}/%{name}-%{version}-root

-

-%description

-%{module_name} module for the Enlightenment window manager.

-

-%prep

-%setup -q -n %{module_name}-%{version}

-

-%build

-%{configure}

-%{__make} %{?_smp_mflags} %{?mflags}

-

-%install

-%{__make} %{?mflags_install} DESTDIR=$RPM_BUILD_ROOT install

-%{find_lang} %{module_name} || true > %{module_name}.lang

-

-%clean

-test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT

-

-%post

-/sbin/ldconfig

-

-%postun

-/sbin/ldconfig

-

-%files -f %{module_name}.lang

-%defattr(-, root, root)

-%doc AUTHORS ChangeLog COPYING* INSTALL NEWS README

-%if "%{module_name}" == "emu"

-%{_bindir}/%{module_name}*

-%endif

-%{_libdir}/enlightenment/modules/%{module_name}*

-

-%changelog

+%define module_name alarm
+
+Summary: %{module_name} module for the Enlightenment window manager
+Name: e_modules-%{module_name}
+Version: @VERSION@
+Release: 0.%(date '+%Y%m%d')
+License: BSD
+Group: User Interface/Desktops
+URL: http://www.enlightenment.org/
+Source: 
ftp://ftp.enlightenment.org/pub/enlightenment/%{module_name}-%{version}.tar.gz
+Packager: %{?_packager:%{_packager}}%{!?_packager:Michael Jennings <[EMAIL 
PROTECTED]>}
+Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:The Enlightenment 
Project (http://www.enlightenment.org/)}
+Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}}
+BuildRequires: ecore-devel, evas-devel, esmart-devel, edje-bin
+BuildRequires: edje-devel, eet-devel, enlightenment-devel >= 0.16.999
+Requires: enlightenment >= 0.16.999
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
+
+%description
+%{module_name} module for the Enlightenment window manager.
+
+%prep
+%setup -q -n %{module_name}-%{version}
+
+%build
+%{configure}
+%{__make} %{?_smp_mflags} %{?mflags}
+
+%install
+%{__make} %{?mflags_install} DESTDIR=$RPM_BUILD_ROOT install
+%{find_lang} %{module_name} || true > %{module_name}.lang
+
+%clean
+test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT
+
+%post
+/sbin/ldconfig
+
+%postun
+/sbin/ldconfig
+
+%files -f %{module_name}.lang
+%defattr(-, root, root)
+%doc AUTHORS ChangeLog COPYING* INSTALL NEWS README
+%if "%{module_name}" == "emu"
+%{_bindir}/%{module_name}*
+%endif
+%{_libdir}/enlightenment/modules/%{module_name}*
+
+%changelog



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to