]> git.pld-linux.org Git - packages/mate-desktop.git/blobdiff - mate-desktop.spec
up to 1.12.0
[packages/mate-desktop.git] / mate-desktop.spec
index dc8c634929cf1258679206732c8742fe1b3d18b8..0571eddc09eb0aa380d69bfd4db37bf3a1098284 100644 (file)
@@ -6,12 +6,12 @@
 Summary:       Shared code for mate-panel, mate-session, mate-file-manager, etc.
 Summary(pl.UTF-8):     Kod współdzielony przez pakiety mate-panel, mate-session, mate-file-manager itd.
 Name:          mate-desktop
-Version:       1.10.0
+Version:       1.12.0
 Release:       1
 License:       LGPL v2+ with MIT parts (library), GPL v2+ (mate-about)
 Group:         X11/Applications
-Source0:       http://pub.mate-desktop.org/releases/1.10/%{name}-%{version}.tar.xz
-# Source0-md5: af952debca4d979107681e8b7d085fe8
+Source0:       http://pub.mate-desktop.org/releases/1.12/%{name}-%{version}.tar.xz
+# Source0-md5: 1b7ed68fb5017b40a001e020349be514
 URL:           http://wiki.mate-desktop.org/mate-desktop
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake >= 1:1.9
@@ -25,7 +25,7 @@ BuildRequires:        gobject-introspection-devel >= 0.9.7
 %{!?with_gtk3:BuildRequires:   gtk+2-devel >= 2:2.24.0}
 %{?with_gtk3:BuildRequires:    gtk+3-devel >= 3.0.0}
 BuildRequires: gtk-doc >= 1.4
-BuildRequires: intltool >= 0.40.0
+BuildRequires: intltool >= 0.50.1
 BuildRequires: libtool
 %{!?with_gtk3:BuildRequires:   libunique-devel >= 1.0}
 %{?with_gtk3:BuildRequires:    libunique3-devel >= 3.0}
@@ -35,9 +35,11 @@ BuildRequires:       rpmbuild(find_lang) >= 1.36
 BuildRequires: startup-notification-devel >= 0.5
 BuildRequires: tar >= 1:1.22
 BuildRequires: xorg-lib-libX11-devel
-BuildRequires: xorg-lib-libXrandr-devel >= 1.2
+BuildRequires: xorg-lib-libXrandr-devel >= 1.3
 BuildRequires: xz
 BuildRequires: yelp-tools
+Requires(post,postun): gtk-update-icon-cache
+Requires(post,postun): hicolor-icon-theme
 Requires:      %{name}-libs = %{version}-%{release}
 # for identifying monitors from pnp.ids (libmate-desktop/display-name.c)
 Requires:      hwdata >= 0.243-6
@@ -140,6 +142,8 @@ rm -rf $RPM_BUILD_ROOT
 # mate < 1.5 did not exist in pld, avoid dependency on mate-conf
 %{__rm} $RPM_BUILD_ROOT%{_datadir}/MateConf/gsettings/mate-desktop.convert
 
+%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/ku_IQ
+
 desktop-file-install \
        --remove-category="MATE" \
        --add-category="X-Mate" \
@@ -154,9 +158,11 @@ rm -rf $RPM_BUILD_ROOT
 
 %post
 %glib_compile_schemas
+%update_icon_cache hicolor
 
 %postun
 %glib_compile_schemas
+%update_icon_cache hicolor
 
 %post  libs -p /sbin/ldconfig
 %postun        libs -p /sbin/ldconfig
@@ -168,8 +174,12 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/mate-color-select
 %attr(755,root,root) %{_bindir}/mpaste
 %{_mandir}/man1/mate-about.1*
+%{_mandir}/man1/mate-color-select.1*
+%{_mandir}/man1/mpaste.1*
 %{_desktopdir}/mate-about.desktop
 %{_desktopdir}/mate-color-select.desktop
+%{_iconsdir}/hicolor/*/apps/mate.png
+%{_iconsdir}/hicolor/scalable/apps/mate-symbolic.svg
 %{_datadir}/mate-about
 %{_datadir}/glib-2.0/schemas/org.mate.*.gschema.xml
 
This page took 0.035639 seconds and 4 git commands to generate.