main/postmarketos-welcome: upgrade to 4.0.0 (MR 3207)
[ci:skip-vercheck]: postmarketos-ui-phosh change in _pmb_recommends doesn't need a version bump
This commit is contained in:
parent
dcfaa6acc2
commit
5eeb86a419
2 changed files with 15 additions and 10 deletions
|
@ -44,7 +44,7 @@ _pmb_recommends="
|
||||||
postmarketos-artwork-wallpapers
|
postmarketos-artwork-wallpapers
|
||||||
postmarketos-hidden-desktop-entries
|
postmarketos-hidden-desktop-entries
|
||||||
postmarketos-tweaks
|
postmarketos-tweaks
|
||||||
postmarketos-welcome-gtk3
|
postmarketos-welcome
|
||||||
ttyescape
|
ttyescape
|
||||||
xdg-user-dirs
|
xdg-user-dirs
|
||||||
"
|
"
|
||||||
|
|
|
@ -1,14 +1,22 @@
|
||||||
# Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
|
# Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
|
||||||
pkgname=postmarketos-welcome-gtk3
|
pkgname=postmarketos-welcome
|
||||||
pkgver=0.3.0
|
pkgver=0.4.0
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="postmarketOS welcome app"
|
pkgdesc="postmarketOS welcome app"
|
||||||
url="https://gitlab.com/postmarketOS/postmarketos-welcome-gtk3"
|
url="https://gitlab.com/postmarketOS/postmarketos-welcome"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
makedepends="meson libhandy1-dev"
|
makedepends="
|
||||||
source="https://gitlab.com/postmarketOS/postmarketos-welcome-gtk3/-/archive/$pkgver/postmarketos-welcome-gtk3-$pkgver.tar.bz2"
|
desktop-file-utils
|
||||||
|
glib-dev
|
||||||
|
gtk4.0-dev
|
||||||
|
libadwaita-dev
|
||||||
|
meson
|
||||||
|
"
|
||||||
|
source="https://gitlab.com/postmarketOS/postmarketos-welcome/-/archive/$pkgver/postmarketos-welcome-$pkgver.tar.bz2"
|
||||||
options="!check" # No tests
|
options="!check" # No tests
|
||||||
|
replaces="postmarketos-welcome-gtk3"
|
||||||
|
provides="postmarketos-welcome-gtk3"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
abuild-meson . output
|
abuild-meson . output
|
||||||
|
@ -18,9 +26,6 @@ build() {
|
||||||
package() {
|
package() {
|
||||||
DESTDIR="$pkgdir" meson install -C output
|
DESTDIR="$pkgdir" meson install -C output
|
||||||
|
|
||||||
install -Dm644 "data/welcome-message" \
|
|
||||||
"$pkgdir/etc/welcome-message"
|
|
||||||
|
|
||||||
# Autostart on first login, the app removes the symlink when started
|
# Autostart on first login, the app removes the symlink when started
|
||||||
local _autostartdir="$pkgdir/etc/skel/.config/autostart"
|
local _autostartdir="$pkgdir/etc/skel/.config/autostart"
|
||||||
mkdir -p "$_autostartdir"
|
mkdir -p "$_autostartdir"
|
||||||
|
@ -29,5 +34,5 @@ package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
0bffbf16dac78c76824cc76e04d3b97465cf5cb3504c6b475345856308dd695b73e6fb3549874ea10882b41cf1593174e07537e77516f60376050e8a3afc1ceb postmarketos-welcome-gtk3-0.3.0.tar.bz2
|
653c049346df730abe8d10a1474dbbc6791af87d4895cf4533263214225c0f45ea7118069013b70c3f796544203eb66f05833b201bd2be3ffc9f9bb02e013ef3 postmarketos-welcome-0.4.0.tar.bz2
|
||||||
"
|
"
|
Loading…
Reference in a new issue