[mate-applet-lockkeys] initial import

Wolfgang Ulbrich raveit65 at fedoraproject.org
Mon May 6 19:05:18 UTC 2013


commit 00e45d370d4eeb7b3e2c82594a538d8c55407d21
Author: raveit <chat-to-me at raveit.de>
Date:   Mon May 6 21:05:05 2013 +0200

    initial import

 .gitignore                |    1 +
 mate-applet-lockkeys.spec |   76 +++++++++++++++++++++++++++++++++++++++++++++
 sources                   |    1 +
 3 files changed, 78 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..360a233 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/mate-applet-lockkeys-0.2.0.tar.gz
diff --git a/mate-applet-lockkeys.spec b/mate-applet-lockkeys.spec
new file mode 100644
index 0000000..85aed0a
--- /dev/null
+++ b/mate-applet-lockkeys.spec
@@ -0,0 +1,76 @@
+
+Summary:  MATE Keyboard LED indicator 
+Name:     mate-applet-lockkeys
+Version:  0.2.0
+Release:  2%{?dist}
+Group:    Applications/System
+License:  GPLv2+
+URL:      http://www.zavedil.com/mate-lock-keys-applet/
+Source:   http://www.zavedil.com/wp-content/uploads/2013/02/%{name}-%{version}.tar.gz
+
+BuildRequires: gettext
+BuildRequires: gtk2-devel
+BuildRequires: mate-panel-devel
+BuildRequires: popt-devel
+
+Requires: mate-panel
+
+%description
+Keyboard LED indicator applet for the MATE desktop environment.
+
+%prep
+%setup -q
+
+%build
+%configure
+
+make %{?_smp_mflags}
+
+%install
+make install DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache
+rm -f $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas/gschemas.compiled
+rm -f $RPM_BUILD_ROOT%{_docdir}/mate-applet-lockkeys/*
+
+%find_lang %{name}
+
+%post
+/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+/bin/touch --no-create %{_datadir}/icons &>/dev/null || :
+
+%postun
+if [ $1 -eq 0 ] ; then
+    /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+    /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+    /bin/touch --no-create %{_datadir}/icons &>/dev/null
+    /usr/bin/gtk-update-icon-cache %{_datadir}/icons &>/dev/null || :
+    /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
+fi
+
+%posttrans
+/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+/usr/bin/gtk-update-icon-cache %{_datadir}/icons &>/dev/null || :
+/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
+
+
+%files -f %{name}.lang
+%doc AUTHORS BUGS ChangeLog COPYING README TODO
+%{_libexecdir}/lockkeys_applet
+%{_datadir}/pixmaps/*.xpm
+%{_datadir}/icons/hicolor/*/apps/*.png
+%{_datadir}/icons/applet_lockkeys.png
+%{_datadir}/mate-panel/applets/org.mate.applets.LockkeysApplet.mate-panel-applet
+%{_datadir}/dbus-1/services/org.mate.panel.applet.LockkeysApplet.service
+%{_datadir}/mate-2.0/ui/lockkeys-applet-menu.xml
+%{_datadir}/glib-2.0/schemas/org.mate.panel.applet.LockkeysApplet.gschema.xml
+
+
+%changelog
+* Mon May 06 2013 Wolfgang Ulbrich <chat-to-me at raveit.de> - 0.2.0-2
+- remvove News
+- remove requires mate-panel
+
+* Thu Mar 21 2013 Wolfgang Ulbrich <chat-to-me at raveit.de> - 0.2.0-1
+- initial build for fedora
+
diff --git a/sources b/sources
index e69de29..aa1d3bf 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+91d31dcdd68ad37109fd38e718340ac7  mate-applet-lockkeys-0.2.0.tar.gz


More information about the scm-commits mailing list