[arch-commits] Commit in muffin/trunk (PKGBUILD)
Balló György
bgyorgy at archlinux.org
Mon Oct 6 02:49:11 UTC 2014
Date: Monday, October 6, 2014 @ 04:49:11
Author: bgyorgy
Revision: 120194
upgpkg: muffin 2.2.6-2
Muffin is not designed to be a stand-alone window manager, just a base
for Cinnamon, so remove everything that is not really needed.
Modified:
muffin/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-10-06 01:57:01 UTC (rev 120193)
+++ PKGBUILD 2014-10-06 02:49:11 UTC (rev 120194)
@@ -5,7 +5,7 @@
pkgname=muffin
pkgver=2.2.6
-pkgrel=1
+pkgrel=2
pkgdesc="Cinnamon window manager based on Mutter"
arch=('i686' 'x86_64')
url="https://github.com/linuxmint/muffin"
@@ -34,6 +34,12 @@
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:
More information about the arch-commits
mailing list