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

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Mon Jan 27 11:23:45 UTC 2014


    Date: Monday, January 27, 2014 @ 12:23:45
  Author: flexiondotorg
Revision: 104842

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

Added:
  mate-desktop/repos/community-i686/PKGBUILD
    (from rev 104841, mate-desktop/trunk/PKGBUILD)
  mate-desktop/repos/community-i686/mate-desktop.install
    (from rev 104841, mate-desktop/trunk/mate-desktop.install)
  mate-desktop/repos/community-x86_64/PKGBUILD
    (from rev 104841, mate-desktop/trunk/PKGBUILD)
  mate-desktop/repos/community-x86_64/mate-desktop.install
    (from rev 104841, 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                             |   72 ++++++++++++++++++++++++++++++++
 /mate-desktop.install                 |   22 +++++++++
 community-i686/PKGBUILD               |   38 ----------------
 community-i686/mate-desktop.install   |   11 ----
 community-x86_64/PKGBUILD             |   38 ----------------
 community-x86_64/mate-desktop.install |   11 ----
 6 files changed, 94 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-01-27 11:15:49 UTC (rev 104841)
+++ community-i686/PKGBUILD	2014-01-27 11:23:45 UTC (rev 104842)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress <code at flexion.org>
-# Contributor: Giovanni "Talorno" Ricciardi <kar98k.sniper at gmail.com>
-# Contributor: Xpander <xpander0 at gmail.com>
-
-pkgname=mate-desktop
-pkgver=1.6.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' 'mate-doc-utils' 'perl-xml-parser')
-optdepends=('lightdm-gtk2-greeter: A lightweight display manager')
-options=('!emptydirs')
-groups=('mate')
-source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('413ef92f1aedf0ffbbf232ce6907211f0f4722a2')
-install=${pkgname}.install
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    PYTHON=/usr/bin/python2 ./configure \
-        --prefix=/usr \
-        --disable-static \
-        --disable-scrollkeeper \
-        --disable-schemas-compile \
-        --enable-gtk-doc \
-        --with-omf-dir=/usr/share/omf/${pkgname}
-    make
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: mate-desktop/repos/community-i686/PKGBUILD (from rev 104841, mate-desktop/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-01-27 11:23:45 UTC (rev 104842)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-desktop
+pkgver=1.6.2
+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' 'ttf-dejavu')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+optdepends=('lightdm-gtk2-greeter: A lightweight display manager')
+options=('!emptydirs')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('413ef92f1aedf0ffbbf232ce6907211f0f4722a2')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    PYTHON=/usr/bin/python2 ./configure \
+        --prefix=/usr \
+        --disable-static \
+        --disable-scrollkeeper \
+        --disable-schemas-compile \
+        --enable-gtk-doc \
+        --with-omf-dir=/usr/share/omf/${pkgname}
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/mate-desktop.install
===================================================================
--- community-i686/mate-desktop.install	2014-01-27 11:15:49 UTC (rev 104841)
+++ community-i686/mate-desktop.install	2014-01-27 11:23:45 UTC (rev 104842)
@@ -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 104841, mate-desktop/trunk/mate-desktop.install)
===================================================================
--- community-i686/mate-desktop.install	                        (rev 0)
+++ community-i686/mate-desktop.install	2014-01-27 11:23:45 UTC (rev 104842)
@@ -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	2014-01-27 11:15:49 UTC (rev 104841)
+++ community-x86_64/PKGBUILD	2014-01-27 11:23:45 UTC (rev 104842)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress <code at flexion.org>
-# Contributor: Giovanni "Talorno" Ricciardi <kar98k.sniper at gmail.com>
-# Contributor: Xpander <xpander0 at gmail.com>
-
-pkgname=mate-desktop
-pkgver=1.6.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' 'mate-doc-utils' 'perl-xml-parser')
-optdepends=('lightdm-gtk2-greeter: A lightweight display manager')
-options=('!emptydirs')
-groups=('mate')
-source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('413ef92f1aedf0ffbbf232ce6907211f0f4722a2')
-install=${pkgname}.install
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    PYTHON=/usr/bin/python2 ./configure \
-        --prefix=/usr \
-        --disable-static \
-        --disable-scrollkeeper \
-        --disable-schemas-compile \
-        --enable-gtk-doc \
-        --with-omf-dir=/usr/share/omf/${pkgname}
-    make
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: mate-desktop/repos/community-x86_64/PKGBUILD (from rev 104841, mate-desktop/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-01-27 11:23:45 UTC (rev 104842)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-desktop
+pkgver=1.6.2
+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' 'ttf-dejavu')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+optdepends=('lightdm-gtk2-greeter: A lightweight display manager')
+options=('!emptydirs')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('413ef92f1aedf0ffbbf232ce6907211f0f4722a2')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    PYTHON=/usr/bin/python2 ./configure \
+        --prefix=/usr \
+        --disable-static \
+        --disable-scrollkeeper \
+        --disable-schemas-compile \
+        --enable-gtk-doc \
+        --with-omf-dir=/usr/share/omf/${pkgname}
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/mate-desktop.install
===================================================================
--- community-x86_64/mate-desktop.install	2014-01-27 11:15:49 UTC (rev 104841)
+++ community-x86_64/mate-desktop.install	2014-01-27 11:23:45 UTC (rev 104842)
@@ -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 104841, mate-desktop/trunk/mate-desktop.install)
===================================================================
--- community-x86_64/mate-desktop.install	                        (rev 0)
+++ community-x86_64/mate-desktop.install	2014-01-27 11:23:45 UTC (rev 104842)
@@ -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