Search Criteria
Package Details: sddm-kcm-git 5.19.90.4.g48dae08-1
Git Clone URL: | https://aur.archlinux.org/sddm-kcm-git.git (read-only, click to copy) |
---|---|
Package Base: | sddm-kcm-git |
Description: | KDE Config Module for SDDM |
Upstream URL: | https://projects.kde.org/projects/kdereview/sddm-kcm/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | arojas |
Maintainer: | pmattern |
Last Packager: | pmattern |
Votes: | 33 |
Popularity: | 0.000000 |
First Submitted: | 2014-11-26 20:02 |
Last Updated: | 2020-12-01 01:25 |
Dependencies (7)
- kio (kio-osync, kio-git)
- knewstuff (knewstuff-git)
- libxcursor (libxcursor-git)
- sddm (sddm-git)
- extra-cmake-modules (extra-cmake-modules-git) (make)
- git (git-git) (make)
- qt5-tools (qt5-tools-git) (make)
Required by (2)
- lxqt-kcm-integration-extra-git (requires sddm-kcm) (optional)
- plasma-git-meta
Latest Comments
1 2 3 Next › Last »
unusual_thoughts commented on 2020-10-20 09:53
taggaara commented on 2015-09-04 12:13
# Pls check this way...
cd /tmp/yaourt-tmp-$USER/aur-sddm-kcm-git/
wget -c http://anongit.kde.org/sddm-kcm/sddm-kcm-latest.tar.gz
# Change PKGBUILD with following:
source=("sddm-kcm-latest.tar.gz")
build() {
cd sddm-kcm
sh ./initrepo.sh
cd ../
cd build
...
taggaara commented on 2015-08-21 03:33
"Cann't clone the git repo from source URL."
It means when I install it with yaourt(Have used git/http protocol), I got the error like:
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
# This line will get the same error
git clone git://anongit.kde.org/sddm-kcm.git
# But I can clone it using http, it weird...
git clone http://anongit.kde.org/sddm-kcm.git
taggaara commented on 2015-08-21 03:24
Cann't clone the git repo from source URL.
I have to download file in browser(wget unable to get it right)
http://anongit.kde.org/sddm-kcm/sddm-kcm-latest.tar.gz
copy tar.gz file to the location: /tmp/yaourt-tmp-$USER/aur-sddm-kcm-git/
Then change PKGBUILD with
source=("sddm-kcm_20150816004959_sha1-4a230c2af36e4eb5bc64bce0c50a929acc08cd2e.tar.gz")
After the file is decompressed, execute
sh /tmp/yaourt-tmp-$USER/aur-sddm-kcm-git/src/sddm-kcm/initrepo.sh
Continue yaourting...
arojas commented on 2014-11-26 20:03
Merging in sddm-kcm-git
abbradar commented on 2014-11-19 18:17
I have my laptop in repairs for some 2.5 months already now, and it would still be there for some time. I'm not using Arch for now, so I'm disowning this; maybe I'll return to this package in future.
arojas commented on 2014-10-17 19:52
The repo has moved to anongit.kde.org and it's now based on Qt5, please update url and dependencies
KlavKalashj commented on 2014-08-30 17:19
The KCM doesn't work for me in systemsettings5. Says 'The shared library was not found.' Any ideas?
WFCody commented on 2014-08-15 06:09
tip for those who want the latest version:
- source=(git://github.com/sddm/sddm-kcm.git)
+ source=(git://github.com/sddm/sddm-kcm.git#branch=qt5)
ChALkeR commented on 2014-07-31 12:07
Master branch does not work with current sddm versions, it's very old and configuration format was changed.
«qt5» branch seems supported.