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

Alexandre Filgueira faidoc at archlinux.org
Mon Jun 1 23:26:37 UTC 2015


    Date: Tuesday, June 2, 2015 @ 01:26:37
  Author: faidoc
Revision: 134512

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

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

---------------------------------+
 /PKGBUILD                       |   92 ++++++++++++++++++++++++++++++++++++++
 /muffin.install                 |   20 ++++++++
 community-i686/PKGBUILD         |   46 -------------------
 community-i686/muffin.install   |   10 ----
 community-x86_64/PKGBUILD       |   46 -------------------
 community-x86_64/muffin.install |   10 ----
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-06-01 23:26:18 UTC (rev 134511)
+++ community-i686/PKGBUILD	2015-06-01 23:26:37 UTC (rev 134512)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgueira at antergos.com>
-# Contributor: Adam Hani Schakaki <adam at schakaki.net>
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=2.6.0
-pkgrel=1
-pkgdesc="Cinnamon window manager based on Mutter"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/muffin"
-license=('GPL')
-depends=('clutter' 'gobject-introspection-runtime' 'cinnamon-desktop' 'libcanberra' 'libsm'
-         'startup-notification' 'zenity' 'dconf')
-makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 'gobject-introspection' 'gtk-doc') 
-options=('!emptydirs')
-install=$pkgname.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz")
-sha256sums=('61239f6dccae6ba2a3cf8b6682b6fe89247910e8978668fc9090d4d676822637')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/muffin \
-  				 			 --localstatedir=/var --disable-static --disable-schemas-compile \
-                 --enable-compile-warnings=minimum
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="$pkgdir/" install
-
-  # Remove unused stuff
-  make -C src DESTDIR="$pkgdir" uninstall-binPROGRAMS uninstall-desktopfilesDATA
-  make -C src/tools DESTDIR="$pkgdir" uninstall
-  make -C src/compositor/plugins DESTDIR="$pkgdir" uninstall
-  make -C doc/man DESTDIR="$pkgdir" uninstall
-}
-
-# vim:set ts=2 sw=2 et:

Copied: muffin/repos/community-i686/PKGBUILD (from rev 134511, muffin/repos/community-staging-i686/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-06-01 23:26:37 UTC (rev 134512)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Alexandre Filgueira <alexfilgueira at antergos.com>
+# Contributor: Adam Hani Schakaki <adam at schakaki.net>
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=2.6.1
+pkgrel=1
+pkgdesc="Cinnamon window manager based on Mutter"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/muffin"
+license=('GPL')
+depends=('clutter' 'gobject-introspection-runtime' 'cinnamon-desktop' 'libcanberra' 'libsm'
+         'startup-notification' 'zenity' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 'gobject-introspection' 'gtk-doc') 
+options=('!emptydirs')
+install=$pkgname.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz")
+sha256sums=('0772ad6caace2f4570e7d3a0cbc8a6ef5f65be92c6a30cc95a59ed8bba6b5f74')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/muffin \
+  				 			 --localstatedir=/var --disable-static --disable-schemas-compile \
+                 --enable-compile-warnings=minimum
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir/" install
+
+  # Remove unused stuff
+  make -C src DESTDIR="$pkgdir" uninstall-binPROGRAMS uninstall-desktopfilesDATA
+  make -C src/tools DESTDIR="$pkgdir" uninstall
+  make -C src/compositor/plugins DESTDIR="$pkgdir" uninstall
+  make -C doc/man DESTDIR="$pkgdir" uninstall
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/muffin.install
===================================================================
--- community-i686/muffin.install	2015-06-01 23:26:18 UTC (rev 134511)
+++ community-i686/muffin.install	2015-06-01 23:26:37 UTC (rev 134512)
@@ -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 134511, muffin/repos/community-staging-i686/muffin.install)
===================================================================
--- community-i686/muffin.install	                        (rev 0)
+++ community-i686/muffin.install	2015-06-01 23:26:37 UTC (rev 134512)
@@ -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	2015-06-01 23:26:18 UTC (rev 134511)
+++ community-x86_64/PKGBUILD	2015-06-01 23:26:37 UTC (rev 134512)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgueira at antergos.com>
-# Contributor: Adam Hani Schakaki <adam at schakaki.net>
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=2.6.0
-pkgrel=1
-pkgdesc="Cinnamon window manager based on Mutter"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/muffin"
-license=('GPL')
-depends=('clutter' 'gobject-introspection-runtime' 'cinnamon-desktop' 'libcanberra' 'libsm'
-         'startup-notification' 'zenity' 'dconf')
-makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 'gobject-introspection' 'gtk-doc') 
-options=('!emptydirs')
-install=$pkgname.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz")
-sha256sums=('61239f6dccae6ba2a3cf8b6682b6fe89247910e8978668fc9090d4d676822637')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/muffin \
-  				 			 --localstatedir=/var --disable-static --disable-schemas-compile \
-                 --enable-compile-warnings=minimum
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="$pkgdir/" install
-
-  # Remove unused stuff
-  make -C src DESTDIR="$pkgdir" uninstall-binPROGRAMS uninstall-desktopfilesDATA
-  make -C src/tools DESTDIR="$pkgdir" uninstall
-  make -C src/compositor/plugins DESTDIR="$pkgdir" uninstall
-  make -C doc/man DESTDIR="$pkgdir" uninstall
-}
-
-# vim:set ts=2 sw=2 et:

Copied: muffin/repos/community-x86_64/PKGBUILD (from rev 134511, muffin/repos/community-staging-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-06-01 23:26:37 UTC (rev 134512)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Alexandre Filgueira <alexfilgueira at antergos.com>
+# Contributor: Adam Hani Schakaki <adam at schakaki.net>
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=2.6.1
+pkgrel=1
+pkgdesc="Cinnamon window manager based on Mutter"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/muffin"
+license=('GPL')
+depends=('clutter' 'gobject-introspection-runtime' 'cinnamon-desktop' 'libcanberra' 'libsm'
+         'startup-notification' 'zenity' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 'gobject-introspection' 'gtk-doc') 
+options=('!emptydirs')
+install=$pkgname.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz")
+sha256sums=('0772ad6caace2f4570e7d3a0cbc8a6ef5f65be92c6a30cc95a59ed8bba6b5f74')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/muffin \
+  				 			 --localstatedir=/var --disable-static --disable-schemas-compile \
+                 --enable-compile-warnings=minimum
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir/" install
+
+  # Remove unused stuff
+  make -C src DESTDIR="$pkgdir" uninstall-binPROGRAMS uninstall-desktopfilesDATA
+  make -C src/tools DESTDIR="$pkgdir" uninstall
+  make -C src/compositor/plugins DESTDIR="$pkgdir" uninstall
+  make -C doc/man DESTDIR="$pkgdir" uninstall
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/muffin.install
===================================================================
--- community-x86_64/muffin.install	2015-06-01 23:26:18 UTC (rev 134511)
+++ community-x86_64/muffin.install	2015-06-01 23:26:37 UTC (rev 134512)
@@ -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 134511, muffin/repos/community-staging-x86_64/muffin.install)
===================================================================
--- community-x86_64/muffin.install	                        (rev 0)
+++ community-x86_64/muffin.install	2015-06-01 23:26:37 UTC (rev 134512)
@@ -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