Search Criteria
Package Details: cinnamon-desktop-git 4.4.1.r7.gf2c6cb7-1
Git Clone URL: | https://aur.archlinux.org/cinnamon-desktop-git.git (read-only, click to copy) |
---|---|
Package Base: | cinnamon-desktop-git |
Description: | Library with common API for various Cinnamon modules |
Upstream URL: | https://github.com/linuxmint/cinnamon-desktop |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | twa022 |
Maintainer: | eschwartz |
Last Packager: | eschwartz |
Votes: | 8 |
Popularity: | 0.000008 |
First Submitted: | 2013-08-25 17:49 |
Last Updated: | 2020-04-24 17:34 |
Dependencies (9)
- accountsservice (accountsservice-elogind)
- gtk3 (gtk3-donnatella, gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-mushrooms, gtk3-typeahead, gtk3-git, gtk3-ubuntu, gtk3-classic, gtk3-patched-filechooser-icon-view)
- libpulse (libpulse-bluedio, pulseaudio-pali, libpulse-airplay, libpulse-nosystemd, pulseaudio-git, libpulse-hsphfpd, pulseaudio-dummy, libpulse-nosystemd-git, libpulse-nosystemd-minimal-git)
- libxkbfile
- git (git-git) (make)
- gobject-introspection (gobject-introspection-git) (make)
- intltool (make)
- meson (meson-git) (make)
- samurai (make)
Required by (8)
- cinnamon-screensaver-git (requires cinnamon-desktop)
- cinnamon-session-git (requires cinnamon-desktop)
- cinnamon-settings-daemon-git (requires cinnamon-desktop)
- muffin-git (requires cinnamon-desktop)
- muffin36 (requires cinnamon-desktop)
- nemo-git (requires cinnamon-desktop)
- xviewer (requires cinnamon-desktop)
- xviewer-git (requires cinnamon-desktop)
Latest Comments
kodopp commented on 2018-11-05 22:10
It seems like cinnamon-desktop is now using Meson as a build system, not GNU Autotools, but PKGBUILD tries to use or access files like 'autogen.sh' or 'configure.ac'. So package build fails even if I comment out the line with 'fix_build.patch' in prepare() (patching also fails)
Sneezemeat commented on 2015-11-08 17:18
Seems like the "fix_build.patch" is included in the main build and therefore is obselete.
Managed to compile it without errors by removing the patch related lines in the PKGBUILD.
cpatrick08 commented on 2015-10-28 08:31
Cannot install package get following error message
patching file configure.ac
patch unexpectedly ends in middle of line
Reversed (or previously applied) patch detected! Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file configure.ac.rej
realex commented on 2015-06-08 17:16
fixed it.
dimti commented on 2015-05-28 08:23
that package needed a path (worked for me)
https://github.com/linuxmint/cinnamon-desktop/issues/48#issuecomment-105767862
dimti commented on 2015-05-28 08:22
that package needed in path (worked from me)
https://github.com/linuxmint/cinnamon-desktop/issues/48#issuecomment-105767862
malinas commented on 2014-01-16 03:34
should be reported upstream I guess, but for what it's worth. Current state doesn't trickle the theme settings into nemo, amongst other things.
malinas commented on 2014-01-13 01:39
Also, need
replaces=("${_pkgname}"), thus:
conflicts=("${_pkgname}")
provides=("${_pkgname}")
replaces=("${_pkgname}")
MagicAndWires commented on 2013-10-08 22:01
Please add provides=('cinnamon-desktop') conflicts=('cinnamon-desktop') and a dependency for gnome-common-git for using autogen.sh
MagicAndWires commented on 2013-10-08 21:54
please add replaces=('cinnamon-desktop')