[arch-commits] Commit in mate-applet-lockkeys/repos (3 files)

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Thu Jan 16 18:27:15 UTC 2014


    Date: Thursday, January 16, 2014 @ 19:27:15
  Author: flexiondotorg
Revision: 104260

archrelease: copy trunk to community-x86_64

Added:
  mate-applet-lockkeys/repos/community-x86_64/
  mate-applet-lockkeys/repos/community-x86_64/PKGBUILD
    (from rev 104259, mate-applet-lockkeys/trunk/PKGBUILD)
  mate-applet-lockkeys/repos/community-x86_64/mate-applet-lockkeys.install
    (from rev 104259, mate-applet-lockkeys/trunk/mate-applet-lockkeys.install)

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

Copied: mate-applet-lockkeys/repos/community-x86_64/PKGBUILD (from rev 104259, mate-applet-lockkeys/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-01-16 18:27:15 UTC (rev 104260)
@@ -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"
+}

Copied: mate-applet-lockkeys/repos/community-x86_64/mate-applet-lockkeys.install (from rev 104259, mate-applet-lockkeys/trunk/mate-applet-lockkeys.install)
===================================================================
--- community-x86_64/mate-applet-lockkeys.install	                        (rev 0)
+++ community-x86_64/mate-applet-lockkeys.install	2014-01-16 18:27:15 UTC (rev 104260)
@@ -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