]> git.pld-linux.org Git - packages/applnk.git/blobdiff - applnk.spec
- rel 5
[packages/applnk.git] / applnk.spec
index e1e701eb950ebbec406347fd0ed2ffb37a3590da..7a2b8b4caa368337f5d501cb228f9416c5911bdd 100644 (file)
@@ -2,13 +2,14 @@ Summary:      Applnk - base directories tree used for storing desktop/kdelnk menu ent
 Summary(pl.UTF-8):     Applnk - bazowa struktura katalogów z opisami do plików desktop/kdelnk
 Name:          applnk
 Version:       2.2.0
-Release:       1
+Release:       5
 License:       GPL
 Group:         Base
 Source0:       ftp://ep09.pld-linux.org/software/applnk/%{name}-%{version}.tar.bz2
 # Source0-md5: 0af5401b44bb2c91c771da76c627b4f5
+Patch0:                xfce-4.10.patch
 Provides:      xdg-menus
-Conflicts:     xfdesktop < 4.8.0
+Conflicts:     xfdesktop < 4.10.0
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -29,6 +30,7 @@ grup/elementów katalogów.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure
@@ -43,6 +45,18 @@ install -d $RPM_BUILD_ROOT%{_xdgconfdir}/menus/applications-merged
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+%banner %{name} -e << EOF
+Use of applnk menu is now controlled via XDG_MENU_PREFIX
+environment variable.  If you want to disable it, then edit
+/etc/env.d/XDG_MENU_PREFIX file.
+
+If your menus just disappeared you need to re-login!
+
+KDE users may have to logout, remove /{var,}/tmp/kdecache-*
+directories before logging in and run kbuildsycoca4.
+EOF
+
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog NEWS
This page took 0.023932 seconds and 4 git commands to generate.