You've already forked mint-backgrounds-pkg
Compare commits
4 Commits
v1.7.0-3
...
be681f4519
Author | SHA1 | Date | |
---|---|---|---|
be681f4519
|
|||
fd87b9d3a3
|
|||
29d7b70c1d
|
|||
9e58986e70
|
5
.SRCINFO
5
.SRCINFO
@ -1,7 +1,7 @@
|
|||||||
pkgbase = mint-backgrounds
|
pkgbase = mint-backgrounds
|
||||||
pkgdesc = The backgrounds of Linux Mint
|
pkgdesc = The backgrounds of Linux Mint
|
||||||
pkgver = 1.7.0
|
pkgver = 1.8.0
|
||||||
pkgrel = 3
|
pkgrel = 1
|
||||||
arch = any
|
arch = any
|
||||||
license = Various
|
license = Various
|
||||||
depends = mint-backgrounds-helena
|
depends = mint-backgrounds-helena
|
||||||
@ -33,5 +33,6 @@ pkgbase = mint-backgrounds
|
|||||||
depends = mint-backgrounds-vera
|
depends = mint-backgrounds-vera
|
||||||
depends = mint-backgrounds-victoria
|
depends = mint-backgrounds-victoria
|
||||||
depends = mint-backgrounds-virginia
|
depends = mint-backgrounds-virginia
|
||||||
|
depends = mint-backgrounds-wilma
|
||||||
|
|
||||||
pkgname = mint-backgrounds
|
pkgname = mint-backgrounds
|
||||||
|
22
.gitea/workflows/markdown-linters.yaml
Normal file
22
.gitea/workflows/markdown-linters.yaml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
name: Markdown linter
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
types: [ "opened", "reopened", "synchronize" ]
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- '**'
|
||||||
|
tags-ignore:
|
||||||
|
- '**'
|
||||||
|
workflow_dispatch: {}
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
markdown-lint:
|
||||||
|
container:
|
||||||
|
image: git.cryptic.systems/volker.raschek/markdownlint:044.0
|
||||||
|
runs-on:
|
||||||
|
- ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4.2.2
|
||||||
|
- name: Lint Markdown files
|
||||||
|
run: markdownlint .
|
5
PKGBUILD
5
PKGBUILD
@ -1,8 +1,8 @@
|
|||||||
# Maintainer: Markus Pesch <markus.pesch@cryptic.systems>
|
# Maintainer: Markus Pesch <markus.pesch@cryptic.systems>
|
||||||
|
|
||||||
pkgname=mint-backgrounds
|
pkgname=mint-backgrounds
|
||||||
pkgver=1.7.0
|
pkgver=1.8.0
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
pkgdesc="The backgrounds of Linux Mint"
|
pkgdesc="The backgrounds of Linux Mint"
|
||||||
license=('Various')
|
license=('Various')
|
||||||
arch=('any')
|
arch=('any')
|
||||||
@ -36,4 +36,5 @@ depends=(
|
|||||||
'mint-backgrounds-vera'
|
'mint-backgrounds-vera'
|
||||||
'mint-backgrounds-victoria'
|
'mint-backgrounds-victoria'
|
||||||
'mint-backgrounds-virginia'
|
'mint-backgrounds-virginia'
|
||||||
|
'mint-backgrounds-wilma'
|
||||||
)
|
)
|
||||||
|
@ -1,17 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"assignees": [ "volker.raschek" ],
|
"extends": [
|
||||||
"automergeStrategy": "merge-commit",
|
"local>volker.raschek/renovate-config:default#master",
|
||||||
"automergeType": "pr",
|
"local>volker.raschek/renovate-config:container#master",
|
||||||
"labels": [ "renovate" ],
|
"local>volker.raschek/renovate-config:actions#master",
|
||||||
"packageRules": [
|
"local>volker.raschek/renovate-config:regexp#master"
|
||||||
{
|
]
|
||||||
"addLabels": [ "renovate/droneci", "renovate/automerge" ],
|
}
|
||||||
"automerge": true,
|
|
||||||
"matchManagers": "droneci",
|
|
||||||
"matchUpdateTypes": [ "minor", "patch"]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"rebaseLabel": "renovate/rebase",
|
|
||||||
"rebaseWhen": "behind-base-branch"
|
|
||||||
}
|
|
Reference in New Issue
Block a user