[packages/mate-applet-indicator] - new

qboosh qboosh at pld-linux.org
Sun Dec 29 15:36:42 CET 2013


commit 0c351917526a1db31440937eb2229092191f56b6
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Dec 29 15:36:56 2013 +0100

    - new

 mate-applet-indicator.spec | 97 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 97 insertions(+)
---
diff --git a/mate-applet-indicator.spec b/mate-applet-indicator.spec
new file mode 100644
index 0000000..9f83d57
--- /dev/null
+++ b/mate-applet-indicator.spec
@@ -0,0 +1,97 @@
+Summary:	Small applet to display information from various applications consistently in the panel
+Summary(pl.UTF-8):	Mały aplet do spójnego wyświetlania w panelu informacji od różnych aplikacji
+Name:		mate-applet-indicator
+Version:	1.6.0
+Release:	1
+License:	GPL v3
+Group:		X11/Applications
+Source0:	http://pub.mate-desktop.org/releases/1.6/mate-indicator-applet-%{version}.tar.xz
+# Source0-md5:	49d7224ba93d846a78933f11ad00fabe
+URL:		http://mate-desktop.org/
+BuildRequires:	autoconf >= 2.53
+BuildRequires:	automake >= 1:1.9
+BuildRequires:	gettext-devel >= 0.10.40
+BuildRequires:	glib2-devel >= 2.0
+BuildRequires:	gtk+2-devel >= 2:2.12
+BuildRequires:	intltool >= 0.35.0
+BuildRequires:	libindicator-devel >= 0.4
+BuildRequires:	libtool >= 1:1.4.3
+BuildRequires:	pkgconfig >= 1:0.19
+BuildRequires:	tar >= 1:1.22
+BuildRequires:	xz
+Requires(post,postun):	gtk-update-icon-cache
+Requires:	gtk+2 >= 2:2.12
+Requires:	hicolor-icon-theme
+Requires:	mate-panel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_libexecdir	%{_libdir}/mate-panel
+
+%description
+The indicator applet exposes Ayatana Indicators in the MATE Panel.
+Ayatana Indicators are an initiative by Canonical to provide crisp and
+clean system and application status indication. They take the form of
+an icon and associated menu, displayed (usually) in the desktop panel.
+Existing indicators include the Message Menu, Battery Menu and Sound
+menu.
+
+MATE Indicator Applet is a fork of Indicator Applet for GNOME
+(<https://launchpad.net/indicator-applet>).
+
+%description -l pl.UTF-8
+Aplet indicator uwidacznia wskaźniki Ayatana w panelu MATE. Wskaźniki
+Ayatana (Ayatana Indicators) to inicjatywa Canonical mająca na celu
+zapewnienie świeżych i przejrzystych wskazań dotyczących stanu systemu
+i aplikacji. Mają postać ikony i związanego z nią menu, wyświetlanych
+(zwykle) w panelu pulpitu. Istniejące wskaźniki obejmują menu
+komunikatów, menu baterii oraz menu dźwięku.
+
+MATE Indicator Applet to odgałęzienie pakietu Indicator Applet dla
+GNOME (<https://launchpad.net/indicator-applet>).
+
+%prep
+%setup -q -n mate-indicator-applet-%{version}
+
+install -d m4
+
+%build
+%{__intltoolize}
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+	--disable-silent-rules
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+# not supported by glibc (as of 2.18)
+%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/vec
+
+%find_lang mate-indicator-applet
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%update_icon_cache hicolor
+
+%postun
+%update_icon_cache hicolor
+
+%files -f mate-indicator-applet.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README
+%attr(755,root,root) %{_libexecdir}/indicator-applet
+%attr(755,root,root) %{_libexecdir}/indicator-applet-appmenu
+%attr(755,root,root) %{_libexecdir}/indicator-applet-complete
+%{_datadir}/dbus-1/services/org.mate.panel.applet.IndicatorApplet*.service
+%{_datadir}/mate-panel/applets/org.ayatana.panel.IndicatorApplet*.mate-panel-applet
+%{_iconsdir}/hicolor/scalable/apps/mate-indicator-applet.svg
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mate-applet-indicator.git/commitdiff/0c351917526a1db31440937eb2229092191f56b6



More information about the pld-cvs-commit mailing list