Author: megabajt Date: Sun Jan 30 13:43:09 2011 GMT Module: packages Tag: DEVEL ---- Log message: - updated to 1.2.0
---- Files affected: packages/Thunar: Thunar.spec (1.31.2.3 -> 1.31.2.4) , Thunar-desktop.patch (1.5 -> 1.5.2.1) ---- Diffs: ================================================================ Index: packages/Thunar/Thunar.spec diff -u packages/Thunar/Thunar.spec:1.31.2.3 packages/Thunar/Thunar.spec:1.31.2.4 --- packages/Thunar/Thunar.spec:1.31.2.3 Mon Nov 15 01:31:25 2010 +++ packages/Thunar/Thunar.spec Sun Jan 30 14:43:04 2011 @@ -3,52 +3,48 @@ # Conditional build: %bcond_without static_libs # don't build static library # -%define xfce_version 4.7.0 +%define xfce_version 4.8.0 Summary: Xfce file manager Summary(pl.UTF-8): Zarządca plików Xfce Name: Thunar -Version: 1.1.4 +Version: 1.2.0 Release: 0.1 License: GPL v2 / LGPL v2 Group: X11/Applications -Source0: http://www.xfce.org/archive/xfce/4.8pre1/src/%{name}-%{version}.tar.bz2 -# Source0-md5: 54b75dd74dfdd70f3b9fd2d59363de8a +Source0: http://archive.xfce.org/xfce/4.8/src/%{name}-%{version}.tar.bz2 +# Source0-md5: 3f270cfbb83a057e6db46cdea549af8b Patch0: %{name}-desktop.patch URL: http://thunar.xfce.org/ -BuildRequires: GConf2-devel >= 2.16.0 BuildRequires: autoconf >= 2.50 BuildRequires: automake >= 1:1.8 BuildRequires: dbus-glib-devel >= 0.62 BuildRequires: docbook-dtd412-xml -BuildRequires: exo-devel >= 0.5.4 -BuildRequires: gamin-devel >= 0.1.0 +BuildRequires: exo-devel >= 0.6.0 BuildRequires: gettext-devel -BuildRequires: glib2-devel >= 1:2.12.4 -BuildRequires: gtk+2-devel >= 2:2.10.6 +BuildRequires: glib2-devel >= 1:2.18.0 +BuildRequires: gtk+2-devel >= 2:2.14.0 BuildRequires: gtk-doc >= 1.7 BuildRequires: intltool -BuildRequires: libexif-devel >= 0.6.13 -BuildRequires: libjpeg-devel -BuildRequires: libpng-devel >= 1.2.12 +BuildRequires: libexif-devel >= 0.6.0 +BuildRequires: libnotify-devel >= 0.4.0 BuildRequires: libtool -BuildRequires: libxfce4util-devel >= %{xfce_version} BuildRequires: libxfce4ui-devel >= %{xfce_version} +BuildRequires: libxfce4util-devel >= %{xfce_version} BuildRequires: pcre-devel >= 6.0 BuildRequires: perl-base BuildRequires: pkgconfig -BuildRequires: rpmbuild(macros) >= 1.311 +BuildRequires: rpmbuild(macros) >= 1.601 BuildRequires: startup-notification-devel >= 0.8 -BuildRequires: udev-glib-devel -BuildRequires: xfce4-dev-tools +BuildRequires: udev-glib-devel >= 145 +BuildRequires: xfce4-dev-tools >= %{xfce_version} BuildRequires: xfce4-panel-devel >= %{xfce_version} -BuildRequires: xfconf-devel >= %{xfce_version} Requires(post,postun): desktop-file-utils -Requires(post,postun): gtk+2 -Requires(post,postun): hicolor-icon-theme Requires: %{name}-libs = %{version}-%{release} -Requires: exo >= 0.3.100 +Requires: exo >= 0.6.0 +Requires: hicolor-icon-theme Requires: shared-mime-info >= 0.15 +Requires: xfconf >= %{xfce_version} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -122,12 +118,12 @@ %configure \ --enable-dbus \ --enable-exif \ - --enable-gnome-thumbnailers \ --enable-gtk-doc \ --enable-pcre \ --enable-startup-notification \ --with-html-dir=%{_gtkdocdir} \ - %{?with_static_libs:--enable-static} + %{?with_static_libs:--enable-static} \ + --disable-silent-rules %{__make} @@ -139,6 +135,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/thunarx-2/*.{a,la} +%{__rm} -r $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/*.{a,la} +%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK + %find_lang %{name} --all-name %clean @@ -184,17 +183,24 @@ %dir %{_docdir}/Thunar/html %{_docdir}/Thunar/html/C %{_docdir}/Thunar/html/*.css +%lang(bn) %{_docdir}/Thunar/html/bn +%lang(ca) %{_docdir}/Thunar/html/ca %lang(da) %{_docdir}/Thunar/html/da +%lang(el) %{_docdir}/Thunar/html/el %lang(es) %{_docdir}/Thunar/html/es %lang(eu) %{_docdir}/Thunar/html/eu %lang(fr) %{_docdir}/Thunar/html/fr %lang(gl) %{_docdir}/Thunar/html/gl +%lang(id) %{_docdir}/Thunar/html/id %lang(it) %{_docdir}/Thunar/html/it %lang(ja) %{_docdir}/Thunar/html/ja %lang(nl) %{_docdir}/Thunar/html/nl %lang(pl) %{_docdir}/Thunar/html/pl %lang(ru) %{_docdir}/Thunar/html/ru +%lang(sv) %{_docdir}/Thunar/html/sv %lang(tr) %{_docdir}/Thunar/html/tr +%lang(ug) %{_docdir}/Thunar/html/ug +%lang(zh_CN) %{_docdir}/Thunar/html/zh_CN %lang(zh_TW) %{_docdir}/Thunar/html/zh_TW %files apidocs @@ -225,6 +231,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.31.2.4 2011/01/30 13:43:04 megabajt +- updated to 1.2.0 + Revision 1.31.2.3 2010/11/15 00:31:25 baggins - hal is dead ================================================================ Index: packages/Thunar/Thunar-desktop.patch diff -u packages/Thunar/Thunar-desktop.patch:1.5 packages/Thunar/Thunar-desktop.patch:1.5.2.1 --- packages/Thunar/Thunar-desktop.patch:1.5 Tue May 11 13:08:29 2010 +++ packages/Thunar/Thunar-desktop.patch Sun Jan 30 14:43:04 2011 @@ -1,44 +1,46 @@ -diff -urN Thunar-1.0.0/Thunar-bulk-rename.desktop.in.in Thunar-1.0.0.new/Thunar-bulk-rename.desktop.in.in ---- Thunar-1.0.0/Thunar-bulk-rename.desktop.in.in 2008-10-22 08:43:23.000000000 +0200 -+++ Thunar-1.0.0.new/Thunar-bulk-rename.desktop.in.in 2009-02-27 21:39:10.000000000 +0100 -@@ -8,6 +8,7 @@ +diff -urN Thunar-1.2.0/thunar/thunar-settings.desktop.in Thunar-1.2.0.new//thunar/thunar-settings.desktop.in +--- Thunar-1.2.0/thunar/thunar-settings.desktop.in 2011-01-16 16:02:11.000000000 +0000 ++++ Thunar-1.2.0.new//thunar/thunar-settings.desktop.in 2011-01-30 12:56:28.076666636 +0000 +@@ -7,4 +7,5 @@ Terminal=false - StartupNotify=true Type=Application --Categories=Application;System;Utility;Core;GTK;Filesystem; -+Categories=X-XFCE;System;Utility;Core;GTK;Filesystem; + Categories=X-XFCE;Settings;DesktopSettings;X-XfceSettingsDialog; +OnlyShowIn=XFCE; - - # vi:set encoding=UTF-8: -diff -urN Thunar-1.0.0/Thunar.desktop.in.in Thunar-1.0.0.new/Thunar.desktop.in.in ---- Thunar-1.0.0/Thunar.desktop.in.in 2009-01-12 21:38:49.000000000 +0100 -+++ Thunar-1.0.0.new/Thunar.desktop.in.in 2009-02-27 21:39:21.000000000 +0100 -@@ -8,6 +8,7 @@ + StartupNotify=true +diff -urN Thunar-1.2.0/Thunar-bulk-rename.desktop.in.in Thunar-1.2.0.new//Thunar-bulk-rename.desktop.in.in +--- Thunar-1.2.0/Thunar-bulk-rename.desktop.in.in 2011-01-16 16:02:11.000000000 +0000 ++++ Thunar-1.2.0.new//Thunar-bulk-rename.desktop.in.in 2011-01-30 12:53:15.139999548 +0000 +@@ -7,6 +7,7 @@ Terminal=false StartupNotify=true Type=Application --Categories=Application;System;Utility;Core;GTK;FileManager; -+Categories=X-XFCE;System;Utility;Core;GTK;FileManager; +-Categories=System;Utility;Core;GTK;Filesystem; ++Categories=X-XFCE;System;Utility;Core;GTK;Filesystem; +OnlyShowIn=XFCE; # vi:set encoding=UTF-8: ---- Thunar-1.0.1/Thunar-folder-handler.desktop.in.in~ 2008-10-22 08:43:23.000000000 +0200 -+++ Thunar-1.0.1/Thunar-folder-handler.desktop.in.in 2010-05-11 12:17:08.053352282 +0200 -@@ -10,7 +10,8 @@ +diff -urN Thunar-1.2.0/Thunar.desktop.in.in Thunar-1.2.0.new//Thunar.desktop.in.in +--- Thunar-1.2.0/Thunar.desktop.in.in 2011-01-16 16:02:11.000000000 +0000 ++++ Thunar-1.2.0.new//Thunar.desktop.in.in 2011-01-30 12:55:39.470000167 +0000 +@@ -7,6 +7,6 @@ Terminal=false StartupNotify=true Type=Application --Categories=System;Utility;Core;GTK;FileManager; -+Categories=X-XFCE;System;Utility;Core;GTK;FileManager; +-Categories=System;Utility;Core;GTK;FileTools;FileManager; +- ++Categories=X-XFCE;System;Utility;Core;GTK;FileTools;FileManager; +OnlyShowIn=XFCE; - MimeType=x-directory/gnome-default-handler;x-directory/normal;inode/directory; - # vi:set encoding=UTF-8: ---- Thunar-1.0.1/thunar/thunar-settings.desktop.in~ 2008-11-03 08:56:05.000000000 +0100 -+++ Thunar-1.0.1/thunar/thunar-settings.desktop.in 2010-05-11 13:07:59.430823311 +0200 -@@ -7,4 +7,5 @@ +diff -urN Thunar-1.2.0/Thunar-folder-handler.desktop.in.in Thunar-1.2.0.new//Thunar-folder-handler.desktop.in.in +--- Thunar-1.2.0/Thunar-folder-handler.desktop.in.in 2011-01-16 16:02:11.000000000 +0000 ++++ Thunar-1.2.0.new//Thunar-folder-handler.desktop.in.in 2011-01-30 12:55:05.763333870 +0000 +@@ -9,7 +9,7 @@ Terminal=false + StartupNotify=true Type=Application - Categories=X-XFCE;Settings;DesktopSettings;X-XfceSettingsDialog; +-Categories=System;Utility;Core;GTK;FileTools;FileManager; ++Categories=X-XFCE;System;Utility;Core;GTK;FileTools;FileManager; + MimeType=inode/directory; +- +OnlyShowIn=XFCE; - StartupNotify=true + # vi:set encoding=UTF-8: ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/Thunar/Thunar.spec?r1=1.31.2.3&r2=1.31.2.4&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/Thunar/Thunar-desktop.patch?r1=1.5&r2=1.5.2.1&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
