Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
phoc
Commits:
324bb09d by Frederik Schwan at 2024-07-13T14:40:27+02:00
upgpkg: 0.40.0-2: move to wlroots0.17
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = phoc
pkgdesc = Display compositor designed for phones
pkgver = 0.40.0
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.gnome.org/World/Phosh/phoc
arch = x86_64
arch = aarch64
@@ -21,7 +21,7 @@ pkgbase = phoc
makedepends = libgmobile
makedepends = glib2-devel
depends = gnome-desktop
- depends = wlroots
+ depends = wlroots0.17
depends = gsettings-desktop-schemas
depends = pixman
depends = libinput
@@ -39,7 +39,7 @@ pkgbase = phoc
pkgname = phoc
depends = gnome-desktop
- depends = wlroots
+ depends = wlroots0.17
depends = gsettings-desktop-schemas
depends = pixman
depends = libinput
=====================================
PKGBUILD
=====================================
@@ -2,12 +2,12 @@
pkgname=phoc
pkgver=0.40.0
-pkgrel=1
+pkgrel=2
pkgdesc='Display compositor designed for phones'
arch=(x86_64 aarch64)
url='https://gitlab.gnome.org/World/Phosh/phoc'
license=(GPL-3.0-only)
-depends=(gnome-desktop wlroots gsettings-desktop-schemas pixman libinput
libxcb libxkbcommon
+depends=(gnome-desktop wlroots0.17 gsettings-desktop-schemas pixman libinput
libxcb libxkbcommon
json-glib glib2 dconf cairo wayland libgmobile)
checkdepends=(xorg-server-xvfb xorg-xauth mutter pixman)
makedepends=(cmake meson git wayland-protocols python-jinja python-pygments
python-typogrify libgirepository libgmobile glib2-devel)
@@ -20,6 +20,7 @@ prepare() {
}
build() {
+ export PKG_CONFIG_PATH='/usr/lib/wlroots0.17/pkgconfig'
arch-meson "${pkgname}-v${pkgver}" build -Dembed-wlroots=disabled
meson compile -C build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/phoc/-/commit/324bb09df924d41e12793e9412d08e06deb82df8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/phoc/-/commit/324bb09df924d41e12793e9412d08e06deb82df8
You're receiving this email because of your account on gitlab.archlinux.org.