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

Jan Steffens heftig at nymeria.archlinux.org
Sun Apr 21 22:24:04 UTC 2013


    Date: Monday, April 22, 2013 @ 00:24:03
  Author: heftig
Revision: 88697

db-move: moved muffin from [community-testing] to [community] (i686, x86_64)

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

---------------------------------+
 /PKGBUILD                       |   68 ++++++++++++++++++++++++++++++++++++++
 /muffin.install                 |   20 +++++++++++
 community-i686/PKGBUILD         |   38 ---------------------
 community-i686/muffin.install   |   10 -----
 community-x86_64/PKGBUILD       |   38 ---------------------
 community-x86_64/muffin.install |   10 -----
 6 files changed, 88 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-04-21 22:21:54 UTC (rev 88696)
+++ community-i686/PKGBUILD	2013-04-21 22:24:03 UTC (rev 88697)
@@ -1,38 +0,0 @@
-# $Id$
-# Contributor: Adam Hani Schakaki <adam at schakaki.net>
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="Cinnamon window manager based on Mutter"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/muffin"
-license=('GPL')
-depends=('libsm' 'clutter' 'gobject-introspection' 'gsettings-desktop-schemas' \
-		 'libcanberra' 'startup-notification' 'zenity' 'dconf')
-makedepends=('intltool' 'gnome-doc-utils')
-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=('c39cd212959c7de8f834abe9e3fee8da')
-
-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:

Copied: muffin/repos/community-i686/PKGBUILD (from rev 88696, muffin/repos/community-testing-i686/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-04-21 22:24:03 UTC (rev 88697)
@@ -0,0 +1,34 @@
+# $Id$
+# Contributor: Adam Hani Schakaki <adam at schakaki.net>
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=1.7.3
+pkgrel=1
+pkgdesc="Cinnamon window manager based on Mutter"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/muffin"
+license=('GPL')
+depends=('libsm' 'clutter' 'gobject-introspection' 'gsettings-desktop-schemas' \
+		 'libcanberra' 'startup-notification' 'zenity' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'gnome-common')
+options=('!libtool' '!emptydirs')
+install=$pkgname.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/tarball/$pkgver")
+md5sums=('30e329da6af10e825dace490f13e445f')
+
+build() {
+  cd linuxmint-muffin-*
+
+  PYTHON=python2 ./autogen.sh --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-04-21 22:21:54 UTC (rev 88696)
+++ community-i686/muffin.install	2013-04-21 22:24:03 UTC (rev 88697)
@@ -1,10 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-post_remove() {
-  post_install
-}

Copied: muffin/repos/community-i686/muffin.install (from rev 88696, muffin/repos/community-testing-i686/muffin.install)
===================================================================
--- community-i686/muffin.install	                        (rev 0)
+++ community-i686/muffin.install	2013-04-21 22:24:03 UTC (rev 88697)
@@ -0,0 +1,10 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-04-21 22:21:54 UTC (rev 88696)
+++ community-x86_64/PKGBUILD	2013-04-21 22:24:03 UTC (rev 88697)
@@ -1,38 +0,0 @@
-# $Id$
-# Contributor: Adam Hani Schakaki <adam at schakaki.net>
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="Cinnamon window manager based on Mutter"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/muffin"
-license=('GPL')
-depends=('libsm' 'clutter' 'gobject-introspection' 'gsettings-desktop-schemas' \
-		 'libcanberra' 'startup-notification' 'zenity' 'dconf')
-makedepends=('intltool' 'gnome-doc-utils')
-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=('c39cd212959c7de8f834abe9e3fee8da')
-
-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:

Copied: muffin/repos/community-x86_64/PKGBUILD (from rev 88696, muffin/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-04-21 22:24:03 UTC (rev 88697)
@@ -0,0 +1,34 @@
+# $Id$
+# Contributor: Adam Hani Schakaki <adam at schakaki.net>
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=1.7.3
+pkgrel=1
+pkgdesc="Cinnamon window manager based on Mutter"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/muffin"
+license=('GPL')
+depends=('libsm' 'clutter' 'gobject-introspection' 'gsettings-desktop-schemas' \
+		 'libcanberra' 'startup-notification' 'zenity' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'gnome-common')
+options=('!libtool' '!emptydirs')
+install=$pkgname.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/tarball/$pkgver")
+md5sums=('30e329da6af10e825dace490f13e445f')
+
+build() {
+  cd linuxmint-muffin-*
+
+  PYTHON=python2 ./autogen.sh --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-04-21 22:21:54 UTC (rev 88696)
+++ community-x86_64/muffin.install	2013-04-21 22:24:03 UTC (rev 88697)
@@ -1,10 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-post_remove() {
-  post_install
-}

Copied: muffin/repos/community-x86_64/muffin.install (from rev 88696, muffin/repos/community-testing-x86_64/muffin.install)
===================================================================
--- community-x86_64/muffin.install	                        (rev 0)
+++ community-x86_64/muffin.install	2013-04-21 22:24:03 UTC (rev 88697)
@@ -0,0 +1,10 @@
+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