Package Details: sddm-git 0.21.0.14.gae072f9-4

Git Clone URL: https://aur.archlinux.org/sddm-git.git (read-only, click to copy)
Package Base: sddm-git
Description: The Simple Desktop Display Manager
Upstream URL: https://github.com/sddm/sddm
Licenses: GPL-2.0-only
Conflicts: sddm
Provides: display-manager, sddm
Submitter: aavci
Maintainer: sir_lucjan
Last Packager: sir_lucjan
Votes: 73
Popularity: 0.95
First Submitted: 2013-01-20 09:53 (UTC)
Last Updated: 2024-07-08 06:17 (UTC)

Dependencies (20)

Required by (66)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 16 Next › Last »

yan12125 commented on 2021-04-24 01:17 (UTC)

@sir_lucjan: thanks for an updated version. I still hope the fix can be applied here, so that this package can be directly built by AUR helpers. The master branch lacks useful features like rootless Xorg [1], and currently it does not build:

/build/sddm-git/src/sddm/src/daemon/XorgDisplayServer.cpp: In constructor ‘SDDM::XorgDisplayServer::XorgDisplayServer(SDDM::Display*)’:
/build/sddm-git/src/sddm/src/daemon/XorgDisplayServer.cpp:68:42: error: use of deleted function ‘QCharRef& QCharRef::operator=(char)’
   68 |             m_cookie[i] = digits[dis(gen)];
      |                                          ^
In file included from /usr/include/qt/QtCore/qobject.h:47,
                 from /usr/include/qt/QtCore/QObject:1,
                 from /build/sddm-git/src/sddm/src/daemon/DisplayServer.h:24,
                 from /build/sddm-git/src/sddm/src/daemon/XorgDisplayServer.h:24,
                 from /build/sddm-git/src/sddm/src/daemon/XorgDisplayServer.cpp:21:
/usr/include/qt/QtCore/qstring.h:1236:15: note: declared here
 1236 |     QCharRef &operator=(char c) = delete;
      |               ^~~~~~~~

[1] https://github.com/sddm/sddm/commit/9881225a92ffe6cf3d4a84273192b08b2d2f6046

sir_lucjan commented on 2021-04-23 14:24 (UTC)

@Coelacanthus

https://github.com/archlinux-lucjan/archlinux-packages/tree/master/sddm-dev-git

Coelacanthus commented on 2021-04-23 14:07 (UTC)

It should change to develop branch.

sir_lucjan commented on 2017-09-06 19:38 (UTC)

Cleanup && update

SolarAquarion commented on 2017-04-28 15:24 (UTC)

-DDBUS_CONFIG_FILENAME=sddm_org.freedesktop.DisplayManager.conf \ you need to add this

American_Jesus commented on 2017-02-21 19:12 (UTC)

makedepends requires extra-cmake-modules intead of cmake

pmattern commented on 2017-02-10 21:58 (UTC) (edited on 2017-02-10 22:03 (UTC) by pmattern)

@genas2 As you've already noticed the version of packages which do not provide stable releases but latest VCS checkouts is updated by PKGBUILDs' function pkgver() at build time. Updating variable pkgver upon each and every upstream commit would hence mean a lot of superfluous work. So it's common practice to update the variable only on certain occasions, e. g. to enforce rebuilding when upstream dependencies have changed.

genas2 commented on 2017-01-25 14:12 (UTC)

Package details show incorrect version. 0.14.0.28.g7123968-1 is built instead.

mbfraga commented on 2016-08-15 17:37 (UTC) (edited on 2016-08-15 17:37 (UTC) by mbfraga)

In order to build this, I had to install extra-cmake-modules. Also, there is a conflict with lightdm because of this: sddm-git: /etc/dbus-1/system.d/org.freedesktop.DisplayManager.conf exists in filesystem In sddm, this was solved as shown here https://bugs.archlinux.org/task/42445

pmattern commented on 2015-11-07 09:09 (UTC)

Now that sddm.conf is generated by default a line backup=('etc/sddm.conf') should be added to PKGBUILD.