refactor: moonset-git → moonset (no-suffix tag-build)
Build and publish packages / build-and-publish (push) Successful in 8m39s
Build and publish packages / build-and-publish (push) Successful in 8m39s
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
pkgbase = moonset-git
|
pkgbase = moonset
|
||||||
pkgdesc = A Wayland session power menu with GTK4 and Layer Shell
|
pkgdesc = A Wayland session power menu with GTK4 and Layer Shell
|
||||||
pkgver = 0.8.5.r0.g8285bcd
|
pkgver = 0.8.5
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://gitea.moonarch.de/nevaforget/moonset
|
url = https://gitea.moonarch.de/nevaforget/moonset
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = MIT
|
license = MIT
|
||||||
@@ -12,9 +12,9 @@ pkgbase = moonset-git
|
|||||||
makedepends = pkgconf
|
makedepends = pkgconf
|
||||||
depends = gtk4
|
depends = gtk4
|
||||||
depends = gtk4-layer-shell
|
depends = gtk4-layer-shell
|
||||||
provides = moonset
|
conflicts = moonset-git
|
||||||
conflicts = moonset
|
replaces = moonset-git
|
||||||
source = git+https://gitea.moonarch.de/nevaforget/moonset.git
|
source = git+https://gitea.moonarch.de/nevaforget/moonset.git#tag=v0.8.5
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
|
||||||
pkgname = moonset-git
|
pkgname = moonset
|
||||||
@@ -1,11 +1,11 @@
|
|||||||
# ABOUTME: PKGBUILD for Moonset — Wayland session power menu.
|
# ABOUTME: PKGBUILD for Moonset — Wayland session power menu.
|
||||||
# ABOUTME: Builds from git source with automatic version detection.
|
# ABOUTME: Builds from a versioned git tag.
|
||||||
|
|
||||||
# Maintainer: Dominik Kressler
|
# Maintainer: Dominik Kressler
|
||||||
|
|
||||||
pkgname=moonset-git
|
pkgname=moonset
|
||||||
pkgver=0.8.5.r0.g8285bcd
|
pkgver=0.8.5
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="A Wayland session power menu with GTK4 and Layer Shell"
|
pkgdesc="A Wayland session power menu with GTK4 and Layer Shell"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://gitea.moonarch.de/nevaforget/moonset"
|
url="https://gitea.moonarch.de/nevaforget/moonset"
|
||||||
@@ -21,16 +21,11 @@ makedepends=(
|
|||||||
'gtk4-layer-shell'
|
'gtk4-layer-shell'
|
||||||
'pkgconf'
|
'pkgconf'
|
||||||
)
|
)
|
||||||
provides=('moonset')
|
replaces=('moonset-git')
|
||||||
conflicts=('moonset')
|
conflicts=('moonset-git')
|
||||||
source=("git+${url}.git")
|
source=("git+${url}.git#tag=v$pkgver")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
pkgver() {
|
|
||||||
cd "$srcdir/moonset"
|
|
||||||
git describe --long --tags | sed 's/^v//;s/-/.r/;s/-/./'
|
|
||||||
}
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/moonset"
|
cd "$srcdir/moonset"
|
||||||
cargo build --release
|
cargo build --release
|
||||||
Reference in New Issue
Block a user