summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/attachments/20120414/53cc8757/attachment-0001.obj
blob: ba5d8864dee63641cd0b87f028282aa8b82a2a4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Name:           indicator-application
Summary:        Displays application menu's on panel
Group:          Graphical desktop/GNOME
Version:        0.5.0
Release:        %mkrel 1
License:        GPLv3
URL:            http://launchpad.net/indicator-application
Source0:        https://launchpad.net/indicator-application/0.5/%{version}/+download/%{name}-%{version}.tar.gz
Patch0:		indicator-application-fix-configure.patch
BuildRequires:  pkgconfig(dbusmenu-glib-0.4)
BuildRequires:  pkgconfig(appindicator-0.1)
BuildRequires:  pkgconfig(dbus-glib-1)
BuildRequires:  pkgconfig(indicator3-0.4)

%description
This package provides a library and an indicator to take the menus
from applications and displays them on the panel bar.

%files
%doc AUTHORS COPYING
%{_libdir}/indicator-application-service
%{_libdir}/indicators3/
%{_datadir}/dbus-1/services/*.service
%{_datadir}/indicator-application/

#--------------------------------------------------------------------
%prep
%setup -q
%apply_patches

%build
NOCONFIGURE=1 autoreconf -fi
%configure2_5x \
  --disable-static
%make

%install
%makeinstall_std

# Clean .la files
find %{buildroot}%{_libdir} -name '*.la' -delete -print


%changelog
* Sun Mar 18 2012 Simple <simplew8@gmail.com> 0.5.0-1
- version 0.5.0
- fix license tag
- fix source link

* Sun Mar 18 2012 Simple <simplew8@gmail.com> 0.4.94-1
- first package