Update dependency on xorg-xwayland-hidpi-git
This commit is contained in:
parent
a9d8021aba
commit
f0190a23b8
6
.SRCINFO
6
.SRCINFO
@ -1,7 +1,7 @@
|
||||
pkgbase = sway-hidpi-git
|
||||
pkgdesc = Tiling Wayland compositor and replacement for the i3 window manager, with XWayland HiDPI
|
||||
pkgver = r6506.1be66c98
|
||||
pkgrel = 2
|
||||
pkgver = r6539.1dbb6990
|
||||
pkgrel = 1
|
||||
url = https://swaywm.org
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
@ -20,7 +20,7 @@ pkgbase = sway-hidpi-git
|
||||
depends = swaybg-git
|
||||
depends = ttf-font
|
||||
depends = wlroots-hidpi-git
|
||||
depends = xorg-server-xwayland-hidpi-git
|
||||
depends = xorg-xwayland-hidpi-git
|
||||
depends = xsettingsd
|
||||
optdepends = alacritty: Terminal emulator used by the default config
|
||||
optdepends = dmenu: Application launcher
|
||||
|
10
PKGBUILD
10
PKGBUILD
@ -1,9 +1,9 @@
|
||||
# Maintainer: Drew DeVault <sir@cmpwn.com>
|
||||
# Maintainer: Antonin Décimo <antonin dot decimo at gmail dot com>
|
||||
# Contributor: Drew DeVault <sir@cmpwn.com>
|
||||
pkgname=sway-hidpi-git
|
||||
_pkgname=sway-hidpi
|
||||
pkgver=r6506.1be66c98
|
||||
pkgrel=2
|
||||
pkgver=r6539.1dbb6990
|
||||
pkgrel=1
|
||||
license=("MIT")
|
||||
pkgdesc="Tiling Wayland compositor and replacement for the i3 window manager, with XWayland HiDPI"
|
||||
makedepends=(
|
||||
@ -23,7 +23,7 @@ depends=(
|
||||
"swaybg-git"
|
||||
"ttf-font"
|
||||
"wlroots-hidpi-git"
|
||||
"xorg-server-xwayland-hidpi-git"
|
||||
"xorg-xwayland-hidpi-git"
|
||||
"xsettingsd"
|
||||
)
|
||||
optdepends=(
|
||||
@ -53,7 +53,7 @@ options=(debug)
|
||||
|
||||
prepare() {
|
||||
cd "$_pkgname"
|
||||
patch -Np1 -i ../xwayland_hidpi.diff
|
||||
patch --forward --strip=1 --input="${srcdir}/xwayland_hidpi.diff"
|
||||
}
|
||||
|
||||
pkgver() {
|
||||
|
Loading…
Reference in New Issue
Block a user