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

Martin Wimpress flexiondotorg at archlinux.org
Mon Mar 16 14:50:08 UTC 2015


    Date: Monday, March 16, 2015 @ 15:50:08
  Author: flexiondotorg
Revision: 129371

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

Added:
  mate-desktop/repos/community-i686/PKGBUILD
    (from rev 129370, mate-desktop/trunk/PKGBUILD)
  mate-desktop/repos/community-i686/mate-desktop.install
    (from rev 129370, mate-desktop/trunk/mate-desktop.install)
  mate-desktop/repos/community-x86_64/PKGBUILD
    (from rev 129370, mate-desktop/trunk/PKGBUILD)
  mate-desktop/repos/community-x86_64/mate-desktop.install
    (from rev 129370, mate-desktop/trunk/mate-desktop.install)
Deleted:
  mate-desktop/repos/community-i686/PKGBUILD
  mate-desktop/repos/community-i686/mate-desktop.install
  mate-desktop/repos/community-x86_64/PKGBUILD
  mate-desktop/repos/community-x86_64/mate-desktop.install

---------------------------------------+
 /PKGBUILD                             |   82 ++++++++++++++++++++++++++++++++
 /mate-desktop.install                 |   22 ++++++++
 community-i686/PKGBUILD               |   41 ----------------
 community-i686/mate-desktop.install   |   11 ----
 community-x86_64/PKGBUILD             |   41 ----------------
 community-x86_64/mate-desktop.install |   11 ----
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-03-16 14:50:01 UTC (rev 129370)
+++ community-i686/PKGBUILD	2015-03-16 14:50:08 UTC (rev 129371)
@@ -1,41 +0,0 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-pkgname=mate-desktop
-pkgver=1.8.1
-pkgrel=2
-pkgdesc="Library with common API for various MATE modules"
-url="http://mate-desktop.org"
-arch=('i686' 'x86_64')
-license=(GPL LGPL)
-depends=('dconf' 'gtk2' 'hicolor-icon-theme' 'libunique' 'python2'
-         'startup-notification')
-makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
-groups=('mate')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('e3e92eec0cf0443d6a0ca18ad2f88b2ddd54f833')
-install=${pkgname}.install
-
-prepare() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    sed -i 's|\/usr\/bin\/python|\/usr\/bin\/env python2|' tools/mpaste
-}
-
-build() {
-    # See the following for '--disable-desktop-docs' justification
-    #  - https://github.com/mate-desktop/mate-desktop/issues/68
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    PYTHON=/usr/bin/python2 ./configure \
-        --prefix=/usr \
-        --with-gtk=2.0 \
-        --enable-mpaste \
-        --disable-static \
-        --disable-schemas-compile \
-        --disable-desktop-docs \
-        --enable-gtk-doc
-    make
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: mate-desktop/repos/community-i686/PKGBUILD (from rev 129370, mate-desktop/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-03-16 14:50:08 UTC (rev 129371)
@@ -0,0 +1,41 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-desktop
+pkgver=1.8.2
+pkgrel=1
+pkgdesc="Library with common API for various MATE modules"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=(GPL LGPL)
+depends=('dconf' 'gtk2' 'hicolor-icon-theme' 'libunique' 'python2'
+         'startup-notification')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('4d3f77d73709631d22528b55d3ffb1cbe4d1ddab')
+install=${pkgname}.install
+
+prepare() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    sed -i 's|\/usr\/bin\/python|\/usr\/bin\/env python2|' tools/mpaste
+}
+
+build() {
+    # See the following for '--disable-desktop-docs' justification
+    #  - https://github.com/mate-desktop/mate-desktop/issues/68
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    PYTHON=/usr/bin/python2 ./configure \
+        --prefix=/usr \
+        --with-gtk=2.0 \
+        --enable-mpaste \
+        --disable-static \
+        --disable-schemas-compile \
+        --disable-desktop-docs \
+        --enable-gtk-doc
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/mate-desktop.install
===================================================================
--- community-i686/mate-desktop.install	2015-03-16 14:50:01 UTC (rev 129370)
+++ community-i686/mate-desktop.install	2015-03-16 14:50:08 UTC (rev 129371)
@@ -1,11 +0,0 @@
-post_install() {
-    glib-compile-schemas /usr/share/glib-2.0/schemas/
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: mate-desktop/repos/community-i686/mate-desktop.install (from rev 129370, mate-desktop/trunk/mate-desktop.install)
===================================================================
--- community-i686/mate-desktop.install	                        (rev 0)
+++ community-i686/mate-desktop.install	2015-03-16 14:50:08 UTC (rev 129371)
@@ -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:50:01 UTC (rev 129370)
+++ community-x86_64/PKGBUILD	2015-03-16 14:50:08 UTC (rev 129371)
@@ -1,41 +0,0 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-pkgname=mate-desktop
-pkgver=1.8.1
-pkgrel=2
-pkgdesc="Library with common API for various MATE modules"
-url="http://mate-desktop.org"
-arch=('i686' 'x86_64')
-license=(GPL LGPL)
-depends=('dconf' 'gtk2' 'hicolor-icon-theme' 'libunique' 'python2'
-         'startup-notification')
-makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
-groups=('mate')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('e3e92eec0cf0443d6a0ca18ad2f88b2ddd54f833')
-install=${pkgname}.install
-
-prepare() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    sed -i 's|\/usr\/bin\/python|\/usr\/bin\/env python2|' tools/mpaste
-}
-
-build() {
-    # See the following for '--disable-desktop-docs' justification
-    #  - https://github.com/mate-desktop/mate-desktop/issues/68
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    PYTHON=/usr/bin/python2 ./configure \
-        --prefix=/usr \
-        --with-gtk=2.0 \
-        --enable-mpaste \
-        --disable-static \
-        --disable-schemas-compile \
-        --disable-desktop-docs \
-        --enable-gtk-doc
-    make
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: mate-desktop/repos/community-x86_64/PKGBUILD (from rev 129370, mate-desktop/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-03-16 14:50:08 UTC (rev 129371)
@@ -0,0 +1,41 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-desktop
+pkgver=1.8.2
+pkgrel=1
+pkgdesc="Library with common API for various MATE modules"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=(GPL LGPL)
+depends=('dconf' 'gtk2' 'hicolor-icon-theme' 'libunique' 'python2'
+         'startup-notification')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('4d3f77d73709631d22528b55d3ffb1cbe4d1ddab')
+install=${pkgname}.install
+
+prepare() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    sed -i 's|\/usr\/bin\/python|\/usr\/bin\/env python2|' tools/mpaste
+}
+
+build() {
+    # See the following for '--disable-desktop-docs' justification
+    #  - https://github.com/mate-desktop/mate-desktop/issues/68
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    PYTHON=/usr/bin/python2 ./configure \
+        --prefix=/usr \
+        --with-gtk=2.0 \
+        --enable-mpaste \
+        --disable-static \
+        --disable-schemas-compile \
+        --disable-desktop-docs \
+        --enable-gtk-doc
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/mate-desktop.install
===================================================================
--- community-x86_64/mate-desktop.install	2015-03-16 14:50:01 UTC (rev 129370)
+++ community-x86_64/mate-desktop.install	2015-03-16 14:50:08 UTC (rev 129371)
@@ -1,11 +0,0 @@
-post_install() {
-    glib-compile-schemas /usr/share/glib-2.0/schemas/
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: mate-desktop/repos/community-x86_64/mate-desktop.install (from rev 129370, mate-desktop/trunk/mate-desktop.install)
===================================================================
--- community-x86_64/mate-desktop.install	                        (rev 0)
+++ community-x86_64/mate-desktop.install	2015-03-16 14:50:08 UTC (rev 129371)
@@ -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