[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28516] Cinnamon-Desktop (a package, not the full desktop!)
From: |
ng0 |
Subject: |
[bug#28516] Cinnamon-Desktop (a package, not the full desktop!) |
Date: |
Tue, 19 Sep 2017 16:23:14 +0000 |
This adds 'cinnamon-desktop', the start for Cinnamon.
I ran into problems building muffin afterwards, not related to
this package.
+ (and (system* "glib-gettextize" "--force" "--copy")
+ (system* "intltoolize" "--force" "--copy" "--automake")
+ (system* "autoreconf" "--verbose" "--force"
"--install"))))))))
As far as I remember I tried to work around with this
on the PYTHON=python2 ./automake.sh --some --configure --parameters; make
system Cinnamon uses.
It could probably be shortened to:
+ (and (system* "glib-gettextize")
+ (system* "intltoolize")
+ (system* "autoreconf" "-vfi"))…
What do you think?
--
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://krosos.org/dist/keys/
https://www.infotropique.org https://www.krosos.org
0001-gnu-Add-cinnamon-desktop.patch
Description: Text document
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#28516] Cinnamon-Desktop (a package, not the full desktop!),
ng0 <=