diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/attachments/20120410/ee08a894/attachment.obj | |
parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
download | archives-master.tar archives-master.tar.gz archives-master.tar.bz2 archives-master.tar.xz archives-master.zip |
Diffstat (limited to 'zarb-ml/mageia-dev/attachments/20120410/ee08a894/attachment.obj')
-rw-r--r-- | zarb-ml/mageia-dev/attachments/20120410/ee08a894/attachment.obj | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/attachments/20120410/ee08a894/attachment.obj b/zarb-ml/mageia-dev/attachments/20120410/ee08a894/attachment.obj new file mode 100644 index 000000000..81e07040c --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120410/ee08a894/attachment.obj @@ -0,0 +1,47 @@ + +Name: indicator-appmenu +Summary: An indicator to host the menus from an application +Group: Graphical desktop/GNOME +Version: 0.3.97 +Release: %mkrel 1 +License: GPL +URL: http://launchpad.net/indicator-appmenu +Source0: https://launchpad.net/indicator-appmenu/0.4/0.3.94/+download/%{name}-%{version}.tar.gz +Patch0: indicator-appmenu-0.3.97-disable-werror.patch +BuildRequires: pkgconfig(dbusmenu-glib-0.4) +BuildRequires: pkgconfig(indicator3-0.4) +BuildRequires: gtk-doc-mkpdf + +%description +An indicator to host the menus from an application. + +%files +%doc ABOUT-NLS AUTHORS ChangeLog COPYING NEWS README +%{_bindir}/hud-* +%{_libdir}/hud-service +%{_libdir}/indicators3/ +%{_datadir}/dbus-1/services/*.service +%{_datadir}/glib-2.0/schemas/com.canonical.indicator.appmenu*gschema.xml +%{_datadir}/gtk-doc/html/hud/ +%{_mandir}/man1/hud-*.1.* + +#-------------------------------------------------------------------- +%prep +%setup -q +%apply_patches + +%build +%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.4.97-1 +- first package
\ No newline at end of file |