Package Details: sddm-theme-aerial-git 0.1.r59.g06beb74-2

Git Clone URL: https://aur.archlinux.org/sddm-theme-aerial-git.git (read-only, click to copy)
Package Base: sddm-theme-aerial-git
Description: SDDM theme with Apple TV Aerial videos
Upstream URL: https://github.com/3ximus/aerial-sddm-theme
Licenses: GPL
Submitter: American_Jesus
Maintainer: aw1cks
Last Packager: aw1cks
Votes: 10
Popularity: 0.034062
First Submitted: 2017-07-17 19:54 (UTC)
Last Updated: 2022-03-22 14:37 (UTC)

Latest Comments

latipun commented on 2022-03-22 09:46 (UTC)

generate_playlists.sh already removed, why python2 as make deps still here?

American_Jesus commented on 2021-07-01 13:30 (UTC) (edited on 2021-07-01 13:31 (UTC) by American_Jesus)

@aw1cks add # Contributor: American_Jesus <american.jesus.pt AT gmail DOT com> to PKGBUILD

If there were previous maintainers, put them as contributors. The same applies for the original submitter if this is not you.

https://wiki.archlinux.org/title/AUR_submission_guidelines#Rules_of_submission

aw1cks commented on 2020-04-13 08:28 (UTC)

Seems to be a slight bug with the PKGBUILD - the directory is being installed without the executable bit. Below in the PKGBUILD should fix this.

--- a/PKGBUILD  2020-04-13 09:25:18.000000000 +0100
+++ b/PKGBUILD  2020-04-13 09:26:00.951939548 +0100
@@ -32,5 +32,5 @@
 package() {
   mkdir -p "$pkgdir/usr/share/sddm/themes/aerial/"
   mv ${srcdir}/$_repo/* "$pkgdir/usr/share/sddm/themes/aerial/"
-  chmod 644 "$pkgdir/usr/share/sddm/themes/aerial/"
+  chmod 755 "$pkgdir/usr/share/sddm/themes/aerial/"
 }

MoetaYuko commented on 2019-03-06 05:17 (UTC)

generate_playlist.sh is removed from upstream

American_Jesus commented on 2018-01-23 22:52 (UTC)

@Northcode since pkgrel can't be used with git packages, users need to rebuild the package to install missing dependencies

Northcode commented on 2018-01-23 21:19 (UTC) (edited on 2018-01-23 21:19 (UTC) by Northcode)

This is missing dependency extra/qt5-multimedia. Will install without it but not run without.

Celti commented on 2017-11-20 08:04 (UTC)

This needs `python2` in the (make)dependencies; `generate_playlists.sh` uses it for the actual processing of the playlists.

American_Jesus commented on 2017-10-26 16:31 (UTC)

There's a new custom config file (theme.conf.user) that overrides the default theme settings. To use the default theme settings copy de default theme.conf to custom config file: # cp /usr/share/sddm/themes/aerial/theme.conf /usr/share/sddm/themes/aerial/theme.conf.user

sumner commented on 2017-10-25 17:52 (UTC)

Upstream has changed the folder structure. Instead of rm preview*.gif, you need to rm -rf screens which is the new screenshot folder.