Author: megabajt Date: Wed Feb 16 22:27:39 2011 GMT Module: packages Tag: HEAD ---- Log message: - merged from DEVEL
---- Files affected: packages/Thunar-volman: Thunar-volman.spec (1.11 -> 1.12) , Thunar-volman-desktop.patch (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/Thunar-volman/Thunar-volman.spec diff -u packages/Thunar-volman/Thunar-volman.spec:1.11 packages/Thunar-volman/Thunar-volman.spec:1.12 --- packages/Thunar-volman/Thunar-volman.spec:1.11 Fri Feb 4 19:24:05 2011 +++ packages/Thunar-volman/Thunar-volman.spec Wed Feb 16 23:27:34 2011 @@ -3,30 +3,31 @@ Summary: Volumes manager for Thunar Summary(pl.UTF-8): Zarządca napędów dla Thunara Name: Thunar-volman -Version: 0.3.80 -Release: 3 +Version: 0.6.0 +Release: 1 License: GPL v2+ Group: X11/Applications -Source0: http://goodies.xfce.org/releases/thunar-volman/%{_realname}-%{version}.tar.bz2 -# Source0-md5: 4fd81b62690797317ca649ab20609dae +Source0: http://archive.xfce.org/src/apps/thunar-volman/0.6/%{_realname}-%{version}.tar.bz2 +# Source0-md5: 2f166662dd100d5195da238af417f305 Patch0: %{name}-desktop.patch URL: http://goodies.xfce.org/projects/thunar-plugins/thunar-volman -BuildRequires: Thunar-devel >= 1.0.0 -BuildRequires: autoconf >= 2.50 -BuildRequires: automake >= 1:1.8 +BuildRequires: Thunar-devel >= 1.2.0 BuildRequires: dbus-glib-devel >= 0.34 -BuildRequires: exo-devel >= 0.3.100 +BuildRequires: exo-devel >= 0.6.0 BuildRequires: gettext-devel -BuildRequires: gtk+2-devel >= 2:2.10.6 -BuildRequires: hal-devel >= 0.5.0 -BuildRequires: intltool -BuildRequires: libtool +BuildRequires: glib2-devel >= 1:2.18.0 +BuildRequires: gtk+2-devel >= 2:2.22.0 +BuildRequires: libnotify-devel >= 0.4.0 +BuildRequires: libxfce4ui-devel >= 4.7.0 +BuildRequires: libxfce4util-devel >= 4.7.0 BuildRequires: pkgconfig BuildRequires: rpmbuild(macros) >= 1.311 -BuildRequires: xfce4-dev-tools >= 4.6.0 -Requires(post,postun): gtk-update-icon-cache -Requires(post,postun): hicolor-icon-theme -Requires: Thunar >= 1.0.0 +BuildRequires: udev-glib-devel >= 145 +BuildRequires: xfce4-dev-tools >= 4.8.0 +BuildRequires: xfconf-devel >= 4.8.0 +Requires: gtk-update-icon-cache +Requires: hicolor-icon-theme +Requires: Thunar >= 1.2.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -50,12 +51,6 @@ %patch0 -p1 %build -%{__intltoolize} -%{__libtoolize} -%{__aclocal} -%{__autoconf} -%{__autoheader} -%{__automake} %configure %{__make} @@ -65,7 +60,7 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -mv $RPM_BUILD_ROOT%{_datadir}/locale/nb{_NO,} +%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK %find_lang %{_realname} @@ -82,7 +77,7 @@ %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README THANKS %attr(755,root,root) %{_bindir}/thunar-volman -%attr(755,root,root) %{_libdir}/thunar-volman-settings +%attr(755,root,root) %{_bindir}/thunar-volman-settings %{_desktopdir}/thunar-volman-settings.desktop %{_iconsdir}/hicolor/*/apps/* @@ -92,8 +87,20 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.12 2011/02/16 22:27:34 megabajt +- merged from DEVEL + +Revision 1.10.2.3 2011/02/15 19:57:42 megabajt +- updated to 0.6.0 + Revision 1.11 2011/02/04 18:24:05 wiget - Requires(post,postun): gtk-update-icon-cache + +Revision 1.10.2.2 2010/11/15 11:39:13 baggins +- BR, install and files fixed + +Revision 1.10.2.1 2010/11/15 10:34:42 baggins +- 0.5.2 Revision 1.10 2010/05/16 14:37:01 sparky - BR: gettext-devel, pkgconfig ================================================================ Index: packages/Thunar-volman/Thunar-volman-desktop.patch diff -u packages/Thunar-volman/Thunar-volman-desktop.patch:1.1 packages/Thunar-volman/Thunar-volman-desktop.patch:1.2 --- packages/Thunar-volman/Thunar-volman-desktop.patch:1.1 Tue May 11 13:06:15 2010 +++ packages/Thunar-volman/Thunar-volman-desktop.patch Wed Feb 16 23:27:34 2011 @@ -1,9 +1,9 @@ ---- thunar-volman-0.3.80/thunar-volman-settings.desktop.in.in~ 2008-08-21 13:23:31.000000000 +0200 -+++ thunar-volman-0.3.80/thunar-volman-settings.desktop.in.in 2010-05-11 13:05:20.741823556 +0200 +--- thunar-volman-0.5.2/thunar-volman-settings/thunar-volman-settings.desktop.in.in~ 2008-08-21 13:23:31.000000000 +0200 ++++ thunar-volman-0.5.2/thunar-volman-settings/thunar-volman-settings.desktop.in.in 2010-05-11 13:05:20.741823556 +0200 @@ -9,5 +9,6 @@ StartupNotify=true Type=Application - Categories=X-XFCE;Settings;DesktopSettings; + Categories=X-XFCE;Settings;DesktopSettings;X-XfceSettingsDialog; +OnlyShowIn=XFCE; # vi:set encoding=UTF-8: ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/Thunar-volman/Thunar-volman.spec?r1=1.11&r2=1.12&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/Thunar-volman/Thunar-volman-desktop.patch?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
