[arch-commits] Commit in muffin/repos (8 files)
Alexandre Filgueira
faidoc at archlinux.org
Wed Apr 1 01:41:02 UTC 2015
Date: Wednesday, April 1, 2015 @ 03:41:02
Author: faidoc
Revision: 130454
archrelease: copy trunk to community-i686, community-x86_64
Added:
muffin/repos/community-i686/PKGBUILD
(from rev 130453, muffin/trunk/PKGBUILD)
muffin/repos/community-i686/muffin.install
(from rev 130453, muffin/trunk/muffin.install)
muffin/repos/community-x86_64/PKGBUILD
(from rev 130453, muffin/trunk/PKGBUILD)
muffin/repos/community-x86_64/muffin.install
(from rev 130453, 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
---------------------------------+
/PKGBUILD | 90 ++++++++++++++++++++++++++++++++++++++
/muffin.install | 20 ++++++++
community-i686/PKGBUILD | 45 -------------------
community-i686/muffin.install | 10 ----
community-x86_64/PKGBUILD | 45 -------------------
community-x86_64/muffin.install | 10 ----
6 files changed, 110 insertions(+), 110 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-04-01 01:26:28 UTC (rev 130453)
+++ community-i686/PKGBUILD 2015-04-01 01:41:02 UTC (rev 130454)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgueira at cinnarch.com>
-# Contributor: Adam Hani Schakaki <adam at schakaki.net>
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=2.4.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' 'cinnamon-desktop' 'libcanberra' 'libsm'
- 'startup-notification' 'zenity' 'dconf')
-makedepends=('intltool' 'gnome-doc-utils' 'gnome-common')
-options=('!emptydirs')
-install=$pkgname.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz")
-sha256sums=('027641f3bc12a5770f063ffbf9ff0a4797768d256449941ae0be779700b90805')
-
-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 130453, muffin/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-01 01:41:02 UTC (rev 130454)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexandre Filgueira <alexfilgueira at antergos.com>
+# Contributor: Adam Hani Schakaki <adam at schakaki.net>
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=2.4.5
+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' 'cinnamon-desktop' 'libcanberra' 'libsm'
+ 'startup-notification' 'zenity' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'gnome-common')
+options=('!emptydirs')
+install=$pkgname.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz")
+sha256sums=('b38d62cb0d4ec9e213cc41501bda0d4712eebab7cd4fbc5ca0bdf8b5e74f83f7')
+
+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-04-01 01:26:28 UTC (rev 130453)
+++ community-i686/muffin.install 2015-04-01 01:41:02 UTC (rev 130454)
@@ -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 130453, muffin/trunk/muffin.install)
===================================================================
--- community-i686/muffin.install (rev 0)
+++ community-i686/muffin.install 2015-04-01 01:41:02 UTC (rev 130454)
@@ -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-04-01 01:26:28 UTC (rev 130453)
+++ community-x86_64/PKGBUILD 2015-04-01 01:41:02 UTC (rev 130454)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgueira at cinnarch.com>
-# Contributor: Adam Hani Schakaki <adam at schakaki.net>
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=2.4.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' 'cinnamon-desktop' 'libcanberra' 'libsm'
- 'startup-notification' 'zenity' 'dconf')
-makedepends=('intltool' 'gnome-doc-utils' 'gnome-common')
-options=('!emptydirs')
-install=$pkgname.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz")
-sha256sums=('027641f3bc12a5770f063ffbf9ff0a4797768d256449941ae0be779700b90805')
-
-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 130453, muffin/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-04-01 01:41:02 UTC (rev 130454)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexandre Filgueira <alexfilgueira at antergos.com>
+# Contributor: Adam Hani Schakaki <adam at schakaki.net>
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=2.4.5
+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' 'cinnamon-desktop' 'libcanberra' 'libsm'
+ 'startup-notification' 'zenity' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'gnome-common')
+options=('!emptydirs')
+install=$pkgname.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz")
+sha256sums=('b38d62cb0d4ec9e213cc41501bda0d4712eebab7cd4fbc5ca0bdf8b5e74f83f7')
+
+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-04-01 01:26:28 UTC (rev 130453)
+++ community-x86_64/muffin.install 2015-04-01 01:41:02 UTC (rev 130454)
@@ -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 130453, muffin/trunk/muffin.install)
===================================================================
--- community-x86_64/muffin.install (rev 0)
+++ community-x86_64/muffin.install 2015-04-01 01:41:02 UTC (rev 130454)
@@ -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