]> git.pld-linux.org Git - packages/desktop-file-utils.git/commitdiff
- added patches:
authorgrzegol <grzegol@pld-linux.org>
Wed, 21 Jul 2004 21:17:39 +0000 (21:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
    * hide_empty_submenus - don't show submenu if it's empty
    * directory_change_notify and directory_mtime - new desktop files and
      changes are instantly visible
    * onlyshowin - implementation of OnlyShowIn feature
- new TODO item: NoDisplay
- rel. 2.2 - works for me but should be tested

Changed files:
    desktop-file-utils.spec -> 1.14

desktop-file-utils.spec

index 0adff581fdfab39e7f6ef2c3e2f7c62bb2061876..169ac25324e45afda7d9ac02ef01f789dadf1d50 100644 (file)
@@ -1,18 +1,21 @@
 #
 # TODO:
-#  - OnlyShowIn
-#  - don't display empty submenus
+#  - NoDisplay
 #
 Summary:       A couple of command line utilities for working with desktop entries
 Summary(pl):   Kilka narzêdzi do pracy z elementami biurkowymi
 Name:          desktop-file-utils
 Version:       0.6
-Release:       2.1
+Release:       2.2
 License:       GPL
 Group:         Applications
 Source0:       http://freedesktop.org/Software/desktop-file-utils/releases/%{name}-%{version}.tar.gz
 # Source0-md5: dcace3294470e9cdc9ebfe7de1881ece
 Patch0:                %{name}-menu.patch
+Patch1:                %{name}-hide_empty_submenus.patch
+Patch2:                %{name}-directory_change_notify.patch
+Patch3:                %{name}-directory_mtime.patch
+Patch4:                %{name}-onlyshowin.patch
 # don't append / at end of URL
 URL:           http://www.freedesktop.org/software/desktop-file-utils
 BuildRequires: autoconf
@@ -49,6 +52,10 @@ specyfikacji freedesktop.org.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
 
 %build
 %{__libtoolize}
This page took 0.085038 seconds and 4 git commands to generate.