summaryrefslogtreecommitdiff
path: root/community/mate-applet-lockkeys/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mate-applet-lockkeys/PKGBUILD')
-rw-r--r--community/mate-applet-lockkeys/PKGBUILD29
1 files changed, 29 insertions, 0 deletions
diff --git a/community/mate-applet-lockkeys/PKGBUILD b/community/mate-applet-lockkeys/PKGBUILD
new file mode 100644
index 000000000..190ad0bb5
--- /dev/null
+++ b/community/mate-applet-lockkeys/PKGBUILD
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 104265 2014-01-16 18:34:55Z flexiondotorg $
+# Maintainer : Martin Wimpress <code@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"
+}