Date: Saturday, March 8, 2014 @ 18:09:01
  Author: andyrtr
Revision: 106815

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

Added:
  muffin/repos/community-staging-i686/
  muffin/repos/community-staging-i686/PKGBUILD
    (from rev 106814, muffin/trunk/PKGBUILD)
  muffin/repos/community-staging-i686/muffin.install
    (from rev 106814, muffin/trunk/muffin.install)
  muffin/repos/community-staging-x86_64/
  muffin/repos/community-staging-x86_64/PKGBUILD
    (from rev 106814, muffin/trunk/PKGBUILD)
  muffin/repos/community-staging-x86_64/muffin.install
    (from rev 106814, muffin/trunk/muffin.install)

-----------------------------------------+
 community-staging-i686/PKGBUILD         |   34 ++++++++++++++++++++++++++++++
 community-staging-i686/muffin.install   |   10 ++++++++
 community-staging-x86_64/PKGBUILD       |   34 ++++++++++++++++++++++++++++++
 community-staging-x86_64/muffin.install |   10 ++++++++
 4 files changed, 88 insertions(+)

Copied: muffin/repos/community-staging-i686/PKGBUILD (from rev 106814, 
muffin/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2014-03-08 17:09:01 UTC (rev 106815)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexandre Filgueira <[email protected]>
+# Contributor: Adam Hani Schakaki <[email protected]>
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=2.0.5
+pkgrel=2
+pkgdesc="Cinnamon window manager based on Mutter"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/muffin";
+license=('GPL')
+depends=('clutter' 'gobject-introspection' 'cinnamon-desktop' 'libcanberra'
+         'startup-notification' 'zenity' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'gnome-common')
+options=('!emptydirs')
+install=$pkgname.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz";)
+sha256sums=('81a57d452ea88ea926b284248033f021960400b3b9d13f5a334a77cf3bd4c7ee')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
+                                                        --localstatedir=/var 
--disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: muffin/repos/community-staging-i686/muffin.install (from rev 106814, 
muffin/trunk/muffin.install)
===================================================================
--- community-staging-i686/muffin.install                               (rev 0)
+++ community-staging-i686/muffin.install       2014-03-08 17:09:01 UTC (rev 
106815)
@@ -0,0 +1,10 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+post_remove() {
+  post_install
+}

Copied: muffin/repos/community-staging-x86_64/PKGBUILD (from rev 106814, 
muffin/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-03-08 17:09:01 UTC (rev 106815)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexandre Filgueira <[email protected]>
+# Contributor: Adam Hani Schakaki <[email protected]>
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=2.0.5
+pkgrel=2
+pkgdesc="Cinnamon window manager based on Mutter"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/muffin";
+license=('GPL')
+depends=('clutter' 'gobject-introspection' 'cinnamon-desktop' 'libcanberra'
+         'startup-notification' 'zenity' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'gnome-common')
+options=('!emptydirs')
+install=$pkgname.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz";)
+sha256sums=('81a57d452ea88ea926b284248033f021960400b3b9d13f5a334a77cf3bd4c7ee')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
+                                                        --localstatedir=/var 
--disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: muffin/repos/community-staging-x86_64/muffin.install (from rev 106814, 
muffin/trunk/muffin.install)
===================================================================
--- community-staging-x86_64/muffin.install                             (rev 0)
+++ community-staging-x86_64/muffin.install     2014-03-08 17:09:01 UTC (rev 
106815)
@@ -0,0 +1,10 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+post_remove() {
+  post_install
+}

Reply via email to