[arch-commits] Commit in mate-desktop/repos (8 files)
Martin Wimpress
flexiondotorg at nymeria.archlinux.org
Thu Mar 13 12:41:52 UTC 2014
Date: Thursday, March 13, 2014 @ 13:41:52
Author: flexiondotorg
Revision: 107146
archrelease: copy trunk to community-i686, community-x86_64
Added:
mate-desktop/repos/community-i686/PKGBUILD
(from rev 107145, mate-desktop/trunk/PKGBUILD)
mate-desktop/repos/community-i686/mate-desktop.install
(from rev 107145, mate-desktop/trunk/mate-desktop.install)
mate-desktop/repos/community-x86_64/PKGBUILD
(from rev 107145, mate-desktop/trunk/PKGBUILD)
mate-desktop/repos/community-x86_64/mate-desktop.install
(from rev 107145, 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 | 92 ++++++++++++++++++++++++++++++++
/mate-desktop.install | 22 +++++++
community-i686/PKGBUILD | 40 -------------
community-i686/mate-desktop.install | 11 ---
community-x86_64/PKGBUILD | 40 -------------
community-x86_64/mate-desktop.install | 11 ---
6 files changed, 114 insertions(+), 102 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2014-03-13 12:41:31 UTC (rev 107145)
+++ community-i686/PKGBUILD 2014-03-13 12:41:52 UTC (rev 107146)
@@ -1,40 +0,0 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-pkgname=mate-desktop
-pkgver=1.8.0
-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' 'perl-xml-parser' 'yelp-tools')
-optdepends=('lightdm-gtk2-greeter: A lightweight display manager'
- 'onboard: On-screen keyboard useful for mobility impaired users'
- '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-i686/PKGBUILD (from rev 107145, mate-desktop/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-13 12:41:52 UTC (rev 107146)
@@ -0,0 +1,46 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-desktop
+pkgver=1.8.0
+pkgrel=3
+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'
+ 'onboard: On-screen keyboard useful for mobility impaired users'
+ '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
+
+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 2014-03-13 12:41:31 UTC (rev 107145)
+++ community-i686/mate-desktop.install 2014-03-13 12:41:52 UTC (rev 107146)
@@ -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 107145, mate-desktop/trunk/mate-desktop.install)
===================================================================
--- community-i686/mate-desktop.install (rev 0)
+++ community-i686/mate-desktop.install 2014-03-13 12:41:52 UTC (rev 107146)
@@ -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-03-13 12:41:31 UTC (rev 107145)
+++ community-x86_64/PKGBUILD 2014-03-13 12:41:52 UTC (rev 107146)
@@ -1,40 +0,0 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-pkgname=mate-desktop
-pkgver=1.8.0
-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' 'perl-xml-parser' 'yelp-tools')
-optdepends=('lightdm-gtk2-greeter: A lightweight display manager'
- 'onboard: On-screen keyboard useful for mobility impaired users'
- '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-x86_64/PKGBUILD (from rev 107145, mate-desktop/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-03-13 12:41:52 UTC (rev 107146)
@@ -0,0 +1,46 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-desktop
+pkgver=1.8.0
+pkgrel=3
+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'
+ 'onboard: On-screen keyboard useful for mobility impaired users'
+ '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
+
+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 2014-03-13 12:41:31 UTC (rev 107145)
+++ community-x86_64/mate-desktop.install 2014-03-13 12:41:52 UTC (rev 107146)
@@ -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 107145, mate-desktop/trunk/mate-desktop.install)
===================================================================
--- community-x86_64/mate-desktop.install (rev 0)
+++ community-x86_64/mate-desktop.install 2014-03-13 12:41:52 UTC (rev 107146)
@@ -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