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

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Wed Mar 5 23:35:48 UTC 2014


    Date: Thursday, March 6, 2014 @ 00:35:48
  Author: flexiondotorg
Revision: 106611

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

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

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

Copied: mate-netbook/repos/community-staging-i686/PKGBUILD (from rev 106610, mate-netbook/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-03-05 23:35:48 UTC (rev 106611)
@@ -0,0 +1,32 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-netbook
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="A simple window management tool."
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libfakekey' 'libwnck' 'libunique' 'mate-panel')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+options=('!emptydirs')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('64723fcf6a3a42e7faacfb54fb0c85103af5b1ba')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --libexec=/usr/lib/${pkgname} \
+        --sysconfdir=/etc \
+        --with-gtk=2.0 \
+        --disable-static
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: mate-netbook/repos/community-staging-i686/mate-netbook.install (from rev 106610, mate-netbook/trunk/mate-netbook.install)
===================================================================
--- community-staging-i686/mate-netbook.install	                        (rev 0)
+++ community-staging-i686/mate-netbook.install	2014-03-05 23:35:48 UTC (rev 106611)
@@ -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-staging-x86_64/PKGBUILD (from rev 106610, mate-netbook/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-03-05 23:35:48 UTC (rev 106611)
@@ -0,0 +1,32 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-netbook
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="A simple window management tool."
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libfakekey' 'libwnck' 'libunique' 'mate-panel')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+options=('!emptydirs')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('64723fcf6a3a42e7faacfb54fb0c85103af5b1ba')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --libexec=/usr/lib/${pkgname} \
+        --sysconfdir=/etc \
+        --with-gtk=2.0 \
+        --disable-static
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: mate-netbook/repos/community-staging-x86_64/mate-netbook.install (from rev 106610, mate-netbook/trunk/mate-netbook.install)
===================================================================
--- community-staging-x86_64/mate-netbook.install	                        (rev 0)
+++ community-staging-x86_64/mate-netbook.install	2014-03-05 23:35:48 UTC (rev 106611)
@@ -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