Package Details: sddm-config-editor-git 0.1.r71.g5c890b9-1

Git Clone URL: https://aur.archlinux.org/sddm-config-editor-git.git (read-only, click to copy)
Package Base: sddm-config-editor-git
Description: SDDM Configuration Editor
Upstream URL: https://github.com/hagabaka/sddm-config-editor
Licenses: Apache
Submitter: hagabaka
Maintainer: sperg512
Last Packager: sperg512
Votes: 50
Popularity: 0.23
First Submitted: 2015-02-14 22:22 (UTC)
Last Updated: 2021-03-04 20:27 (UTC)

Latest Comments

1 2 Next › Last »

FirstAirBender commented on 2023-11-04 07:59 (UTC)

This package installs itself into /usr/local/. Can you change the configuration so that it uses /usr instead? Thanks

willemw commented on 2022-12-10 08:44 (UTC)

provides= and conflicts= are missing for a VCS package (without ${pkgver} mentioned below). Please follow the "CMake package guidelines" (-DCMAKE_BUILD_TYPE='None', -Wno-dev, etc.).

dreieck commented on 2021-04-26 16:38 (UTC)

Please add provides=("sddm-config-editor=${pkgver}").

Thanks for maintaining.

sperg512 commented on 2021-03-04 20:28 (UTC)

ok fixde

Nestor_013 commented on 2021-03-04 10:06 (UTC)

cmake is missing from makedepends.

sperg512 commented on 2021-02-19 16:30 (UTC)

If this fails to build can you flag out of date next time please and thank you

hopyres commented on 2021-02-19 09:41 (UTC)

Update checksum in PKGBUILD command "updpkgsums"

earlybird commented on 2021-02-19 09:21 (UTC)

Can you update the PKGBUILD so we can build it? thanks

FirstAirBender commented on 2020-12-23 19:21 (UTC)

For those who are not able to get this package to compile, edit the PKGBUILD and replace build and package with the following:

build() {
  mkdir --parents "$srcdir/build"
  cd "$srcdir/build"
  cmake "$srcdir/$_pkgname"
  make
}

package() {
  cd "$srcdir/$_pkgname"
  DESTDIR="$pkgdir" make -C "$srcdir/build" install
}

sperg512 commented on 2020-11-12 13:07 (UTC)

@hopyres I don't own the Git repository. Please make an issue on the Github page (linked somewhere up top). Thank you!