Author: glen Date: Thu Oct 28 05:47:54 2010 GMT Module: packages Tag: HEAD ---- Log message: - install to xdg autostart, not just gnome to avoid pulling whole gnome - BR fixed orange-libs devel deps
---- Files affected: packages/synce-trayicon: synce-trayicon.spec (1.22 -> 1.23) ---- Diffs: ================================================================ Index: packages/synce-trayicon/synce-trayicon.spec diff -u packages/synce-trayicon/synce-trayicon.spec:1.22 packages/synce-trayicon/synce-trayicon.spec:1.23 --- packages/synce-trayicon/synce-trayicon.spec:1.22 Wed Jun 16 01:16:51 2010 +++ packages/synce-trayicon/synce-trayicon.spec Thu Oct 28 07:47:49 2010 @@ -3,11 +3,10 @@ Summary(pl.UTF-8): SynCE jako ikona tacki dla środowiska GNOME 2 Name: synce-trayicon Version: 0.15 -Release: 1 +Release: 2 License: MIT+LGPL -Vendor: The SynCE Project Group: Applications/Communications -Source0: http://dl.sourceforge.net/synce/%{name}-%{version}.tar.gz +Source0: http://downloads.sourceforge.net/synce/%{name}-%{version}.tar.gz # Source0-md5: a37ea06e7ea3470097836c6ab9f6c1c9 URL: http://www.synce.org/ BuildRequires: autoconf @@ -22,7 +21,7 @@ BuildRequires: pkgconfig BuildRequires: rpmbuild(macros) >= 1.213 BuildRequires: synce-librapi2-devel >= %{version} -BuildRequires: synce-orange-libs-devel >= 0.3.2 +BuildRequires: synce-orange-libs-devel >= 0.4-3 BuildRequires: synce-rra-devel >= 0.14 %requires_eq_to synce-librapi2 synce-librapi2-devel %requires_eq_to synce-rra synce-rra-devel @@ -30,14 +29,12 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -synce-trayicon is part of the SynCE project: -<http://www.synce.org/>. +synce-trayicon is part of the SynCE project: <http://www.synce.org/>. This application shows when a device is connected. %description -l pl.UTF-8 -synce-trayicon to część projektu SynCE: -<http://www.synce.org/>. +synce-trayicon to część projektu SynCE: <http://www.synce.org/>. Ta aplikacja pokazuje, kiedy urządzenie jest podłączone. @@ -64,6 +61,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/modules/*.la +install -d $RPM_BUILD_ROOT/etc/xdg/autostart +mv $RPM_BUILD_ROOT{%{_datadir}/gnome/autostart,/etc/xdg/autostart}/%{name}-autostart.desktop + %clean rm -rf $RPM_BUILD_ROOT @@ -91,7 +91,7 @@ %{_iconsdir}/hicolor/*/apps/synce-*.png %{_mandir}/man1/%{name}.1* %{_desktopdir}/%{name}.desktop -%{_datadir}/gnome/autostart/%{name}-autostart.desktop +/etc/xdg/autostart/%{name}-autostart.desktop %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -99,6 +99,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.23 2010/10/28 05:47:49 glen +- install to xdg autostart, not just gnome to avoid pulling whole gnome +- BR fixed orange-libs devel deps + Revision 1.22 2010/06/15 23:16:51 arvenil - up to 0.15 - there is no synce-rra in version 0.15; ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/synce-trayicon/synce-trayicon.spec?r1=1.22&r2=1.23&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
