Skip to content

Commit

Permalink
pkg: phosh: phosh: upgrade to 0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
prurigro authored and Danct12 committed Oct 7, 2022
1 parent d96fdb7 commit dfb6c8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 285 deletions.
277 changes: 0 additions & 277 deletions PKGBUILDS/phosh/phosh/Fixes-for-glib-2.74.patch

This file was deleted.

11 changes: 3 additions & 8 deletions PKGBUILDS/phosh/phosh/PKGBUILD
@@ -1,18 +1,17 @@
# Maintainer: Danct12 <danct12@disroot.org>
pkgname=phosh
pkgver=0.21.0
pkgrel=3
pkgver=0.21.1
pkgrel=1
pkgdesc="A Wayland shell for GNOME on mobile devices."
arch=('x86_64' 'armv7h' 'aarch64')
url="https://gitlab.gnome.org/World/Phosh/phosh"
license=('GPL')
depends=('gtk3' 'libhandy>=1.1.90' 'gnome-desktop' 'gnome-session' 'gnome-shell' 'upower' 'libpulse'
'gcr' 'feedbackd' 'libnm' 'phoc' 'callaudiod' 'evolution-data-server')
makedepends=('meson' 'ninja' 'git')
_commit="4122630266abfd6623e169330da6e7d6bc01be7f" # tags/v0.21.0
_commit="c779ffa8ecf1a942a695bca4418b09c46bbe0d9f" # tags/v0.21.1
_libcall_ui_commit="619dd91561ad470db3d0e0e263ebc35d787afd2e" # Update libcall-ui to always reset audio profile
source=("phosh::git+https://gitlab.gnome.org/World/Phosh/phosh.git#commit=${_commit}"
'Fixes-for-glib-2.74.patch'
'pam_phosh'
'sm.puri.OSK0.desktop'
'phosh.service')
Expand All @@ -29,9 +28,6 @@ prepare() {
# change libcall-ui commit
cd subprojects/libcall-ui
git checkout 619dd91561ad470db3d0e0e263ebc35d787afd2e

cd ../..
patch -p1 < ../Fixes-for-glib-2.74.patch
}

build() {
Expand All @@ -51,7 +47,6 @@ package() {
}

md5sums=('SKIP'
'f4343b08710b0f27029b06a99ef90df1'
'6d5a0d561f8362bf91f85c236a88395d'
'30c7febb5cbbac40984fb50d66a88639'
'60c659ae0e643bb63f7fbc484a8d9666')

0 comments on commit dfb6c8b

Please sign in to comment.