]> git.pld-linux.org Git - packages/applnk.git/blob - applnk.spec
- causes only gnome capplets to appear in Settings/GNOME
[packages/applnk.git] / applnk.spec
1 Summary:        Applnk - base directories tree used for storing desktop/kdelnk menu entries
2 Summary(pl):    Applnk - bazowa struktura katalogów z opisami do plików desktop/kdelnk
3 Name:           applnk
4 Version:        1.9.4
5 Release:        1
6 License:        GPL
7 Group:          Base
8 #Source0:       ftp://ftp.pld-linux.org/software/applnk/
9 Source0:        %{name}-%{version}.tar.bz2
10 # Source0-md5:  85300a3ea420042be20e8438c7e42dd0
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildArch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _xdgconfdir     /etc/xdg
17 %define         _xdgdatadir     %{_datadir}/desktop-directories
18
19 %description
20 Base directories tree used for storing desktop/kdelnk menu entries.
21 Package also contains full description of this hierarchy (descriptions
22 with translations and menu order).
23
24 %description -l pl
25 Bazowa struktura katalogów u¿ywana do przechowywania plików
26 desktop/kdelnk opisu elementów menu ze spisem aplikacji. Pakiet
27 zawiera pe³ny opis hierarchii katalogów (w plikach .directory) wraz z
28 t³umaczeniami tych opisów, a tak¿e opis sposobu uszeregowania
29 grup/elementów katalogów.
30
31 %prep
32 %setup -q
33
34 %build
35 rm -f missing
36 %{__aclocal}
37 %{__autoconf}
38 %{__automake}
39 %configure
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43 install -d $RPM_BUILD_ROOT%{_xdgconfdir}/menus/applications-merged
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT \
47         pixmapsdir=%{_pixmapsdir}
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %dir %{_xdgconfdir}/menus
55 %dir %{_xdgconfdir}/menus/applications-merged
56 # should be marked as %%config
57 %{_xdgconfdir}/menus/applications.menu
58 %{_xdgdatadir}
59 %{_pixmapsdir}/*
This page took 0.062813 seconds and 3 git commands to generate.