]> git.pld-linux.org Git - packages/totem.git/commitdiff
- 1.5.2, (re)generate icon cache auto/th/totem-1_5_2-1
authorfreetz <freetz@pld-linux.org>
Mon, 12 Jun 2006 18:19:22 +0000 (18:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    totem.spec -> 1.87

totem.spec

index 13ba4abca7311d34eeeda5670bce4acd376d7d30..64cd80cf4b7dcabb465629ac5581b5b62083809f 100644 (file)
 Summary:       Movie player for GNOME 2 based on the gstreamer engine
 Summary(pl):   Odtwarzacz filmów dla GNOME 2 oparty na silniku gstreamer
 Name:          totem
-Version:       1.5.1
+Version:       1.5.2
 Release:       1
 License:       GPL
 Group:         Applications/Multimedia
 Source0:       http://ftp.gnome.org/pub/gnome/sources/totem/1.5/%{name}-%{version}.tar.bz2
-# Source0-md5: a3fbceb3648dfe97e5de4479b9bb12cc
+# Source0-md5: 72bbc885374c6322c0a7106e96dc75c4
 Patch0:                %{name}-desktop.patch
 Patch1:                %{name}-idl.patch
 Patch2:                %{name}-mozilla_includes.patch
@@ -30,7 +30,7 @@ URL:          http://www.hadess.net/totem.php3
 BuildRequires: GConf2-devel
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: dbus-glib-devel >= 0.60
+BuildRequires: dbus-glib-devel >= 0.61
 BuildRequires: gnome-desktop-devel >= 2.15.2
 BuildRequires: gnome-vfs2-devel >= 2.15.1
 BuildRequires: rpmbuild(macros) >= 1.236
@@ -58,8 +58,9 @@ BuildRequires:        rpmbuild(macros) >= 1.197
 BuildRequires: scrollkeeper
 %{!?with_gstreamer:BuildRequires:      xine-lib-devel >= 2:1.0.2-1}
 BuildRequires: xorg-lib-libXv-devel
+Requires(post,preun):  GConf2 >= 2.14.0
+Requires(post,postun): gtk+2 >= 2:2.9.2
 Requires(post,postun): scrollkeeper
-Requires(post,preun):  GConf2
 Requires:      %{name}-libs = %{version}-%{release}
 %if %{with gstreamer}
 Requires:      gstreamer-GConf >= 0.10.3
@@ -217,6 +218,7 @@ rm -rf $RPM_BUILD_ROOT
 %gconf_schema_install totem.schemas
 %scrollkeeper_update_post
 %update_desktop_database_post
+gtk-update-icon-cache -qf %{_datadir}/icons/hicolor
 
 %preun
 %gconf_schema_uninstall totem-handlers.schemas
@@ -226,6 +228,7 @@ rm -rf $RPM_BUILD_ROOT
 %postun
 %scrollkeeper_update_postun
 %update_desktop_database_postun
+gtk-update-icon-cache -qf %{_datadir}/icons/hicolor
 
 %post  libs -p /sbin/ldconfig
 %postun        libs -p /sbin/ldconfig
@@ -270,6 +273,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_desktopdir}/*.desktop
 %{_mandir}/man1/*
 %{_omf_dest_dir}/%{name}
+%{_iconsdir}/hicolor/*/*/media-player-48.png
 %{_pixmapsdir}/*
 %{_sysconfdir}/gconf/schemas/totem-handlers.schemas
 %{_sysconfdir}/gconf/schemas/totem-video-thumbnail.schemas
This page took 0.098598 seconds and 4 git commands to generate.