summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/attachments/20120410/ee08a894/attachment.obj
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/attachments/20120410/ee08a894/attachment.obj')
-rw-r--r--zarb-ml/mageia-dev/attachments/20120410/ee08a894/attachment.obj47
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