summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/attachments/20120414/53cc8757/attachment-0013.obj
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
committerNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
commit1be510f9529cb082f802408b472a77d074b394c0 (patch)
treeb175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/attachments/20120414/53cc8757/attachment-0013.obj
parentfa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff)
downloadarchives-1be510f9529cb082f802408b472a77d074b394c0.tar
archives-1be510f9529cb082f802408b472a77d074b394c0.tar.gz
archives-1be510f9529cb082f802408b472a77d074b394c0.tar.bz2
archives-1be510f9529cb082f802408b472a77d074b394c0.tar.xz
archives-1be510f9529cb082f802408b472a77d074b394c0.zip
Add zarb MLs html archivesHEADmaster
Diffstat (limited to 'zarb-ml/mageia-dev/attachments/20120414/53cc8757/attachment-0013.obj')
-rw-r--r--zarb-ml/mageia-dev/attachments/20120414/53cc8757/attachment-0013.obj51
1 files changed, 51 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/attachments/20120414/53cc8757/attachment-0013.obj b/zarb-ml/mageia-dev/attachments/20120414/53cc8757/attachment-0013.obj
new file mode 100644
index 000000000..ba5d8864d
--- /dev/null
+++ b/zarb-ml/mageia-dev/attachments/20120414/53cc8757/attachment-0013.obj
@@ -0,0 +1,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 \ No newline at end of file