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

Balló György bgyorgy at nymeria.archlinux.org
Mon Apr 29 01:14:49 UTC 2013


    Date: Monday, April 29, 2013 @ 03:14:49
  Author: bgyorgy
Revision: 89374

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

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

--------------------------------------------+
 /PKGBUILD                                  |   80 +++++++++++++++++++++++++++
 /muffin.install                            |   20 ++++++
 /switch-applications.patch                 |   40 +++++++++++++
 community-i686/PKGBUILD                    |   40 -------------
 community-i686/muffin.install              |   10 ---
 community-i686/switch-applications.patch   |   20 ------
 community-x86_64/PKGBUILD                  |   40 -------------
 community-x86_64/muffin.install            |   10 ---
 community-x86_64/switch-applications.patch |   20 ------
 9 files changed, 140 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-04-29 01:14:39 UTC (rev 89373)
+++ community-i686/PKGBUILD	2013-04-29 01:14:49 UTC (rev 89374)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgueira at cinnarch.com>
-# Contributor: Adam Hani Schakaki <adam at schakaki.net>
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=1.7.3
-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/tarball/$pkgver"
-        "switch-applications.patch")
-md5sums=('30e329da6af10e825dace490f13e445f'
-         'a5d5d76dc281277a8afc83d7affdcc7b')
-
-build() {
-  cd linuxmint-muffin-*
-
-  # Fix windows switcher keybinding with default settings in GNOME 3.8
-  patch -Np1 -i ../switch-applications.patch
-
-  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:

Copied: muffin/repos/community-i686/PKGBUILD (from rev 89373, muffin/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-04-29 01:14:49 UTC (rev 89374)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexandre Filgueira <alexfilgueira at cinnarch.com>
+# Contributor: Adam Hani Schakaki <adam at schakaki.net>
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=1.7.4
+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')
+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"
+        "switch-applications.patch")
+md5sums=('d64bfe853e6fda5ec11a06581743f774'
+         'a5d5d76dc281277a8afc83d7affdcc7b')
+
+build() {
+  cd linuxmint-muffin-*
+
+  # Fix windows switcher keybinding with default settings in GNOME 3.8
+  patch -Np1 -i ../switch-applications.patch
+
+  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-29 01:14:39 UTC (rev 89373)
+++ community-i686/muffin.install	2013-04-29 01:14:49 UTC (rev 89374)
@@ -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 89373, muffin/trunk/muffin.install)
===================================================================
--- community-i686/muffin.install	                        (rev 0)
+++ community-i686/muffin.install	2013-04-29 01:14:49 UTC (rev 89374)
@@ -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-i686/switch-applications.patch
===================================================================
--- community-i686/switch-applications.patch	2013-04-29 01:14:39 UTC (rev 89373)
+++ community-i686/switch-applications.patch	2013-04-29 01:14:49 UTC (rev 89374)
@@ -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,

Copied: muffin/repos/community-i686/switch-applications.patch (from rev 89373, muffin/trunk/switch-applications.patch)
===================================================================
--- community-i686/switch-applications.patch	                        (rev 0)
+++ community-i686/switch-applications.patch	2013-04-29 01:14:49 UTC (rev 89374)
@@ -0,0 +1,20 @@
+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-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-04-29 01:14:39 UTC (rev 89373)
+++ community-x86_64/PKGBUILD	2013-04-29 01:14:49 UTC (rev 89374)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgueira at cinnarch.com>
-# Contributor: Adam Hani Schakaki <adam at schakaki.net>
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=1.7.3
-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/tarball/$pkgver"
-        "switch-applications.patch")
-md5sums=('30e329da6af10e825dace490f13e445f'
-         'a5d5d76dc281277a8afc83d7affdcc7b')
-
-build() {
-  cd linuxmint-muffin-*
-
-  # Fix windows switcher keybinding with default settings in GNOME 3.8
-  patch -Np1 -i ../switch-applications.patch
-
-  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:

Copied: muffin/repos/community-x86_64/PKGBUILD (from rev 89373, muffin/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-04-29 01:14:49 UTC (rev 89374)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexandre Filgueira <alexfilgueira at cinnarch.com>
+# Contributor: Adam Hani Schakaki <adam at schakaki.net>
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=1.7.4
+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')
+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"
+        "switch-applications.patch")
+md5sums=('d64bfe853e6fda5ec11a06581743f774'
+         'a5d5d76dc281277a8afc83d7affdcc7b')
+
+build() {
+  cd linuxmint-muffin-*
+
+  # Fix windows switcher keybinding with default settings in GNOME 3.8
+  patch -Np1 -i ../switch-applications.patch
+
+  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-29 01:14:39 UTC (rev 89373)
+++ community-x86_64/muffin.install	2013-04-29 01:14:49 UTC (rev 89374)
@@ -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 89373, muffin/trunk/muffin.install)
===================================================================
--- community-x86_64/muffin.install	                        (rev 0)
+++ community-x86_64/muffin.install	2013-04-29 01:14:49 UTC (rev 89374)
@@ -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/switch-applications.patch
===================================================================
--- community-x86_64/switch-applications.patch	2013-04-29 01:14:39 UTC (rev 89373)
+++ community-x86_64/switch-applications.patch	2013-04-29 01:14:49 UTC (rev 89374)
@@ -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,

Copied: muffin/repos/community-x86_64/switch-applications.patch (from rev 89373, muffin/trunk/switch-applications.patch)
===================================================================
--- community-x86_64/switch-applications.patch	                        (rev 0)
+++ community-x86_64/switch-applications.patch	2013-04-29 01:14:49 UTC (rev 89374)
@@ -0,0 +1,20 @@
+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