You are not logged in.

#1 2017-04-08 20:24:53

monsterkek
Member
Registered: 2017-04-08
Posts: 1

[REQUEST] aerial-sddm-theme

i found this amazing sddm theme, but sadly it doesn't have a PKBUILD.
couldn't find it in the aur so i came here

git https://github.com/3ximus/aerial-sddm-theme


thanks!

Offline

#2 2017-04-08 21:13:41

mis
Member
Registered: 2016-03-16
Posts: 234

Re: [REQUEST] aerial-sddm-theme

# Maintainer: Your Name <youremail@domain.com>

pkgname=sddm-theme-aerial-git
pkgver=r13.8d62091
pkgrel=1
pkgdesc="SDDM theme with Apple TV Aerial videos"
arch=('any')
url="https://github.com/3ximus/aerial-sddm-theme"
license=('GPL3')
depends=('gst-libav' 'phonon-qt5-gstreamer')
makedepends=('git')
#conflicts=('sddm-theme-aerial')
#provides=('sddm-theme-aerial')
source=("git+https://github.com/3ximus/aerial-sddm-theme.git")
md5sums=('SKIP')

pkgver() {
  cd aerial-sddm-theme
  printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

package() {
  cd aerial-sddm-theme
  install -d "$pkgdir"/usr/share/sddm/themes/aerial
  cp * "$pkgdir"/usr/share/sddm/themes/aerial/
}

On my System this does not show the time and boxes for username/password. I didn't look further into it..

Last edited by mis (2017-04-08 21:14:48)

Offline

Board footer

Powered by FluxBB