🚀 CD: update email & add qqc2-desktop-style as optdepends
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
|||||||
SHA256=$(sha256sum source.tar.gz | awk '{print $1}')
|
SHA256=$(sha256sum source.tar.gz | awk '{print $1}')
|
||||||
|
|
||||||
cat << 'EOF' > PKGBUILD
|
cat << 'EOF' > PKGBUILD
|
||||||
# Maintainer: Uyanide <me@uyani.de>
|
# Maintainer: Uyanide <pywang0608@foxmail.com>
|
||||||
pkgname=wallreel
|
pkgname=wallreel
|
||||||
pkgver=${{ env.VERSION }}
|
pkgver=${{ env.VERSION }}
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
@@ -34,6 +34,7 @@ jobs:
|
|||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=('qt6-base' 'qt6-declarative' 'gcc-libs' 'glibc')
|
depends=('qt6-base' 'qt6-declarative' 'gcc-libs' 'glibc')
|
||||||
makedepends=('cmake')
|
makedepends=('cmake')
|
||||||
|
optdepends=('qqc2-desktop-style: native Plasma look and feel')
|
||||||
options=('!debug')
|
options=('!debug')
|
||||||
source=("${pkgname}-${pkgver}.tar.gz::https://git.uyani.de/Uyanide/WallReel/archive/v${pkgver}.tar.gz")
|
source=("${pkgname}-${pkgver}.tar.gz::https://git.uyani.de/Uyanide/WallReel/archive/v${pkgver}.tar.gz")
|
||||||
sha256sums=('INSERT_SHA256_HERE')
|
sha256sums=('INSERT_SHA256_HERE')
|
||||||
@@ -150,7 +151,7 @@ jobs:
|
|||||||
cd aur-repo
|
cd aur-repo
|
||||||
|
|
||||||
cat << 'EOF' > LICENSE
|
cat << 'EOF' > LICENSE
|
||||||
Copyright (C) 2026 by Uyanide me@uyani.de
|
Copyright (C) 2026 by Uyanide pywang0608@foxmail.com
|
||||||
|
|
||||||
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.
|
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user