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