Search Criteria
Package Details: gdm-plymouth 3.34.1-1
Git Clone URL: | https://aur.archlinux.org/gdm-plymouth.git (read-only, click to copy) |
---|---|
Package Base: | gdm-plymouth |
Description: | Display manager and login screen with plymouth support |
Upstream URL: | https://wiki.gnome.org/Projects/GDM |
Licenses: | |
Groups: | |
Conflicts: | |
Provides: | |
Submitter: | damian01w |
Maintainer: | Taijian |
Last Packager: | Taijian |
Votes: | 63 |
Popularity: | 0.66 |
First Submitted: | 2015-03-18 02:35 |
Last Updated: | 2019-10-07 13:09 |
Dependencies (14)
- gnome-session
- gnome-shell (gnome-shell-tweener-fix, gnome-shell-git, gnome-shell-dev, gnome-shell-xrdesktop-git, gnome-shell-performance, ebadoo-shell)
- libgdm-plymouth
- plymouth (plymouth-nosystemd, plymouth-git)
- upower (upower-pm-utils, upower-nocritical, upower-git)
- xorg-server (xorg-server1.12, xorg-server-hwcursor-gamma, xorg-server1.19-git, xorg-server-git, xorg-server-bug865, xorg-server-noudev)
- xorg-xhost
- xorg-xrdb (xorg-xrdb-mcpp)
- check (check-git) (check)
- docbook-xsl (make)
- git (git-git) (make)
- gobject-introspection (gobject-introspection-git) (make)
- yelp-tools (make)
- fprintd (optional) – fingerprint authentication
Required by (10)
- arch-gdm-theme-list (requires gdm)
- gdm3setup (requires gdm)
- gdm3setup-utils (requires gdm)
- gnome-meta (requires gdm)
- i3-cinnamon-git (requires gdm) (optional)
- i3-gnome (requires gdm) (optional)
- panamfs-scan (requires gdm) (optional)
- pulseaudio-bluetooth-a2dp-gdm-fix (requires gdm)
- xscreensaver-arch-logo (requires gdm) (optional)
- xscreensaver-xmatrix-color (requires gdm) (optional)
Latest Comments
1 2 3 4 5 6 ... Next › Last »
Taijian commented on 2019-10-13 18:57
@gedda: Well, pkgconf is part of base-devel, which is assumed installed by any and all AUR packages. So no, it really should not be in makedepends.
https://wiki.archlinux.org/index.php/Arch_User_Repository#Prerequisites
gedda commented on 2019-10-12 16:59
This package is missing pkgconf in it's makedepends, if prepare starts erroring with that AC_PATH_EXTRA is undefined, you are missing pkg-config.
hrniels commented on 2019-09-21 10:22
I just ran into the issue that prepare() assumes that the build directory does not exist. So, better add a "|| true" or use "-p".
megadriver commented on 2019-04-09 10:22
I'm going to try that. Thanks!
Edit: Yup, that did the trick!
Taijian commented on 2019-04-09 10:22
@megadriver: Nope, not really... Can you try building in a clean chroot? Maybe there is some whacky interaction with some other package that you have installed.
megadriver commented on 2019-04-09 10:17
When trying to build, I get this:
Any ideas?
edrose commented on 2019-03-22 00:03
This package can be updated to 3.32 with minimal changes. Anyone struggling: modify the pkgver in the PKGBUILD to be 3.32.0 and change the first value in the sha256sums to be 'SKIP' and make the package - it builds the new version with no issues.
Unb0rn commented on 2019-03-18 06:37
Any updates on 3.32?
chenghung commented on 2018-11-14 17:11
I got a build error, do you have any idea how to resolve it ?
raceback (most recent call last): File "/usr/bin/g-ir-scanner", line 95, in <module> from giscanner.scannermain import scanner_main File "/usr/lib/gobject-introspection/giscanner/scannermain.py", line 42, in <module> from giscanner.dumper import compile_introspection_binary File "/usr/lib/gobject-introspection/giscanner/dumper.py", line 33, in <module> from .gdumpparser import IntrospectionBinary File "/usr/lib/gobject-introspection/giscanner/gdumpparser.py", line 35, in <module> from .transformer import TransformerException File "/usr/lib/gobject-introspection/giscanner/transformer.py", line 35, in <module> from .sourcescanner import ( File "/usr/lib/gobject-introspection/giscanner/sourcescanner.py", line 38, in <module> from giscanner._giscanner import SourceScanner as CSourceScanner ImportError: No module named 'giscanner._giscanner' make[3]: [/usr/share/gobject-introspection-1.0/Makefile.introspection:156: Gdm-1.0.gir] Error 1 make[3]: Leaving directory '/tmp/yaytmp-1000/gdm-plymouth/src/gdm-3.30.1/libgdm' make[2]: [Makefile:573: all] Error 2 make[2]: Leaving directory '/tmp/yaytmp-1000/gdm-plymouth/src/gdm-3.30.1/libgdm' make[1]: [Makefile:561: all-recursive] Error 1 make[1]: Leaving directory '/tmp/yaytmp-1000/gdm-plymouth/src/gdm-3.30.1' make: [Makefile:491: all] Error 2
edanniehues commented on 2018-10-21 21:21
I tried to build this without having gobject-introspection installed and it failed to build. Could you add this as a dependency?