|
| 1 | +# Maintainer: Florian Maunier <[email protected]> |
| 2 | +pkgbase=plymouth-theme-catppuccin-git |
| 3 | +pkgname=( |
| 4 | + plymouth-theme-catppuccin-latte-git |
| 5 | + plymouth-theme-catppuccin-frappe-git |
| 6 | + plymouth-theme-catppuccin-macchiato-git |
| 7 | + plymouth-theme-catppuccin-mocha-git |
| 8 | +) |
| 9 | +pkgver=r12.e13c348 |
| 10 | +pkgrel=1 |
| 11 | +pkgdesc="Soothing pastel theme for Plymouth" |
| 12 | +arch=('any') |
| 13 | +url="https://github.com/catppuccin/plymouth" |
| 14 | +license=('MIT') |
| 15 | +depends=('plymouth') |
| 16 | +source=("$pkgbase::git+https://github.com/catppuccin/plymouth.git") |
| 17 | +sha512sums=('SKIP') |
| 18 | + |
| 19 | +pkgver() { |
| 20 | + cd "$pkgbase" |
| 21 | + printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)" |
| 22 | +} |
| 23 | + |
| 24 | +package_plymouth-theme-catppuccin-latte-git() { |
| 25 | + pkgdesc="Soothing pastel theme for Plymouth - Latte" |
| 26 | + |
| 27 | + cd "$srcdir/$pkgbase/themes/catppuccin-latte" |
| 28 | + mkdir -p $pkgdir/usr/share/plymouth/themes/catppuccin-latte |
| 29 | + install -Dm644 * "${pkgdir}"/usr/share/plymouth/themes/catppuccin-latte |
| 30 | +} |
| 31 | + |
| 32 | +package_plymouth-theme-catppuccin-frappe-git() { |
| 33 | + pkgdesc="Soothing pastel theme for Plymouth - Frappe" |
| 34 | + |
| 35 | + cd "$srcdir/$pkgbase/themes/catppuccin-frappe" |
| 36 | + mkdir -p $pkgdir/usr/share/plymouth/themes/catppuccin-frappe |
| 37 | + install -Dm644 * "${pkgdir}"/usr/share/plymouth/themes/catppuccin-frappe |
| 38 | +} |
| 39 | + |
| 40 | +package_plymouth-theme-catppuccin-macchiato-git() { |
| 41 | + pkgdesc="Soothing pastel theme for Plymouth - Macchiato" |
| 42 | + |
| 43 | + cd "$srcdir/$pkgbase/themes/catppuccin-macchiato" |
| 44 | + mkdir -p $pkgdir/usr/share/plymouth/themes/catppuccin-macchiato |
| 45 | + install -Dm644 * "${pkgdir}"/usr/share/plymouth/themes/catppuccin-macchiato |
| 46 | +} |
| 47 | + |
| 48 | +package_plymouth-theme-catppuccin-mocha-git() { |
| 49 | + pkgdesc="Soothing pastel theme for Plymouth - Mocha" |
| 50 | + |
| 51 | + cd "$srcdir/$pkgbase/themes/catppuccin-mocha" |
| 52 | + mkdir -p $pkgdir/usr/share/plymouth/themes/catppuccin-mocha |
| 53 | + install -Dm644 * "${pkgdir}"/usr/share/plymouth/themes/catppuccin-mocha |
| 54 | +} |
0 commit comments