[arch-commits] Commit in mate-netbook/repos (6 files)

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Thu Jan 16 17:53:26 UTC 2014


    Date: Thursday, January 16, 2014 @ 18:53:25
  Author: flexiondotorg
Revision: 104240

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

Added:
  mate-netbook/repos/community-i686/
  mate-netbook/repos/community-i686/PKGBUILD
    (from rev 104239, mate-netbook/trunk/PKGBUILD)
  mate-netbook/repos/community-i686/mate-netbook.install
    (from rev 104239, mate-netbook/trunk/mate-netbook.install)
  mate-netbook/repos/community-x86_64/
  mate-netbook/repos/community-x86_64/PKGBUILD
    (from rev 104239, mate-netbook/trunk/PKGBUILD)
  mate-netbook/repos/community-x86_64/mate-netbook.install
    (from rev 104239, mate-netbook/trunk/mate-netbook.install)

---------------------------------------+
 community-i686/PKGBUILD               |   32 ++++++++++++++++++++++++++++++++
 community-i686/mate-netbook.install   |   11 +++++++++++
 community-x86_64/PKGBUILD             |   32 ++++++++++++++++++++++++++++++++
 community-x86_64/mate-netbook.install |   11 +++++++++++
 4 files changed, 86 insertions(+)

Copied: mate-netbook/repos/community-i686/PKGBUILD (from rev 104239, mate-netbook/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-01-16 17:53:25 UTC (rev 104240)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Xpander <xpander0 at gmail.com>
+
+pkgname=mate-netbook
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="A simple window management tool."
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libfakekey' 'libmatewnck' 'libunique' 'mate-panel')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('8aa6f4802bbe5ef7aef9d601a4172d1304d6bb86')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --libexec=/usr/lib/${pkgname} \
+        --sysconfdir=/etc \
+        --disable-static
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: mate-netbook/repos/community-i686/mate-netbook.install (from rev 104239, mate-netbook/trunk/mate-netbook.install)
===================================================================
--- community-i686/mate-netbook.install	                        (rev 0)
+++ community-i686/mate-netbook.install	2014-01-16 17:53:25 UTC (rev 104240)
@@ -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-netbook/repos/community-x86_64/PKGBUILD (from rev 104239, mate-netbook/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-01-16 17:53:25 UTC (rev 104240)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Xpander <xpander0 at gmail.com>
+
+pkgname=mate-netbook
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="A simple window management tool."
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libfakekey' 'libmatewnck' 'libunique' 'mate-panel')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('8aa6f4802bbe5ef7aef9d601a4172d1304d6bb86')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --libexec=/usr/lib/${pkgname} \
+        --sysconfdir=/etc \
+        --disable-static
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: mate-netbook/repos/community-x86_64/mate-netbook.install (from rev 104239, mate-netbook/trunk/mate-netbook.install)
===================================================================
--- community-x86_64/mate-netbook.install	                        (rev 0)
+++ community-x86_64/mate-netbook.install	2014-01-16 17:53:25 UTC (rev 104240)
@@ -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