5 Commits

Author SHA1 Message Date
3e6dd55463 chore(renovate): remove configuration 2025-04-14 17:53:44 +02:00
392b4a2cd3 fix(drone): remove CI 2025-04-14 17:53:44 +02:00
efb9338ef5 chore(renovate): use configuration preset
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-30 21:03:53 +02:00
e7d9626e07 fix: bump to v1.1
All checks were successful
continuous-integration/drone/push Build is passing
2024-07-16 09:00:00 +02:00
5cda6578a3 fix: package name description
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-02 14:19:32 +02:00
4 changed files with 7 additions and 119 deletions

View File

@ -1,11 +1,11 @@
pkgbase = mint-backgrounds-wilma
pkgdesc = The backgrounds included in Linux Mint 21.3 wilma
pkgver = 1.0
pkgdesc = The backgrounds included in Linux Mint 22.0 wilma
pkgver = 1.1
pkgrel = 1
url = http://packages.linuxmint.com/pool/main/m/mint-backgrounds-wilma
arch = any
license = Various
source = http://packages.linuxmint.com/pool/main/m/mint-backgrounds-wilma/mint-backgrounds-wilma_1.0.tar.gz
sha256sums = ef5a4edc7010d7ada5733c72c89570c22c1795b8f4c8cd6dbfd1509c482a37b5
source = http://packages.linuxmint.com/pool/main/m/mint-backgrounds-wilma/mint-backgrounds-wilma_1.1.tar.gz
sha256sums = 42dd75974b2c1fe5e988ad894518b9a26ae75809fac026ca74b9bbdc8061b810
pkgname = mint-backgrounds-wilma

View File

@ -1,97 +0,0 @@
---
kind: pipeline
type: kubernetes
name: linter
clone:
disable: true
steps:
- name: clone
image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: markdown lint
commands:
- markdownlint *.md
image: git.cryptic.systems/volker.raschek/markdownlint:0.38.0
resources:
limits:
cpu: 150
memory: 150M
- name: email-notification
environment:
SMTP_FROM_ADDRESS:
from_secret: smtp_from_address
SMTP_FROM_NAME:
from_secret: smtp_from_name
SMTP_HOST:
from_secret: smtp_host
SMTP_USERNAME:
from_secret: smtp_username
SMTP_PASSWORD:
from_secret: smtp_password
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
resources:
limits:
cpu: 150
memory: 150M
when:
status:
- changed
- failure
trigger:
event:
exclude:
- tag
---
kind: pipeline
type: kubernetes
name: sync-to-aur.archlinux.org
clone:
disable: true
steps:
- name: clone
image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: git-push
image: docker.io/appleboy/drone-git-push:1.0.6
settings:
branch: master
remote: ssh://aur@aur.archlinux.org/mint-backgrounds-wilma.git
force: false
commit: false
ssh_key:
from_secret: aur_ssh_key
- name: email-notification
environment:
SMTP_FROM_ADDRESS:
from_secret: smtp_from_address
SMTP_FROM_NAME:
from_secret: smtp_from_name
SMTP_HOST:
from_secret: smtp_host
SMTP_USERNAME:
from_secret: smtp_username
SMTP_PASSWORD:
from_secret: smtp_password
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
resources:
limits:
cpu: 150
memory: 150M
when:
status:
- changed
- failure
trigger:
event:
- tag
repo:
- volker.raschek/mint-backgrounds-wilma-pkg

View File

@ -1,14 +1,14 @@
# Maintainer: Markus Pesch <markus.pesch@cryptic.systems>
pkgname=mint-backgrounds-wilma
pkgver=1.0
pkgver=1.1
pkgrel=1
pkgdesc="The backgrounds included in Linux Mint 21.3 wilma"
pkgdesc="The backgrounds included in Linux Mint 22.0 wilma"
license=('Various')
arch=('any')
url="http://packages.linuxmint.com/pool/main/m/${pkgname}"
source=("${url}/${pkgname}_$pkgver.tar.gz")
sha256sums=('ef5a4edc7010d7ada5733c72c89570c22c1795b8f4c8cd6dbfd1509c482a37b5')
sha256sums=('42dd75974b2c1fe5e988ad894518b9a26ae75809fac026ca74b9bbdc8061b810')
package() {
mkdir --parents ${pkgdir}/usr/share/backgrounds/linuxmint-wilma

View File

@ -1,15 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"assignees": [ "volker.raschek" ],
"labels": [ "renovate" ],
"packageRules": [
{
"addLabels": [ "renovate/droneci", "renovate/automerge" ],
"automerge": true,
"matchManagers": "droneci",
"matchUpdateTypes": [ "minor", "patch"]
}
],
"rebaseLabel": "renovate/rebase",
"rebaseWhen": "behind-base-branch"
}