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

Martin Wimpress flexiondotorg at archlinux.org
Mon Mar 16 14:46:59 UTC 2015


    Date: Monday, March 16, 2015 @ 15:46:59
  Author: flexiondotorg
Revision: 129369

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

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

-------------------------------------+
 /PKGBUILD                           |   56 ++++++++++++++++++++++++++++++++++
 /libmatekbd.install                 |   22 +++++++++++++
 community-i686/PKGBUILD             |   29 -----------------
 community-i686/libmatekbd.install   |   11 ------
 community-x86_64/PKGBUILD           |   29 -----------------
 community-x86_64/libmatekbd.install |   11 ------
 6 files changed, 78 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-03-16 14:46:53 UTC (rev 129368)
+++ community-i686/PKGBUILD	2015-03-16 14:46:59 UTC (rev 129369)
@@ -1,29 +0,0 @@
-# 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-i686/PKGBUILD (from rev 129368, libmatekbd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-03-16 14:46:59 UTC (rev 129369)
@@ -0,0 +1,28 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=libmatekbd
+pkgver=1.8.1
+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')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('a642ec3f6a02352155a48c3e53a85c3ec4f19430')
+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
+}

Deleted: community-i686/libmatekbd.install
===================================================================
--- community-i686/libmatekbd.install	2015-03-16 14:46:53 UTC (rev 129368)
+++ community-i686/libmatekbd.install	2015-03-16 14:46:59 UTC (rev 129369)
@@ -1,11 +0,0 @@
-post_install() {
-    glib-compile-schemas /usr/share/glib-2.0/schemas/
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: libmatekbd/repos/community-i686/libmatekbd.install (from rev 129368, libmatekbd/trunk/libmatekbd.install)
===================================================================
--- community-i686/libmatekbd.install	                        (rev 0)
+++ community-i686/libmatekbd.install	2015-03-16 14:46:59 UTC (rev 129369)
@@ -0,0 +1,11 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-03-16 14:46:53 UTC (rev 129368)
+++ community-x86_64/PKGBUILD	2015-03-16 14:46:59 UTC (rev 129369)
@@ -1,29 +0,0 @@
-# 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-x86_64/PKGBUILD (from rev 129368, libmatekbd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-03-16 14:46:59 UTC (rev 129369)
@@ -0,0 +1,28 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=libmatekbd
+pkgver=1.8.1
+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')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('a642ec3f6a02352155a48c3e53a85c3ec4f19430')
+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
+}

Deleted: community-x86_64/libmatekbd.install
===================================================================
--- community-x86_64/libmatekbd.install	2015-03-16 14:46:53 UTC (rev 129368)
+++ community-x86_64/libmatekbd.install	2015-03-16 14:46:59 UTC (rev 129369)
@@ -1,11 +0,0 @@
-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/libmatekbd.install (from rev 129368, libmatekbd/trunk/libmatekbd.install)
===================================================================
--- community-x86_64/libmatekbd.install	                        (rev 0)
+++ community-x86_64/libmatekbd.install	2015-03-16 14:46:59 UTC (rev 129369)
@@ -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