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

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Wed Mar 5 22:17:59 UTC 2014


    Date: Wednesday, March 5, 2014 @ 23:17:59
  Author: flexiondotorg
Revision: 106581

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

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

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

Deleted: community-staging-i686/PKGBUILD
===================================================================
--- community-staging-i686/PKGBUILD	2014-03-05 22:17:10 UTC (rev 106580)
+++ community-staging-i686/PKGBUILD	2014-03-05 22:17:59 UTC (rev 106581)
@@ -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-staging-i686/PKGBUILD (from rev 106580, libmatekbd/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-03-05 22:17:59 UTC (rev 106581)
@@ -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
+}

Deleted: community-staging-i686/libmatekbd.install
===================================================================
--- community-staging-i686/libmatekbd.install	2014-03-05 22:17:10 UTC (rev 106580)
+++ community-staging-i686/libmatekbd.install	2014-03-05 22:17:59 UTC (rev 106581)
@@ -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-staging-i686/libmatekbd.install (from rev 106580, libmatekbd/trunk/libmatekbd.install)
===================================================================
--- community-staging-i686/libmatekbd.install	                        (rev 0)
+++ community-staging-i686/libmatekbd.install	2014-03-05 22:17:59 UTC (rev 106581)
@@ -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-staging-x86_64/PKGBUILD
===================================================================
--- community-staging-x86_64/PKGBUILD	2014-03-05 22:17:10 UTC (rev 106580)
+++ community-staging-x86_64/PKGBUILD	2014-03-05 22:17:59 UTC (rev 106581)
@@ -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-staging-x86_64/PKGBUILD (from rev 106580, libmatekbd/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-03-05 22:17:59 UTC (rev 106581)
@@ -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
+}

Deleted: community-staging-x86_64/libmatekbd.install
===================================================================
--- community-staging-x86_64/libmatekbd.install	2014-03-05 22:17:10 UTC (rev 106580)
+++ community-staging-x86_64/libmatekbd.install	2014-03-05 22:17:59 UTC (rev 106581)
@@ -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-staging-x86_64/libmatekbd.install (from rev 106580, libmatekbd/trunk/libmatekbd.install)
===================================================================
--- community-staging-x86_64/libmatekbd.install	                        (rev 0)
+++ community-staging-x86_64/libmatekbd.install	2014-03-05 22:17:59 UTC (rev 106581)
@@ -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