Compare commits
No commits in common. "bf09b33c56f1c7454c95a4852720912786cf714f" and "af60a320e3b4ce1651b7364cd9b59c8adc25d6db" have entirely different histories.
bf09b33c56
...
af60a320e3
2
btrbk
2
btrbk
@ -1 +1 @@
|
|||||||
Subproject commit e25510568a46dc6e3179b052eecbca36764932a5
|
Subproject commit cb45267cba3cb04c5fbe6a8fd11b297e30a92c8e
|
@ -1 +1 @@
|
|||||||
Subproject commit 568f2b7b8bcd531433ad25fea4eb42626ba39a46
|
Subproject commit ebf80686299fbf2c6a687d933b8c8417eb4df6bc
|
@ -1 +1 @@
|
|||||||
Subproject commit 5cb5c028a401856990e5793885c5c5df73c34c4a
|
Subproject commit 9b4fd5bd3fb2cd5b0b8fbc8c213b56e7869b0376
|
5
mint-backgrounds-vanessa/.gitignore
vendored
5
mint-backgrounds-vanessa/.gitignore
vendored
@ -1,5 +0,0 @@
|
|||||||
*
|
|
||||||
!PKGBUILD
|
|
||||||
!.gitignore
|
|
||||||
!.editorconfig
|
|
||||||
!.SRCINFO
|
|
@ -1,21 +0,0 @@
|
|||||||
# Maintainer: Markus Pesch <markus.pesch@cryptic.systems>
|
|
||||||
|
|
||||||
pkgname=mint-backgrounds-vanessa
|
|
||||||
pkgver=1.1
|
|
||||||
pkgrel=1
|
|
||||||
pkgdesc="The backgrounds included in Linux Mint 21 vanessa"
|
|
||||||
license=('Various')
|
|
||||||
arch=('any')
|
|
||||||
url="http://packages.linuxmint.com/pool/main/m/${pkgname}"
|
|
||||||
source=("${url}/${pkgname}_$pkgver.tar.gz")
|
|
||||||
sha256sums=('8ea148cd78c01a54c1d1ea4d8bbfb8d58ba20ac03cb945014d223f09b8e42b92')
|
|
||||||
|
|
||||||
package() {
|
|
||||||
mkdir --parents ${pkgdir}/usr/share/backgrounds/linuxmint-vanessa
|
|
||||||
mkdir --parents ${pkgdir}/usr/share/{cinnamon-background-properties,gnome-background-properties,mate-background-properties}
|
|
||||||
|
|
||||||
cp --archive ${srcdir}/${pkgname}/backgrounds/linuxmint-vanessa ${pkgdir}/usr/share/backgrounds
|
|
||||||
cp --archive ${srcdir}/${pkgname}/cinnamon-background-properties/* ${pkgdir}/usr/share/cinnamon-background-properties
|
|
||||||
cp --archive ${srcdir}/${pkgname}/gnome-background-properties/* ${pkgdir}/usr/share/gnome-background-properties
|
|
||||||
cp --archive ${srcdir}/${pkgname}/mate-background-properties/* ${pkgdir}/usr/share/mate-background-properties
|
|
||||||
}
|
|
Reference in New Issue
Block a user