Depend on wlc instead of wlc-git
This commit is contained in:
parent
50fd1b29c1
commit
e2f0c08a7f
6
.SRCINFO
6
.SRCINFO
@ -1,8 +1,8 @@
|
|||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Sun Mar 27 13:58:30 UTC 2016
|
# Sat Apr 16 14:31:55 UTC 2016
|
||||||
pkgbase = sway-git
|
pkgbase = sway-git
|
||||||
pkgdesc = i3 compatible window manager for Wayland
|
pkgdesc = i3 compatible window manager for Wayland
|
||||||
pkgver = r1373.fb4fdf5
|
pkgver = r1461.54c635c
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://swaywm.org
|
url = http://swaywm.org
|
||||||
arch = i686
|
arch = i686
|
||||||
@ -11,7 +11,7 @@ pkgbase = sway-git
|
|||||||
makedepends = cmake
|
makedepends = cmake
|
||||||
makedepends = git
|
makedepends = git
|
||||||
makedepends = asciidoc
|
makedepends = asciidoc
|
||||||
depends = wlc-git
|
depends = wlc
|
||||||
depends = xorg-server-xwayland
|
depends = xorg-server-xwayland
|
||||||
depends = xcb-util-image
|
depends = xcb-util-image
|
||||||
depends = json-c
|
depends = json-c
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@ -1,13 +1,13 @@
|
|||||||
# Maintainer: Drew DeVault <sir@cmpwn.com>
|
# Maintainer: Drew DeVault <sir@cmpwn.com>
|
||||||
pkgname=sway-git
|
pkgname=sway-git
|
||||||
_pkgname=sway
|
_pkgname=sway
|
||||||
pkgver=r1398.8d5abac
|
pkgver=r1461.54c635c
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
pkgdesc='i3 compatible window manager for Wayland'
|
pkgdesc='i3 compatible window manager for Wayland'
|
||||||
makedepends=("cmake" "git" "asciidoc")
|
makedepends=("cmake" "git" "asciidoc")
|
||||||
depends=(
|
depends=(
|
||||||
"wlc-git" "xorg-server-xwayland"
|
"wlc" "xorg-server-xwayland"
|
||||||
"xcb-util-image" "json-c"
|
"xcb-util-image" "json-c"
|
||||||
"pango" "cairo"
|
"pango" "cairo"
|
||||||
"wayland" "gdk-pixbuf2"
|
"wayland" "gdk-pixbuf2"
|
||||||
|
Loading…
Reference in New Issue
Block a user