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

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Wed Mar 5 21:30:14 UTC 2014


    Date: Wednesday, March 5, 2014 @ 22:30:14
  Author: flexiondotorg
Revision: 106568

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

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

---------------------------------------------+
 community-staging-i686/PKGBUILD             |   29 ++++++++++++++++++++++++++
 community-staging-i686/libmatekbd.install   |   11 +++++++++
 community-staging-x86_64/PKGBUILD           |   29 ++++++++++++++++++++++++++
 community-staging-x86_64/libmatekbd.install |   11 +++++++++
 4 files changed, 80 insertions(+)

Copied: libmatekbd/repos/community-staging-i686/PKGBUILD (from rev 106567, libmatekbd/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-03-05 21:30:14 UTC (rev 106568)
@@ -0,0 +1,29 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=libmatekbd
+pkgver=1.8.0
+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.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('8034737a40d5a2f1e4857a21110b4f1eacf0db30')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --with-gtk=2.0 \
+        --disable-static
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: libmatekbd/repos/community-staging-i686/libmatekbd.install (from rev 106567, libmatekbd/trunk/libmatekbd.install)
===================================================================
--- community-staging-i686/libmatekbd.install	                        (rev 0)
+++ community-staging-i686/libmatekbd.install	2014-03-05 21:30:14 UTC (rev 106568)
@@ -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-staging-x86_64/PKGBUILD (from rev 106567, libmatekbd/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-03-05 21:30:14 UTC (rev 106568)
@@ -0,0 +1,29 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=libmatekbd
+pkgver=1.8.0
+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.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('8034737a40d5a2f1e4857a21110b4f1eacf0db30')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --with-gtk=2.0 \
+        --disable-static
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: libmatekbd/repos/community-staging-x86_64/libmatekbd.install (from rev 106567, libmatekbd/trunk/libmatekbd.install)
===================================================================
--- community-staging-x86_64/libmatekbd.install	                        (rev 0)
+++ community-staging-x86_64/libmatekbd.install	2014-03-05 21:30:14 UTC (rev 106568)
@@ -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