[arch-commits] Commit in muffin/repos/community-x86_64 (PKGBUILD PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Sun Apr 22 06:54:53 UTC 2018


    Date: Sunday, April 22, 2018 @ 06:54:52
  Author: eschwartz
Revision: 317281

archrelease: copy trunk to community-x86_64

Added:
  muffin/repos/community-x86_64/PKGBUILD
    (from rev 317280, muffin/trunk/PKGBUILD)
Deleted:
  muffin/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  103 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 54 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-22 06:54:34 UTC (rev 317280)
+++ PKGBUILD	2018-04-22 06:54:52 UTC (rev 317281)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <alexfilgueira at antergos.com>
-# Contributor: Adam Hani Schakaki <adam at schakaki.net>
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=3.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')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz")
-sha256sums=('b343b6bf86d83dad01dcfb12d224c7eb2d4b63e1fbbe8beb3240a618ffecf737')
-
-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 317280, muffin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-22 06:54:52 UTC (rev 317281)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+# Contributor: Alexandre Filgueira <alexfilgueira at cinnarch.com>
+# Contributor: Adam Hani Schakaki <adam at schakaki.net>
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="Cinnamon window manager based on Mutter"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname}"
+license=('GPL')
+depends=('cinnamon-desktop' 'clutter' 'gobject-introspection-runtime' 'libcanberra' 'libsm'
+         'startup-notification' 'zenity')
+makedepends=('intltool' 'gobject-introspection' 'gtk-doc' 'gnome-doc-utils')
+options=('!emptydirs')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('c4da198eedb1437cbfcd96c56e8431cde1af6378a2974aa1f66f8b6a915eabd0')
+
+prepare() {
+    cd "${srcdir}"/${pkgname}-${pkgver}
+
+    NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+    cd "${srcdir}"/${pkgname}-${pkgver}
+
+    PYTHON=python2 ./configure --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 "${srcdir}"/${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
+}



More information about the arch-commits mailing list