Skip to content
Snippets Groups Projects
Unverified Commit db2a87c9 authored by achill (fossdd)'s avatar achill (fossdd) :gay_pride_flag:
Browse files
parent 46f5f8db
No related branches found
No related tags found
1 merge request!80874[3.21] community/phoc: upgrade to 0.45.0
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
# Contributor: Rasmus Thomsen <oss@cogitri.dev> # Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Maintainer: team/phosh <newbie13xd@gmail.com> # Maintainer: team/phosh <newbie13xd@gmail.com>
pkgname=phoc pkgname=phoc
pkgver=0.43.0 pkgver=0.45.0
pkgrel=1 pkgrel=0
pkgdesc="wlroots based Phone compositor for the Phosh shell" pkgdesc="wlroots based Phone compositor for the Phosh shell"
arch="all !s390x" # blocked by gnome-desktop arch="all !s390x" # blocked by gnome-desktop
url="https://gitlab.gnome.org/World/Phosh/phoc" url="https://gitlab.gnome.org/World/Phosh/phoc"
...@@ -46,9 +46,7 @@ makedepends=" ...@@ -46,9 +46,7 @@ makedepends="
checkdepends="xvfb-run" checkdepends="xvfb-run"
subpackages="$pkgname-dbg" subpackages="$pkgname-dbg"
options="!check" # Needs fullblown EGL options="!check" # Needs fullblown EGL
# expired certificate :/ source="https://sources.phosh.mobi/releases/phoc/phoc-${pkgver/_/.}.tar.xz"
#source="https://sources.phosh.mobi/releases/phoc/phoc-${pkgver/_/.}.tar.xz"
source="https://dev.alpinelinux.org/archive/phoc/phoc-${pkgver/_/.}.tar.xz"
replaces="wlroots-phosh" replaces="wlroots-phosh"
builddir="$srcdir/$pkgname-${pkgver/_/.}" builddir="$srcdir/$pkgname-${pkgver/_/.}"
...@@ -56,6 +54,7 @@ prepare() { ...@@ -56,6 +54,7 @@ prepare() {
default_prepare default_prepare
patch -Np1 < subprojects/packagefiles/wlroots/0001-Revert-layer-shell-error-on-0-dimension-without-anch.patch -d subprojects/wlroots patch -Np1 < subprojects/packagefiles/wlroots/0001-Revert-layer-shell-error-on-0-dimension-without-anch.patch -d subprojects/wlroots
patch -Np1 < subprojects/packagefiles/wlroots/0001-seat-Don-t-forget-to-destroy-touch-points-on-touch-u.patch -d subprojects/wlroots
} }
build() { build() {
...@@ -79,10 +78,10 @@ package() { ...@@ -79,10 +78,10 @@ package() {
# remove unneeded wlroots dev. files # remove unneeded wlroots dev. files
rm -r "$pkgdir"/usr/include rm -r "$pkgdir"/usr/include
rm -r "$pkgdir"/usr/lib/libwlroots.a rm -r "$pkgdir"/usr/lib/libwlroots-*.a
rm -r "$pkgdir"/usr/lib/pkgconfig rm -r "$pkgdir"/usr/lib/pkgconfig
} }
sha512sums=" sha512sums="
934f3c56ff010a99efe9cc9ef44ec68d7f1f1e91dc26e16e436a4a88b6711f560be0eab506e0c2b710635ad1149967d38a4144e28dc60763252e1a3f891a1625 phoc-0.43.0.tar.xz 3b647c41577ba792f490b97b9f1c00634e581b47bf2534e54b56ce0ab3e248afdc1f366d726bea64ed1b79cdc0779f1d22576983fafc348a51be1314fa77f607 phoc-0.45.0.tar.xz
" "
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment