[arch-commits] Commit in mate-window-manager/repos (3 files)

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Thu Jan 16 16:05:31 UTC 2014


    Date: Thursday, January 16, 2014 @ 17:05:31
  Author: flexiondotorg
Revision: 104185

archrelease: copy trunk to community-x86_64

Added:
  mate-window-manager/repos/community-x86_64/
  mate-window-manager/repos/community-x86_64/PKGBUILD
    (from rev 104184, mate-window-manager/trunk/PKGBUILD)
  mate-window-manager/repos/community-x86_64/mate-window-manager.install
    (from rev 104184, mate-window-manager/trunk/mate-window-manager.install)

-----------------------------+
 PKGBUILD                    |   36 ++++++++++++++++++++++++++++++++++++
 mate-window-manager.install |   11 +++++++++++
 2 files changed, 47 insertions(+)

Copied: mate-window-manager/repos/community-x86_64/PKGBUILD (from rev 104184, mate-window-manager/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-01-16 16:05:31 UTC (rev 104185)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Giovanni Ricciardi <kar98k.sniper at gmail.com>
+
+pkgname=mate-window-manager
+pkgver=1.6.2
+pkgrel=4
+pkgdesc="A window manager for MATE"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libcanberra' 'libgtop' 'libice' 'libsm' 'libxt' 'mate-desktop'
+         'mate-dialogs' 'startup-notification')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('dce0fd1953d75b4aad88d4818228eac677fb1d7b')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --sysconfdir=/etc \
+        --localstatedir=/var \
+        --enable-startup-notification \
+        --disable-static \
+        --disable-scrollkeeper
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: mate-window-manager/repos/community-x86_64/mate-window-manager.install (from rev 104184, mate-window-manager/trunk/mate-window-manager.install)
===================================================================
--- community-x86_64/mate-window-manager.install	                        (rev 0)
+++ community-x86_64/mate-window-manager.install	2014-01-16 16:05:31 UTC (rev 104185)
@@ -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