Compare commits
5 Commits
abd3320b88
...
b78432ece4
Author | SHA1 | Date | |
---|---|---|---|
b78432ece4 | |||
f61d19ff98 | |||
5cb5c028a4 | |||
9b4fd5bd3f | |||
9808e3a1f8 |
7
.SRCINFO
7
.SRCINFO
@ -1,6 +1,6 @@
|
|||||||
pkgbase = mint-backgrounds
|
pkgbase = mint-backgrounds
|
||||||
pkgdesc = The backgrounds of Linux Mint
|
pkgdesc = The backgrounds of Linux Mint
|
||||||
pkgver = 1.1.0
|
pkgver = 1.5.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
arch = any
|
arch = any
|
||||||
license = Various
|
license = Various
|
||||||
@ -27,6 +27,9 @@ pkgbase = mint-backgrounds
|
|||||||
depends = mint-backgrounds-tricia
|
depends = mint-backgrounds-tricia
|
||||||
depends = mint-backgrounds-ulyana
|
depends = mint-backgrounds-ulyana
|
||||||
depends = mint-backgrounds-ulyssa
|
depends = mint-backgrounds-ulyssa
|
||||||
|
depends = mint-backgrounds-uma
|
||||||
|
depends = mint-backgrounds-una
|
||||||
|
depends = mint-backgrounds-vanessa
|
||||||
|
depends = mint-backgrounds-vera
|
||||||
|
|
||||||
pkgname = mint-backgrounds
|
pkgname = mint-backgrounds
|
||||||
|
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
!.gitignore
|
!.gitignore
|
||||||
!.editorconfig
|
!.editorconfig
|
||||||
!.SRCINFO
|
!.SRCINFO
|
||||||
|
!README.md
|
||||||
|
6
PKGBUILD
6
PKGBUILD
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Markus Pesch <markus.pesch@cryptic.systems>
|
# Maintainer: Markus Pesch <markus.pesch@cryptic.systems>
|
||||||
|
|
||||||
pkgname=mint-backgrounds
|
pkgname=mint-backgrounds
|
||||||
pkgver=1.1.0
|
pkgver=1.5.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="The backgrounds of Linux Mint"
|
pkgdesc="The backgrounds of Linux Mint"
|
||||||
license=('Various')
|
license=('Various')
|
||||||
@ -30,4 +30,8 @@ depends=(
|
|||||||
'mint-backgrounds-tricia'
|
'mint-backgrounds-tricia'
|
||||||
'mint-backgrounds-ulyana'
|
'mint-backgrounds-ulyana'
|
||||||
'mint-backgrounds-ulyssa'
|
'mint-backgrounds-ulyssa'
|
||||||
|
'mint-backgrounds-uma'
|
||||||
|
'mint-backgrounds-una'
|
||||||
|
'mint-backgrounds-vanessa'
|
||||||
|
'mint-backgrounds-vera'
|
||||||
)
|
)
|
||||||
|
34
README.md
Normal file
34
README.md
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
# mint-backgrounds
|
||||||
|
|
||||||
|
[](https://aur.archlinux.org/packages/mint-backgrounds)
|
||||||
|
[](https://aur.archlinux.org/packages/mint-backgrounds)
|
||||||
|
[](https://aur.archlinux.org/packages/mint-backgrounds)
|
||||||
|
[](https://aur.archlinux.org/packages/mint-backgrounds)
|
||||||
|
|
||||||
|
This repository contains the source code to build the Arch Linux package
|
||||||
|
`mint-backgrounds`.
|
||||||
|
|
||||||
|
The package can be created and installed locally via `makepkg`. Alternatively,
|
||||||
|
it can be installed from the
|
||||||
|
[AUR](https://aur.archlinux.org/packages/mint-backgrounds) using an AUR helper
|
||||||
|
such as `yay`.
|
||||||
|
|
||||||
|
## makepkg
|
||||||
|
|
||||||
|
Clone the repository from one of the mirrors and move into the cloned git
|
||||||
|
repository. Execute `makepkg --install` to build the and install the package.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git clone <URL>
|
||||||
|
cd mint-backgrounds
|
||||||
|
makepkg --install
|
||||||
|
```
|
||||||
|
|
||||||
|
## yay
|
||||||
|
|
||||||
|
Make sure that yay is installed. Run yay to build and install the
|
||||||
|
mint-backgrounds package.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
yay --sync --aur mint-backgrounds
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user