[arch-commits] Commit in (5 files)

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Thu Jan 16 18:26:11 UTC 2014


    Date: Thursday, January 16, 2014 @ 19:26:11
  Author: flexiondotorg
Revision: 104259

Added mate-applet-lockkeys

Added:
  mate-applet-lockkeys/
  mate-applet-lockkeys/repos/
  mate-applet-lockkeys/trunk/
  mate-applet-lockkeys/trunk/PKGBUILD
  mate-applet-lockkeys/trunk/mate-applet-lockkeys.install

------------------------------+
 PKGBUILD                     |   29 +++++++++++++++++++++++++++++
 mate-applet-lockkeys.install |   12 ++++++++++++
 2 files changed, 41 insertions(+)

Added: mate-applet-lockkeys/trunk/PKGBUILD
===================================================================
--- mate-applet-lockkeys/trunk/PKGBUILD	                        (rev 0)
+++ mate-applet-lockkeys/trunk/PKGBUILD	2014-01-16 18:26:11 UTC (rev 104259)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-applet-lockkeys
+pkgver=0.2.3
+pkgrel=1
+pkgdesc="A MATE panel applet that shows which of the CapsLock, NumLock and ScrollLock keys are on and which are off."
+url="http://www.zavedil.com/mate-lock-keys-applet/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'mate-panel')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+source=("http://www.zavedil.com/wp-content/uploads/2013/12/${pkgname}-${pkgver}.tar.gz")
+md5sums=('84515b805609daf1998590ee5f1fcb6a')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${pkgname}
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+    rm -f "${pkgdir}/usr/share/glib-2.0/schemas/gschemas.compiled"
+}


Property changes on: mate-applet-lockkeys/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-applet-lockkeys/trunk/mate-applet-lockkeys.install
===================================================================
--- mate-applet-lockkeys/trunk/mate-applet-lockkeys.install	                        (rev 0)
+++ mate-applet-lockkeys/trunk/mate-applet-lockkeys.install	2014-01-16 18:26:11 UTC (rev 104259)
@@ -0,0 +1,12 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas/
+    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}




More information about the arch-commits mailing list