]> git.pld-linux.org Git - packages/applnk.git/commitdiff
- Vfolders support
authoradgor <adgor@pld-linux.org>
Sun, 23 Mar 2003 22:09:01 +0000 (22:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    applnk.spec -> 1.45

applnk.spec

index f317fb8e47ba40af7fddf4fb06dabc1dbcaf720b..5fde23328f3bec0ebd942db21a2341bd0b8f50dc 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       Applnk - base directories tree used for storing desktop/kdelnk menu entries
 Summary(pl):   Applnk - bazowa struktura katalogów z opisami do plików desktop/kdelnk
 Name:          applnk
-Version:       1.5.16
+Version:       1.5.17
 Release:       1
 License:       GPL
 Group:         Base
@@ -15,6 +15,9 @@ BuildArch:    noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 
+%define                _vdconfdir      /etc/X11/desktop
+%define                _vdinfodir      %{_datadir}/desktop-directories
+
 %description
 Base directories tree used for storing desktop/kdelnk menu entries.
 Package also contains full description of this hierarchy (descriptions
@@ -43,10 +46,18 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install applnkdir=%{_applnkdir} pixmapsdir=%{_pixmapsdir} \
                DESTDIR=$RPM_BUILD_ROOT
 
+install -d $RPM_BUILD_ROOT%{_desktopdir}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%dir %{_vdconfdir}
+%dir %{_vdconfdir}/menus
+# should be marked as %%config
+%{_vdconfdir}/menus/applications.menu
 %{_applnkdir}
+%{_desktopdir}
+%{_vdinfodir}
 %{_pixmapsdir}/*
This page took 0.032462 seconds and 4 git commands to generate.