[arch-commits] Commit in mate-desktop/repos (6 files)
Martin Wimpress
flexiondotorg at nymeria.archlinux.org
Wed Mar 5 21:27:59 UTC 2014
Date: Wednesday, March 5, 2014 @ 22:27:59
Author: flexiondotorg
Revision: 106567
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
mate-desktop/repos/community-staging-i686/
mate-desktop/repos/community-staging-i686/PKGBUILD
(from rev 106566, mate-desktop/trunk/PKGBUILD)
mate-desktop/repos/community-staging-i686/mate-desktop.install
(from rev 106566, mate-desktop/trunk/mate-desktop.install)
mate-desktop/repos/community-staging-x86_64/
mate-desktop/repos/community-staging-x86_64/PKGBUILD
(from rev 106566, mate-desktop/trunk/PKGBUILD)
mate-desktop/repos/community-staging-x86_64/mate-desktop.install
(from rev 106566, mate-desktop/trunk/mate-desktop.install)
-----------------------------------------------+
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 ++++++
4 files changed, 100 insertions(+)
Copied: mate-desktop/repos/community-staging-i686/PKGBUILD (from rev 106566, mate-desktop/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-03-05 21:27:59 UTC (rev 106567)
@@ -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
+}
Copied: mate-desktop/repos/community-staging-i686/mate-desktop.install (from rev 106566, mate-desktop/trunk/mate-desktop.install)
===================================================================
--- community-staging-i686/mate-desktop.install (rev 0)
+++ community-staging-i686/mate-desktop.install 2014-03-05 21:27:59 UTC (rev 106567)
@@ -0,0 +1,11 @@
+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/PKGBUILD (from rev 106566, mate-desktop/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2014-03-05 21:27:59 UTC (rev 106567)
@@ -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
+}
Copied: mate-desktop/repos/community-staging-x86_64/mate-desktop.install (from rev 106566, 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 21:27:59 UTC (rev 106567)
@@ -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