[arch-commits] Commit in muffin/repos (8 files)
Balló György
bgyorgy at archlinux.org
Mon Mar 14 22:38:39 UTC 2016
Date: Monday, March 14, 2016 @ 23:38:38
Author: bgyorgy
Revision: 166781
archrelease: copy trunk to community-i686, community-x86_64
Added:
muffin/repos/community-i686/PKGBUILD
(from rev 166780, muffin/trunk/PKGBUILD)
muffin/repos/community-i686/muffin.install
(from rev 166780, muffin/trunk/muffin.install)
muffin/repos/community-x86_64/PKGBUILD
(from rev 166780, muffin/trunk/PKGBUILD)
muffin/repos/community-x86_64/muffin.install
(from rev 166780, 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 | 100 ++++++++++++++++++++++++++++++++++++++
/muffin.install | 20 +++++++
community-i686/PKGBUILD | 50 -------------------
community-i686/muffin.install | 10 ---
community-x86_64/PKGBUILD | 50 -------------------
community-x86_64/muffin.install | 10 ---
6 files changed, 120 insertions(+), 120 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-03-14 22:37:32 UTC (rev 166780)
+++ community-i686/PKGBUILD 2016-03-14 22:38:38 UTC (rev 166781)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgueira at antergos.com>
-# Contributor: Adam Hani Schakaki <adam at schakaki.net>
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=2.8.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-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=('b0be7c338ac1c0015355d507d1d5dcba380d4b1749ab2bc4c57754be3e70734d')
-
-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
-
- #https://bugzilla.gnome.org/show_bug.cgi?id=656231
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
- 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 166780, muffin/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-14 22:38:38 UTC (rev 166781)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Alexandre Filgueira <alexfilgueira at antergos.com>
+# Contributor: Adam Hani Schakaki <adam at schakaki.net>
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=2.8.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-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=('0ae19de74111f222b44f7bf8d159437a83c6ae2e7ce70b327c0296365d69aba4')
+
+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
+
+ #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+ 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 2016-03-14 22:37:32 UTC (rev 166780)
+++ community-i686/muffin.install 2016-03-14 22:38:38 UTC (rev 166781)
@@ -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 166780, muffin/trunk/muffin.install)
===================================================================
--- community-i686/muffin.install (rev 0)
+++ community-i686/muffin.install 2016-03-14 22:38:38 UTC (rev 166781)
@@ -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 2016-03-14 22:37:32 UTC (rev 166780)
+++ community-x86_64/PKGBUILD 2016-03-14 22:38:38 UTC (rev 166781)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgueira at antergos.com>
-# Contributor: Adam Hani Schakaki <adam at schakaki.net>
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=2.8.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-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=('b0be7c338ac1c0015355d507d1d5dcba380d4b1749ab2bc4c57754be3e70734d')
-
-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
-
- #https://bugzilla.gnome.org/show_bug.cgi?id=656231
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
- 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 166780, muffin/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-03-14 22:38:38 UTC (rev 166781)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Alexandre Filgueira <alexfilgueira at antergos.com>
+# Contributor: Adam Hani Schakaki <adam at schakaki.net>
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=2.8.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-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=('0ae19de74111f222b44f7bf8d159437a83c6ae2e7ce70b327c0296365d69aba4')
+
+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
+
+ #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+ 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 2016-03-14 22:37:32 UTC (rev 166780)
+++ community-x86_64/muffin.install 2016-03-14 22:38:38 UTC (rev 166781)
@@ -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 166780, muffin/trunk/muffin.install)
===================================================================
--- community-x86_64/muffin.install (rev 0)
+++ community-x86_64/muffin.install 2016-03-14 22:38:38 UTC (rev 166781)
@@ -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