[arch-commits] Commit in libmatekbd/repos (6 files)

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


    Date: Thursday, January 16, 2014 @ 16:09:15
  Author: flexiondotorg
Revision: 104170

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

Added:
  libmatekbd/repos/community-i686/
  libmatekbd/repos/community-i686/PKGBUILD
    (from rev 104169, libmatekbd/trunk/PKGBUILD)
  libmatekbd/repos/community-i686/libmatekbd.install
    (from rev 104169, libmatekbd/trunk/libmatekbd.install)
  libmatekbd/repos/community-x86_64/
  libmatekbd/repos/community-x86_64/PKGBUILD
    (from rev 104169, libmatekbd/trunk/PKGBUILD)
  libmatekbd/repos/community-x86_64/libmatekbd.install
    (from rev 104169, libmatekbd/trunk/libmatekbd.install)

-------------------------------------+
 community-i686/PKGBUILD             |   31 +++++++++++++++++++++++++++++++
 community-i686/libmatekbd.install   |   11 +++++++++++
 community-x86_64/PKGBUILD           |   31 +++++++++++++++++++++++++++++++
 community-x86_64/libmatekbd.install |   11 +++++++++++
 4 files changed, 84 insertions(+)

Copied: libmatekbd/repos/community-i686/PKGBUILD (from rev 104169, libmatekbd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-01-16 15:09:15 UTC (rev 104170)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Giovanni "Talorno" Ricciardi <kar98k.sniper at gmail.com>
+# Contributor: Xpander <xpander0 at gmail.com>
+
+pkgname=libmatekbd
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="MATE keyboard library"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('dconf' 'gtk2' 'iso-codes' 'libxklavier')
+makedepends=('mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('224eba31dbf6d44f69ae3b75712a0bb90717df68')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --disable-static
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: libmatekbd/repos/community-i686/libmatekbd.install (from rev 104169, libmatekbd/trunk/libmatekbd.install)
===================================================================
--- community-i686/libmatekbd.install	                        (rev 0)
+++ community-i686/libmatekbd.install	2014-01-16 15:09:15 UTC (rev 104170)
@@ -0,0 +1,11 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: libmatekbd/repos/community-x86_64/PKGBUILD (from rev 104169, libmatekbd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-01-16 15:09:15 UTC (rev 104170)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Giovanni "Talorno" Ricciardi <kar98k.sniper at gmail.com>
+# Contributor: Xpander <xpander0 at gmail.com>
+
+pkgname=libmatekbd
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="MATE keyboard library"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('dconf' 'gtk2' 'iso-codes' 'libxklavier')
+makedepends=('mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('224eba31dbf6d44f69ae3b75712a0bb90717df68')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --disable-static
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: libmatekbd/repos/community-x86_64/libmatekbd.install (from rev 104169, libmatekbd/trunk/libmatekbd.install)
===================================================================
--- community-x86_64/libmatekbd.install	                        (rev 0)
+++ community-x86_64/libmatekbd.install	2014-01-16 15:09:15 UTC (rev 104170)
@@ -0,0 +1,11 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}




More information about the arch-commits mailing list