You've already forked mint-backgrounds-wilma-pkg
Compare commits
5 Commits
v1.0-1
...
3e6dd55463
Author | SHA1 | Date | |
---|---|---|---|
3e6dd55463
|
|||
392b4a2cd3
|
|||
efb9338ef5
|
|||
e7d9626e07
|
|||
5cda6578a3
|
8
.SRCINFO
8
.SRCINFO
@ -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
|
||||
|
97
.drone.yml
97
.drone.yml
@ -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
|
6
PKGBUILD
6
PKGBUILD
@ -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
|
||||
|
@ -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"
|
||||
}
|
Reference in New Issue
Block a user