[arch-commits] Commit in muffin/repos (8 files)

Evangelos Foutras foutrelis at nymeria.archlinux.org
Fri Feb 1 10:03:42 UTC 2013


    Date: Friday, February 1, 2013 @ 11:03:42
  Author: foutrelis
Revision: 83448

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

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

---------------------------------+
 community-i686/PKGBUILD         |   66 ++++++++++++++++++++------------------
 community-i686/muffin.install   |   42 ++++++++++++------------
 community-x86_64/PKGBUILD       |   66 ++++++++++++++++++++------------------
 community-x86_64/muffin.install |   42 ++++++++++++------------
 4 files changed, 112 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-02-01 10:03:25 UTC (rev 83447)
+++ community-i686/PKGBUILD	2013-02-01 10:03:42 UTC (rev 83448)
@@ -1,31 +0,0 @@
-# $Id$
-
-pkgname=muffin
-pkgver=1.1.2
-pkgrel=1
-pkgdesc="Cinnamon window manager based on Mutter"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/muffin"
-license=('GPL')
-depends=('clutter' 'gconf' 'gobject-introspection' 'gsettings-desktop-schemas' 'libcanberra' 'libxxf86vm' 'startup-notification' 'zenity' 'dconf')
-makedepends=('libltdl' 'intltool' 'gnome-doc-utils' 'pkg-config')
-options=('!libtool' '!emptydirs')
-install=$pkgname.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/tarball/$pkgver")
-
-build() {
-  cd linuxmint-muffin-*
-
-  autoreconf -vfi
-  PYTHON=python2 ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/muffin --localstatedir=/var --disable-static --disable-schemas-compile
-  make ${MAKEFLAGS}
-}
-
-package() {
-  cd linuxmint-muffin-*
-  make DESTDIR="$pkgdir/" install
-}
-
-md5sums=('0950fa5c00a165c7fed73b0898d072d5')
-
-# vim:set ts=2 sw=2 et:

Copied: muffin/repos/community-i686/PKGBUILD (from rev 83447, muffin/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-02-01 10:03:42 UTC (rev 83448)
@@ -0,0 +1,35 @@
+# $Id$
+# Contributor: Adam Hani Schakaki <adam at schakaki.net>
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=1.1.2
+pkgrel=2
+pkgdesc="Cinnamon window manager based on Mutter"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/muffin"
+license=('GPL')
+depends=('libx11' 'libsm' 'clutter' 'gconf' 'gobject-introspection' 'gsettings-desktop-schemas' 'libcanberra' 'libxxf86vm' 'startup-notification' 'zenity' 'dconf')
+makedepends=('libltdl' 'intltool' 'gnome-doc-utils' 'gnome-common' 'libice')
+provides=('muffin-wm')
+conflicts=('muffin-wm')
+replaces=('muffin-wm')
+options=('!libtool' '!emptydirs')
+install=$pkgname.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/tarball/$pkgver")
+md5sums=('0950fa5c00a165c7fed73b0898d072d5')
+
+build() {
+  cd linuxmint-muffin-*
+
+  autoreconf -vfi
+  PYTHON=python2 ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/muffin --localstatedir=/var --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd linuxmint-muffin-*
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/muffin.install
===================================================================
--- community-i686/muffin.install	2013-02-01 10:03:25 UTC (rev 83447)
+++ community-i686/muffin.install	2013-02-01 10:03:42 UTC (rev 83448)
@@ -1,21 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-  if [ -f /usr/share/gconf/schemas/muffin.schemas ]; then
-    /usr/sbin/gconfpkg --uninstall muffin
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  pre_upgrade
-}
-
-post_remove() {
-  post_install
-}

Copied: muffin/repos/community-i686/muffin.install (from rev 83447, muffin/trunk/muffin.install)
===================================================================
--- community-i686/muffin.install	                        (rev 0)
+++ community-i686/muffin.install	2013-02-01 10:03:42 UTC (rev 83448)
@@ -0,0 +1,21 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+  if [ -f /usr/share/gconf/schemas/muffin.schemas ]; then
+    /usr/sbin/gconfpkg --uninstall muffin
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+pre_remove() {
+  pre_upgrade
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-02-01 10:03:25 UTC (rev 83447)
+++ community-x86_64/PKGBUILD	2013-02-01 10:03:42 UTC (rev 83448)
@@ -1,31 +0,0 @@
-# $Id$
-
-pkgname=muffin
-pkgver=1.1.2
-pkgrel=1
-pkgdesc="Cinnamon window manager based on Mutter"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/muffin"
-license=('GPL')
-depends=('clutter' 'gconf' 'gobject-introspection' 'gsettings-desktop-schemas' 'libcanberra' 'libxxf86vm' 'startup-notification' 'zenity' 'dconf')
-makedepends=('libltdl' 'intltool' 'gnome-doc-utils' 'pkg-config')
-options=('!libtool' '!emptydirs')
-install=$pkgname.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/tarball/$pkgver")
-
-build() {
-  cd linuxmint-muffin-*
-
-  autoreconf -vfi
-  PYTHON=python2 ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/muffin --localstatedir=/var --disable-static --disable-schemas-compile
-  make ${MAKEFLAGS}
-}
-
-package() {
-  cd linuxmint-muffin-*
-  make DESTDIR="$pkgdir/" install
-}
-
-md5sums=('0950fa5c00a165c7fed73b0898d072d5')
-
-# vim:set ts=2 sw=2 et:

Copied: muffin/repos/community-x86_64/PKGBUILD (from rev 83447, muffin/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-02-01 10:03:42 UTC (rev 83448)
@@ -0,0 +1,35 @@
+# $Id$
+# Contributor: Adam Hani Schakaki <adam at schakaki.net>
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=1.1.2
+pkgrel=2
+pkgdesc="Cinnamon window manager based on Mutter"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/muffin"
+license=('GPL')
+depends=('libx11' 'libsm' 'clutter' 'gconf' 'gobject-introspection' 'gsettings-desktop-schemas' 'libcanberra' 'libxxf86vm' 'startup-notification' 'zenity' 'dconf')
+makedepends=('libltdl' 'intltool' 'gnome-doc-utils' 'gnome-common' 'libice')
+provides=('muffin-wm')
+conflicts=('muffin-wm')
+replaces=('muffin-wm')
+options=('!libtool' '!emptydirs')
+install=$pkgname.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/tarball/$pkgver")
+md5sums=('0950fa5c00a165c7fed73b0898d072d5')
+
+build() {
+  cd linuxmint-muffin-*
+
+  autoreconf -vfi
+  PYTHON=python2 ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/muffin --localstatedir=/var --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd linuxmint-muffin-*
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/muffin.install
===================================================================
--- community-x86_64/muffin.install	2013-02-01 10:03:25 UTC (rev 83447)
+++ community-x86_64/muffin.install	2013-02-01 10:03:42 UTC (rev 83448)
@@ -1,21 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-  if [ -f /usr/share/gconf/schemas/muffin.schemas ]; then
-    /usr/sbin/gconfpkg --uninstall muffin
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  pre_upgrade
-}
-
-post_remove() {
-  post_install
-}

Copied: muffin/repos/community-x86_64/muffin.install (from rev 83447, muffin/trunk/muffin.install)
===================================================================
--- community-x86_64/muffin.install	                        (rev 0)
+++ community-x86_64/muffin.install	2013-02-01 10:03:42 UTC (rev 83448)
@@ -0,0 +1,21 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+  if [ -f /usr/share/gconf/schemas/muffin.schemas ]; then
+    /usr/sbin/gconfpkg --uninstall muffin
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+pre_remove() {
+  pre_upgrade
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list