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

Alexandre Filgueira faidoc at nymeria.archlinux.org
Sat Oct 5 20:14:41 UTC 2013


    Date: Saturday, October 5, 2013 @ 22:14:41
  Author: faidoc
Revision: 98093

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

Added:
  muffin/repos/community-testing-i686/PKGBUILD
    (from rev 98092, muffin/trunk/PKGBUILD)
  muffin/repos/community-testing-i686/muffin.install
    (from rev 98092, muffin/trunk/muffin.install)
  muffin/repos/community-testing-x86_64/PKGBUILD
    (from rev 98092, muffin/trunk/PKGBUILD)
  muffin/repos/community-testing-x86_64/muffin.install
    (from rev 98092, muffin/trunk/muffin.install)
Deleted:
  muffin/repos/community-testing-i686/PKGBUILD
  muffin/repos/community-testing-i686/muffin.install
  muffin/repos/community-testing-i686/switch-applications.patch
  muffin/repos/community-testing-x86_64/PKGBUILD
  muffin/repos/community-testing-x86_64/muffin.install
  muffin/repos/community-testing-x86_64/switch-applications.patch

----------------------------------------------------+
 /PKGBUILD                                          |   68 +++++++++++++++++++
 /muffin.install                                    |   20 +++++
 community-testing-i686/PKGBUILD                    |   43 ------------
 community-testing-i686/muffin.install              |   10 --
 community-testing-i686/switch-applications.patch   |   20 -----
 community-testing-x86_64/PKGBUILD                  |   43 ------------
 community-testing-x86_64/muffin.install            |   10 --
 community-testing-x86_64/switch-applications.patch |   20 -----
 8 files changed, 88 insertions(+), 146 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD	2013-10-05 20:13:33 UTC (rev 98092)
