Skip to content

Commit

Permalink
cachyos-hello: Refactor && add nvchecker
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jung <[email protected]>
  • Loading branch information
ptr1337 committed Aug 26, 2024
1 parent eed87c0 commit 78af64c
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 3 deletions.
24 changes: 24 additions & 0 deletions cachyos-hello/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
pkgbase = cachyos-hello
pkgdesc = Welcome screen for CachyOS
pkgver = 0.14.8
pkgrel = 1
url = https://github.com/cachyos/cachyos-welcome
arch = x86_64
groups = cachyos
license = GPL-3.0-or-later
makedepends = clang
makedepends = git
makedepends = meson
makedepends = mold
makedepends = rustup
depends = glib2
depends = gtk3
depends = procps-ng
depends = qt6-tools
provides = cachyos-hello
conflicts = cachyos-hello
options = strip
source = cachyos-hello-0.14.8.tar.gz::https://github.com/cachyos/cachyos-welcome/archive/v0.14.8.tar.gz
sha512sums = 7c5d089c55054eb30b083adb82fc2844cf15206e2d410720e8cb439fa010e4123494003110440639ba4c45c5ab387f00d23faba9d6aade71011ac711828e9ad8

pkgname = cachyos-hello
4 changes: 4 additions & 0 deletions cachyos-hello/.nvchecker.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[cachyos-hello]
source = "git"
git = "https://github.com/cachyos/cachyos-welcome.git"
prefix = "v"
17 changes: 14 additions & 3 deletions cachyos-hello/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,23 @@ _pkgname=CachyOS-Welcome
pkgver=0.14.8
pkgrel=1
pkgdesc='Welcome screen for CachyOS'
arch=('x86_64' 'x86_64_v3')
arch=('x86_64')
groups=('cachyos')
license=(GPL-3.0-or-later)
url="https://github.com/cachyos/cachyos-welcome"
depends=('gtk3' 'glib2' 'qt6-tools' 'procps-ng')
makedepends=('meson' 'git' 'mold' 'rustup' 'clang')
depends=(
glib2
gtk3
procps-ng
qt6-tools
)
makedepends=(
clang
git
meson
mold
rustup
)
source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v$pkgver.tar.gz")
sha512sums=('7c5d089c55054eb30b083adb82fc2844cf15206e2d410720e8cb439fa010e4123494003110440639ba4c45c5ab387f00d23faba9d6aade71011ac711828e9ad8')
provides=('cachyos-hello')
Expand Down

0 comments on commit 78af64c

Please sign in to comment.