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

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


    Date: Wednesday, March 5, 2014 @ 23:17:10
  Author: flexiondotorg
Revision: 106580

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

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

-----------------------------------------------+
 /PKGBUILD                                     |   78 ++++++++++++++++++++++++
 /mate-desktop.install                         |   22 ++++++
 community-staging-i686/PKGBUILD               |   39 ------------
 community-staging-i686/mate-desktop.install   |   11 ---
 community-staging-x86_64/PKGBUILD             |   39 ------------
 community-staging-x86_64/mate-desktop.install |   11 ---
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===================================================================
--- community-staging-i686/PKGBUILD	2014-03-05 22:16:55 UTC (rev 106579)
+++ community-staging-i686/PKGBUILD	2014-03-05 22:17:10 UTC (rev 106580)
@@ -1,39 +0,0 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-pkgname=mate-desktop
-pkgver=1.8.0
-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' 'ttf-dejavu')
-makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
-optdepends=('lightdm-gtk2-greeter: A lightweight display manager'
-            'orca: Screen reader for blind or visually impaired individuals'
-            'yelp: for reading MATE help documents')
-options=('!emptydirs')
-groups=('mate')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('1e722d18a198751b209fcf255ad5d3653cb8f6e6')
-install=${pkgname}.install
-
-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 \
-        --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-staging-i686/PKGBUILD (from rev 106579, mate-desktop/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-03-05 22:17:10 UTC (rev 106580)
@@ -0,0 +1,39 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-desktop
+pkgver=1.8.0
+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' 'ttf-dejavu')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('lightdm-gtk2-greeter: A lightweight display manager'
+            'orca: Screen reader for blind or visually impaired individuals'
+            'yelp: for reading MATE help documents')
+options=('!emptydirs')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('1e722d18a198751b209fcf255ad5d3653cb8f6e6')
+install=${pkgname}.install
+
+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 \
+        --disable-static \
+        --disable-schemas-compile \
+        --disable-desktop-docs \
+        --enable-gtk-doc
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: community-staging-i686/mate-desktop.install
===================================================================
--- community-staging-i686/mate-desktop.install	2014-03-05 22:16:55 UTC (rev 106579)
+++ community-staging-i686/mate-desktop.install	2014-03-05 22:17:10 UTC (rev 106580)
@@ -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-staging-i686/mate-desktop.install (from rev 106579, mate-desktop/trunk/mate-desktop.install)
===================================================================
--- community-staging-i686/mate-desktop.install	                        (rev 0)
+++ community-staging-i686/mate-desktop.install	2014-03-05 22:17:10 UTC (rev 106580)
@@ -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:16:55 UTC (rev 106579)
+++ community-staging-x86_64/PKGBUILD	2014-03-05 22:17:10 UTC (rev 106580)
@@ -1,39 +0,0 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-pkgname=mate-desktop
-pkgver=1.8.0
-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' 'ttf-dejavu')
-makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
-optdepends=('lightdm-gtk2-greeter: A lightweight display manager'
-            'orca: Screen reader for blind or visually impaired individuals'
-            'yelp: for reading MATE help documents')
-options=('!emptydirs')
-groups=('mate')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('1e722d18a198751b209fcf255ad5d3653cb8f6e6')
-install=${pkgname}.install
-
-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 \
-        --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-staging-x86_64/PKGBUILD (from rev 106579, mate-desktop/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-03-05 22:17:10 UTC (rev 106580)
@@ -0,0 +1,39 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-desktop
+pkgver=1.8.0
+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' 'ttf-dejavu')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('lightdm-gtk2-greeter: A lightweight display manager'
+            'orca: Screen reader for blind or visually impaired individuals'
+            'yelp: for reading MATE help documents')
+options=('!emptydirs')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('1e722d18a198751b209fcf255ad5d3653cb8f6e6')
+install=${pkgname}.install
+
+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 \
+        --disable-static \
+        --disable-schemas-compile \
+        --disable-desktop-docs \
+        --enable-gtk-doc
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

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