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

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Thu Jan 16 18:34:55 UTC 2014


    Date: Thursday, January 16, 2014 @ 19:34:55
  Author: flexiondotorg
Revision: 104265

archrelease: copy trunk to community-i686, community-x86_64

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

-----------------------------------------------+
 /PKGBUILD                                     |   29 ++++++++++++++++++++++++
 /mate-applet-lockkeys.install                 |   12 +++++++++
 community-i686/PKGBUILD                       |   29 ++++++++++++++++++++++++
 community-i686/mate-applet-lockkeys.install   |   12 +++++++++
 community-x86_64/PKGBUILD                     |   29 ------------------------
 community-x86_64/mate-applet-lockkeys.install |   12 ---------
 6 files changed, 82 insertions(+), 41 deletions(-)

Copied: mate-applet-lockkeys/repos/community-i686/PKGBUILD (from rev 104264, mate-applet-lockkeys/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-01-16 18:34:55 UTC (rev 104265)
@@ -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-i686/mate-applet-lockkeys.install (from rev 104264, mate-applet-lockkeys/trunk/mate-applet-lockkeys.install)
===================================================================
--- community-i686/mate-applet-lockkeys.install	                        (rev 0)
+++ community-i686/mate-applet-lockkeys.install	2014-01-16 18:34:55 UTC (rev 104265)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-01-16 18:30:19 UTC (rev 104264)
+++ community-x86_64/PKGBUILD	2014-01-16 18:34:55 UTC (rev 104265)
@@ -1,29 +0,0 @@
-# $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/PKGBUILD (from rev 104264, mate-applet-lockkeys/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-01-16 18:34:55 UTC (rev 104265)
@@ -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"
+}

Deleted: community-x86_64/mate-applet-lockkeys.install
===================================================================
--- community-x86_64/mate-applet-lockkeys.install	2014-01-16 18:30:19 UTC (rev 104264)
+++ community-x86_64/mate-applet-lockkeys.install	2014-01-16 18:34:55 UTC (rev 104265)
@@ -1,12 +0,0 @@
-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
-}

Copied: mate-applet-lockkeys/repos/community-x86_64/mate-applet-lockkeys.install (from rev 104264, 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:34:55 UTC (rev 104265)
@@ -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