Package Details: sddm-chinese-painting-theme 0.1.2-1

Git Clone URL: https://aur.archlinux.org/sddm-chinese-painting-theme.git (read-only, click to copy)
Package Base: sddm-chinese-painting-theme
Description: Chinese style SDDM theme
Upstream URL: https://github.com/fralonra/sddm-chinese-painting-theme
Keywords: sddm themes
Licenses: GPL3
Submitter: zoron
Maintainer: zoron
Last Packager: zoron
Votes: 1
Popularity: 0.000000
First Submitted: 2018-01-08 14:25 (UTC)
Last Updated: 2019-10-07 07:39 (UTC)

Latest Comments

zoron commented on 2019-10-07 07:49 (UTC)

@ysblokje Thanks for report! Fixed!

ysblokje commented on 2019-06-10 08:41 (UTC)

I tried to install your package but the md5sum is wrong. you forgot to update it going from 0.1.1 to 0.1.2.

zoron commented on 2018-03-11 07:13 (UTC) (edited on 2018-03-11 07:15 (UTC) by zoron)

@renyuneyun Thanks for your suggestion and I have updated the package.

But now I ran into another problem that when I tried to update the package an error ocurred:

"Failed to commit transaction (conflicting files)"

I am wondering is there a way to solve it instead of adding --force flag?

renyuneyun commented on 2018-02-07 18:33 (UTC)

Please do not use root permission in PKBUILD. It is not what PKGBUILD is supposed to do.

The code below should be better:

package() {
  cd "$srcdir/$pkgname-$pkgver"

  mkdir -p $pkgdir/usr/share/sddm/themes

  cp -r chinese-painting/ $pkgdir/usr/share/sddm/themes/
}