From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52446) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e3TgB-0006Y0-Ko for guix-patches@gnu.org; Sat, 14 Oct 2017 17:09:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e3Tg6-0004dU-LQ for guix-patches@gnu.org; Sat, 14 Oct 2017 17:09:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:60113) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e3Tg6-0004dK-Ge for guix-patches@gnu.org; Sat, 14 Oct 2017 17:09:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e3Tg6-00043V-51 for guix-patches@gnu.org; Sat, 14 Oct 2017 17:09:02 -0400 Subject: [bug#28516] Cinnamon-Desktop (a package, not the full desktop!) Resent-Message-ID: Date: Sat, 14 Oct 2017 21:08:13 +0000 From: ng0 Message-ID: <20171014210813.x5hwvnyhswldpawx@abyayala> References: <20170919162314.duuc6qosgehg6ddx@abyayala> <20171013071717.0572031a@cbaines.net> <20171013064406.35pav6inko7zp5zi@abyayala> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="3g7r4aeopmaezfje" Content-Disposition: inline In-Reply-To: <20171013064406.35pav6inko7zp5zi@abyayala> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Christopher Baines Cc: 28516@debbugs.gnu.org --3g7r4aeopmaezfje Content-Type: multipart/mixed; boundary="cvcnulwv5rfaq2te" Content-Disposition: inline --cvcnulwv5rfaq2te Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable ng0 transcribed 2.5K bytes: > Christopher Baines transcribed 1.8K bytes: > > On Tue, 19 Sep 2017 16:23:14 +0000 > > ng0 wrote: > >=20 > > > This adds 'cinnamon-desktop', the start for Cinnamon. > >=20 > > Hey ng0, > >=20 > > I don't know much about Cinnamon, is there a way I could test this > > package, or is it not much use until more cinnamon related packages > > are added?=20 >=20 > As far as I know it's not much use until more of Cinnamon is added. > Why I didn't include more is a bug report I filed at upstream. As I got > no response it's up to myself to do some more reading into Cinnamon itself > to understand the way they build it. The first obvious attempts failed, > but lots of things I work on have a long history already. >=20 > We can only start to correct things at the foundation when we have the > architecture to realize it doesn't fit. Right now I believe that building > without errors is the best we can do. >=20 > > guix lint resports some issues: > >=20 > > gnu/packages/cinnamon.scm:38:2: cinnamon-desktop@3.4.2: 'glib:bin' shou= ld probably be a native input > > gnu/packages/cinnamon.scm:82:14: cinnamon-desktop@3.4.2: synopsis shoul= d not start with the package name > > gnu/packages/cinnamon.scm:38:2: cinnamon-desktop@3.4.2: trailing white = space on line 60 >=20 > Okay, thanks I'll send fixes within the next 7 days. Updated patch appended. > > Thanks, > >=20 > > Chris >=20 >=20 >=20 > --=20 > ng0 > GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 > GnuPG: https://dist.ng0.infotropique.org/dist/keys/ > https://www.infotropique.org https://ng0.infotropique.org --=20 ng0 GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 GnuPG: https://dist.ng0.infotropique.org/dist/keys/ https://www.infotropique.org https://ng0.infotropique.org --cvcnulwv5rfaq2te Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-Add-cinnamon-desktop.patch" Content-Transfer-Encoding: quoted-printable =46rom e9776789c38ac9c6895f8d58dfb1d5e64ed4a049 Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Sat, 9 Sep 2017 16:19:38 +0000 Subject: [PATCH 1/2] gnu: Add cinnamon-desktop. * gnu/packages/cinnamon.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. --- gnu/local.mk | 1 + gnu/packages/cinnamon.scm | 86 +++++++++++++++++++++++++++++++++++++++++++= ++++ 2 files changed, 87 insertions(+) create mode 100644 gnu/packages/cinnamon.scm diff --git a/gnu/local.mk b/gnu/local.mk index 5919d1bdd..9defe9d58 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -87,6 +87,7 @@ GNU_SYSTEM_MODULES =3D \ %D%/packages/check.scm \ %D%/packages/chez.scm \ %D%/packages/ci.scm \ + %D%/packages/cinnamon.scm \ %D%/packages/cmake.scm \ %D%/packages/cobol.scm \ %D%/packages/code.scm \ diff --git a/gnu/packages/cinnamon.scm b/gnu/packages/cinnamon.scm new file mode 100644 index 000000000..3249b81de --- /dev/null +++ b/gnu/packages/cinnamon.scm @@ -0,0 +1,86 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright =C2=A9 2017 ng0 +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix is free software; you can redistribute it and/or modify it +;;; under the terms of the GNU General Public License as published by +;;; the Free Software Foundation; either version 3 of the License, or (at +;;; your option) any later version. +;;; +;;; GNU Guix is distributed in the hope that it will be useful, but +;;; WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;;; GNU General Public License for more details. +;;; +;;; You should have received a copy of the GNU General Public License +;;; along with GNU Guix. If not, see . + +(define-module (gnu packages cinnamon) + #:use-module ((guix licenses) #:prefix license:) + #:use-module (guix packages) + #:use-module (guix download) + #:use-module (guix utils) + #:use-module (guix build-system gnu) + #:use-module (gnu packages) + #:use-module (gnu packages autotools) + #:use-module (gnu packages freedesktop) + #:use-module (gnu packages gettext) + #:use-module (gnu packages glib) + #:use-module (gnu packages gtk) + #:use-module (gnu packages gnome) + #:use-module (gnu packages pkg-config) + #:use-module (gnu packages pulseaudio) + #:use-module (gnu packages python) + #:use-module (gnu packages xorg)) + +(define-public cinnamon-desktop + (package + (name "cinnamon-desktop") + (version "3.4.2") + (source (origin + (method url-fetch) + (uri (string-append "https://github.com/linuxmint/cinnamon-d= esktop/" + "archive/" version ".tar.gz")) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "1jf24csrbfi9aiza1g70jpvsbjiqwphk0i5wilxq9kpjjsl99maq")))) + (build-system gnu-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-after 'unpack 'autoconf + (lambda _ + (mkdir-p "m4") + (zero? + (and (system* "glib-gettextize" "--force" "--copy") + (system* "intltoolize" "--force" "--copy" "--automake") + (system* "autoreconf" "--verbose" "--force" "--install"= )))))))) + ;; TODO: package 'libgsystem'. + (inputs + `(("accountsservice" ,accountsservice) + ("gtk+" ,gtk+) + ("glib" ,glib) + ("gobject-introspection" ,gobject-introspection) + ("gnome-common" ,gnome-common) + ("libxkbfile" ,libxkbfile) + ("libxrandr" ,libxrandr) + ("python-2" ,python-2) + ("pulseaudio" ,pulseaudio) + ("xkeyboard-config" ,xkeyboard-config))) + (native-inputs + `(("autoconf" ,autoconf) + ("automake" ,automake) + ("gettext" ,gettext-minimal) + ("glib" ,glib "bin") ; glib-gettextize + ("intltool" ,intltool) + ("libtool" ,libtool) + ("pkg-config" ,pkg-config))) + (home-page "https://github.com/linuxmint/cinnamon-desktop/") + (synopsis "Library for the Cinnamon Desktop") + (description + "Cinnamon-desktop contains the libcinnamon-desktop library, +the cinnamon-about program as well as some desktop-wide documents.") + (license (list license:gpl2+ license:lgpl2.0+ + license:expat)))) ;display-name.c , edid-parse.c --=20 2.14.2 --cvcnulwv5rfaq2te-- --3g7r4aeopmaezfje Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAlnifLwACgkQ4i+bv+40 hYgIfxAAmBwjjGdHOcPSf0n98MiuSecHuDDxQsEMeUkvBpGK+IfEGjoPHTBXewO4 HyLxQFG4XM8RA6l/ejUZ1DxSeWI+/I4tQT/dAwzz3eYfMcPqh2CI29tjeuC20D3o RPWqcO52W1FnNUUv2TBGR8+lyruYWPWnJAPPin7wXG0rXn8JtP7W/Xl9ytw7mVtV TULN/3oSXWc2yGMPp18s/39DAZcuVkJub1MnhYuoCGB/6X4brCIEXF9UUbibJZCg po7TRLaVAaxn/UvC2t9aPpT8hvvcBa+HK4jb2aCOIoBvUxW38u/SHYozARUXrPd+ qAmVVhFWzplwFqTlMGC4dxYE7eiZMnULTzLEZZQivI0YpazQdzG0uQJp1InhaXwC DfebCwMn820aJaLuBsupEtTKHgRP0kT6YKKeZLHwTcefZUd+glckfkm1wpTZHAp4 MU3rmd8xcS/3HvqTMd145Xuy4bC2Dnwc8cE4lLsa4k80sel8iJQTypbDrZ44h8hQ gB7wOwV21hByBO+C0FMYXgzRNlkTGLAbGJAtCs2yF0iGvhP/hU4VELsAkFvHV778 /uD+kPXMJ3pL7ye+Z/hSMhiVJvPRBUx7wj0qG+KkP0aqEKJ5USTXo+DSX7a5TQaq sjHmy9Ll+w/tCzkR5c0/vvbpfm2+/RUK1oNDKUUyLkvu1Z/TpYg= =pvVq -----END PGP SIGNATURE----- --3g7r4aeopmaezfje--