+++ community-testing-i686/PKGBUILD	2013-10-05 20:14:41 UTC (rev 98093)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgueira at cinnarch.com>
-# Contributor: Adam Hani Schakaki <adam at schakaki.net>
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=1.8.2
-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' '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/archive/$pkgver.tar.gz"
-        "switch-applications.patch")
-sha256sums=('903c6ab5e228c8a1b8e05f460ba34c111e8a92ce9382ebd0b014416af4dd7049'
-            '206eefac342b08e061c4eedfb6b9e0c96e2eae8fb9535f52f20bf50464381a96')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  # Fix windows switcher keybinding with default settings in GNOME 3.8
-  patch -Np1 -i ../switch-applications.patch
-}
-
-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-testing-i686/PKGBUILD (from rev 98092, muffin/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2013-10-05 20:14:41 UTC (rev 98093)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexandre Filgueira <alexfilgueira at cinnarch.com>
+# Contributor: Adam Hani Schakaki <adam at schakaki.net>
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=1.9.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' 'gsettings-desktop-schemas' \
+		 'libcanberra' 'startup-notification' 'zenity' 'dconf' 'cinnamon-desktop')
+makedepends=('intltool' 'gnome-doc-utils' 'gnome-common')
+options=('!libtool' '!emptydirs')
+install=$pkgname.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz")
+sha256sums=('ff838bcd318859636888248ee48fd655d5ffdcae9bd3b1a674b3dd8fb5e66a86')
+
+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:

Deleted: community-testing-i686/muffin.install
===================================================================
--- community-testing-i686/muffin.install	2013-10-05 20:13:33 UTC (rev 98092)
+++ community-testing-i686/muffin.install	2013-10-05 20:14:41 UTC (rev 98093)
@@ -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-testing-i686/muffin.install (from rev 98092, muffin/trunk/muffin.install)
===================================================================
--- community-testing-i686/muffin.install	                        (rev 0)
+++ community-testing-i686/muffin.install	2013-10-05 20:14:41 UTC (rev 98093)
@@ -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-testing-i686/switch-applications.patch
===================================================================
--- community-testing-i686/switch-applications.patch	2013-10-05 20:13:33 UTC (rev 98092)
+++ community-testing-i686/switch-applications.patch	2013-10-05 20:14:41 UTC (rev 98093)
@@ -1,20 +0,0 @@
-diff -Naur linuxmint-muffin-1ad6bd4.orig/src/core/keybindings.c linuxmint-muffin-1ad6bd4/src/core/keybindings.c
---- linuxmint-muffin-1ad6bd4.orig/src/core/keybindings.c	2013-04-15 15:53:35.000000000 +0200
-+++ linuxmint-muffin-1ad6bd4/src/core/keybindings.c	2013-04-24 18:37:54.028549911 +0200
-@@ -3774,14 +3774,14 @@
-                           handle_switch, META_TAB_LIST_GROUP);
- 
-   add_builtin_keybinding (display,
--                          "switch-windows",
-+                          "switch-applications",
-                           SCHEMA_COMMON_KEYBINDINGS,
-                           META_KEY_BINDING_REVERSES,
-                           META_KEYBINDING_ACTION_SWITCH_WINDOWS,
-                           handle_switch, META_TAB_LIST_NORMAL);
- 
-   add_builtin_keybinding (display,
--                          "switch-windows-backward",
-+                          "switch-applications-backward",
-                           SCHEMA_COMMON_KEYBINDINGS,
-                           REVERSES_AND_REVERSED,
-                           META_KEYBINDING_ACTION_SWITCH_WINDOWS_BACKWARD,

Deleted: community-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD	2013-10-05 20:13:33 UTC (rev 98092)
+++ community-testing-x86_64/PKGBUILD	2013-10-05 20:14:41 UTC (rev 98093)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgueira at cinnarch.com>
-# Contributor: Adam Hani Schakaki <adam at schakaki.net>
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=1.8.2
-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' '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/archive/$pkgver.tar.gz"
-        "switch-applications.patch")
-sha256sums=('903c6ab5e228c8a1b8e05f460ba34c111e8a92ce9382ebd0b014416af4dd7049'
-            '206eefac342b08e061c4eedfb6b9e0c96e2eae8fb9535f52f20bf50464381a96')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  # Fix windows switcher keybinding with default settings in GNOME 3.8
-  patch -Np1 -i ../switch-applications.patch
-}
-
-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-testing-x86_64/PKGBUILD (from rev 98092, muffin/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2013-10-05 20:14:41 UTC (rev 98093)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexandre Filgueira <alexfilgueira at cinnarch.com>
+# Contributor: Adam Hani Schakaki <adam at schakaki.net>
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=1.9.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' 'gsettings-desktop-schemas' \
+		 'libcanberra' 'startup-notification' 'zenity' 'dconf' 'cinnamon-desktop')
+makedepends=('intltool' 'gnome-doc-utils' 'gnome-common')
+options=('!libtool' '!emptydirs')
+install=$pkgname.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz")
+sha256sums=('ff838bcd318859636888248ee48fd655d5ffdcae9bd3b1a674b3dd8fb5e66a86')
+
+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:

Deleted: community-testing-x86_64/muffin.install
===================================================================
--- community-testing-x86_64/muffin.install	2013-10-05 20:13:33 UTC (rev 98092)
+++ community-testing-x86_64/muffin.install	2013-10-05 20:14:41 UTC (rev 98093)
@@ -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-testing-x86_64/muffin.install (from rev 98092, muffin/trunk/muffin.install)
===================================================================
--- community-testing-x86_64/muffin.install	                        (rev 0)
+++ community-testing-x86_64/muffin.install	2013-10-05 20:14:41 UTC (rev 98093)
@@ -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-testing-x86_64/switch-applications.patch
===================================================================
--- community-testing-x86_64/switch-applications.patch	2013-10-05 20:13:33 UTC (rev 98092)
+++ community-testing-x86_64/switch-applications.patch	2013-10-05 20:14:41 UTC (rev 98093)
@@ -1,20 +0,0 @@
-diff -Naur linuxmint-muffin-1ad6bd4.orig/src/core/keybindings.c linuxmint-muffin-1ad6bd4/src/core/keybindings.c
---- linuxmint-muffin-1ad6bd4.orig/src/core/keybindings.c	2013-04-15 15:53:35.000000000 +0200
-+++ linuxmint-muffin-1ad6bd4/src/core/keybindings.c	2013-04-24 18:37:54.028549911 +0200
-@@ -3774,14 +3774,14 @@
-                           handle_switch, META_TAB_LIST_GROUP);
- 
-   add_builtin_keybinding (display,
--                          "switch-windows",
-+                          "switch-applications",
-                           SCHEMA_COMMON_KEYBINDINGS,
-                           META_KEY_BINDING_REVERSES,
-                           META_KEYBINDING_ACTION_SWITCH_WINDOWS,
-                           handle_switch, META_TAB_LIST_NORMAL);
- 
-   add_builtin_keybinding (display,
--                          "switch-windows-backward",
-+                          "switch-applications-backward",
-                           SCHEMA_COMMON_KEYBINDINGS,
-                           REVERSES_AND_REVERSED,
-                           META_KEYBINDING_ACTION_SWITCH_WINDOWS_BACKWARD,




More information about the arch-commits mailing list