Compare commits

..

24 Commits

Author SHA1 Message Date
fdbc419e31 chore(markdownlint): remove configuration 2025-04-14 18:04:23 +02:00
303037b0ca docs(README): remove drone badge 2025-04-14 18:00:11 +02:00
0fa87f6937 chore(renovate): remove configuration 2025-04-14 17:52:44 +02:00
8e9185a37c fix(drone): remove CI 2025-04-14 17:52:44 +02:00
1918ee432b chore(deps): update git.cryptic.systems/volker.raschek/markdownlint docker tag to v0.44.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-04-01 17:22:08 +00:00
2d993bf8c3 chore(renovate): use configuration preset
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-30 21:03:53 +02:00
4fa2b4e4a9 chore(deps): update git.cryptic.systems/volker.raschek/markdownlint docker tag to v0.43.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-12-03 14:30:37 +00:00
b58d78e513 chore(deps): update git.cryptic.systems/volker.raschek/git docker tag to v1.4.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-11-25 23:29:56 +00:00
8d1fe37263 chore(deps): update git.cryptic.systems/volker.raschek/markdownlint docker tag to v0.42.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-10-14 19:30:04 +00:00
951b65c96a chore(deps): update git.cryptic.systems/volker.raschek/markdownlint docker tag to v0.41.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-05-27 13:45:31 +00:00
b7544231e3 chore(deps): update git.cryptic.systems/volker.raschek/markdownlint docker tag to v0.40.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-05-07 22:59:45 +00:00
d748703d41 chore(deps): update git.cryptic.systems/volker.raschek/markdownlint docker tag to v0.39.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-01-28 23:40:34 +01:00
360be9d9aa fix(renovate): remove automerge options
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-21 14:40:31 +01:00
d953a541f9 chore(deps): update git.cryptic.systems/volker.raschek/markdownlint docker tag to v0.38.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-12-09 15:40:26 +01:00
441eebee75 fix(ci): init
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-02 18:43:30 +01:00
bbf0375118 useful commit message 2018-12-16 20:49:39 +01:00
b2cea774ef useful commit message 2018-12-16 20:12:09 +01:00
c6a73c5f1d useful commit message 2018-12-16 20:06:02 +01:00
04e779b0dd useful commit message 2018-12-16 19:13:26 +01:00
2fb99d5185 useful commit message 2018-12-16 19:03:36 +01:00
9993892158 useful commit message 2018-12-16 19:02:14 +01:00
8b399cc2ee useful commit message 2018-12-16 18:54:37 +01:00
af6e763d20 useful commit message 2018-12-16 18:49:14 +01:00
f9ac3641f1 useful commit message 2018-12-16 18:26:47 +01:00
5 changed files with 83 additions and 5 deletions

View File

@ -1,7 +1,7 @@
pkgbase = mint-backgrounds-tessa
pkgdesc = The backgrounds included in Linux Mint 19.1 Tessa
pkgver = 1.1
pkgrel = 12
pkgrel = 3
url = http://packages.linuxmint.com/pool/main/m/mint-backgrounds-tessa
arch = any
license = GPL3

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
pkg
src
*tar.gz
*tar.zst
*tar.zst.sig

View File

@ -3,7 +3,7 @@
pkgname=mint-backgrounds-tessa
pkgver=1.1
pkgrel=12
pkgrel=3
pkgdesc="The backgrounds included in Linux Mint 19.1 Tessa"
license=('GPL3')
arch=('any')
@ -12,9 +12,9 @@ source=("$url/mint-backgrounds-tessa_$pkgver.tar.gz")
md5sums=("b5b4dd9ca3f017408a98f3b5bd382235")
package() {
mkdir -p $pkgdir/usr/share/backgrounds/linuxmint-tessa
cp -a $srcdir/$pkgname/backgrounds/linuxmint-tessa $pkgdir/usr/share/backgrounds/
cp -a $srcdir/$pkgname-$pkgver/backgrounds/linuxmint-tessa $pkgdir/usr/share/backgrounds/
mkdir -p $pkgdir/usr/share/{cinnamon-background-properties,gnome-background-properties}
cp -a $srcdir/$pkgname/cinnamon-background-properties/* $pkgdir/usr/share/cinnamon-background-properties/
cp -a $srcdir/$pkgname/gnome-background-properties/* $pkgdir/usr/share/gnome-background-properties
cp -a $srcdir/$pkgname-$pkgver/cinnamon-background-properties/* $pkgdir/usr/share/cinnamon-background-properties/
cp -a $srcdir/$pkgname-$pkgver/gnome-background-properties/* $pkgdir/usr/share/gnome-background-properties
}

61
README.md Normal file
View File

@ -0,0 +1,61 @@
# mint-backgrounds-tessa
![AUR version](https://img.shields.io/aur/version/mint-backgrounds-tessa?label=AUR)
![AUR votes](https://img.shields.io/aur/votes/mint-backgrounds-tessa)
This repository contains build files to build the Arch Linux package `mint-backgrounds-tessa`. Instead of building the
package yourself, it can also be obtained from the following private repository. More detailed are described
[here](#obtaining-pre-built-packages-from-a-repository).
## Build
Clone this repository and use `makepkg` to build the package by yourself. For example:
```bash
git clone https://aur.archlinux.org/mint-backgrounds-tessa.git
cd mint-backgrounds-tessa
makepkg
```
## Yay
The build files are also available via AUR and can be installed via an AUR helper like `yay`.
```bash
yay --sync --aur mint-backgrounds-tessa
```
## Obtaining pre-built packages from a repository
Instead of building the packages locally, it is also possible to configure an additional repository to install the
package directly via `pacman`. The following commands are used to create the repository, configure the GPG key to verify
the packages and install the package:
```bash
# Create drop-in directory
sudo mkdir --parents /etc/pacman.d/repos
# Create configuration of the repository 'volker.raschek'
sudo tee /etc/pacman.d/repos/volker.raschek.conf > /dev/null <<'EOF'
[volker.raschek]
SigLevel = PackageRequired TrustedOnly
Include = /etc/pacman.d/repos/volker.raschek.list
EOF
# Create mirror list of the repository 'volker.raschek'
sudo tee /etc/pacman.d/repos/volker.raschek.list > /dev/null <<'EOF'
Server = https://aur.cryptic.systems/$repo/$arch
EOF
# Import gpg key of the repository 'volker.raschek'
sudo pacman-key --keyserver hkps://keys.openpgp.org --recv-keys 9B146D11A9ED6CA7E279EB1A852BCC170D81A982
# Extend existing pacman configuration of the repository 'volker.raschek'
sudo echo "Include = /etc/pacman.d/repos/*.conf" >> /etc/pacman.conf
# Update pacman cache
sudo pacman --sync --refresh
# Install the package and receive updates directly via pacman :)
sudo pacman --sync mint-backgrounds-tessa
```