main/postmarketos-artwork: fix upgrade failure with -gnome subpackage (MR 5031)
This subpackage now installs a file that was previously in the other subpackage it is meant to replace, leading to upgrade conflicts that have to be manually resolved (i.e. with apk fix) Fixes:126f43220
and1712a2d03
This commit is contained in:
parent
abfc585aa6
commit
c0e3ea11e0
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
|
||||
pkgname=postmarketos-artwork
|
||||
pkgver=5
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Meta package for the postmarketOS artwork"
|
||||
url="https://postmarketos.org/"
|
||||
arch="noarch"
|
||||
|
@ -73,6 +73,7 @@ wallpapers_extra() {
|
|||
|
||||
wallpapers_gnome() {
|
||||
pkgdesc="Wallpaper configuration for GNOME-based UIs"
|
||||
replaces="postmarketos-base-ui-gnome-wallpaper-pmos"
|
||||
install_if="postmarketos-artwork-wallpapers=$pkgver-r$pkgrel postmarketos-base-ui-gnome"
|
||||
|
||||
install -Dm644 "$srcdir"/postmarketos-gnome.xml \
|
||||
|
|
Loading…
Reference in a new issue