Add gdk-pixbuf2 dependency
This commit is contained in:
parent
7d26a79c71
commit
b96c926afa
5
.SRCINFO
5
.SRCINFO
@ -1,6 +1,8 @@
|
||||
# Generated by mksrcinfo v8
|
||||
# Tue Dec 8 12:11:59 UTC 2015
|
||||
pkgbase = sway-git
|
||||
pkgdesc = i3 compatible window manager for Wayland
|
||||
pkgver = r789.d95447f
|
||||
pkgver = r896.155f5d2
|
||||
pkgrel = 1
|
||||
url = https://github.com/SirCmpwn/sway
|
||||
arch = i686
|
||||
@ -16,6 +18,7 @@ pkgbase = sway-git
|
||||
depends = pango
|
||||
depends = cairo
|
||||
depends = wayland
|
||||
depends = gdk-pixbuf2
|
||||
optdepends = rxvt-unicode: default terminal emulator
|
||||
optdepends = dmenu: default for launching applications
|
||||
optdepends = imagemagick: for taking screenshots
|
||||
|
9
PKGBUILD
9
PKGBUILD
@ -1,12 +1,17 @@
|
||||
# Maintainer: Drew DeVault <sir@cmpwn.com>
|
||||
pkgname=sway-git
|
||||
_pkgname=sway
|
||||
pkgver=r789.d95447f
|
||||
pkgver=r896.155f5d2
|
||||
pkgrel=1
|
||||
license=('MIT')
|
||||
pkgdesc='i3 compatible window manager for Wayland'
|
||||
makedepends=("cmake" "git" "asciidoc")
|
||||
depends=("wlc-git" "xorg-server-xwayland" "xcb-util-image" "json-c" "pango" "cairo" "wayland")
|
||||
depends=(
|
||||
"wlc-git" "xorg-server-xwayland"
|
||||
"xcb-util-image" "json-c"
|
||||
"pango" "cairo"
|
||||
"wayland" "gdk-pixbuf2"
|
||||
)
|
||||
optdepends=(
|
||||
"rxvt-unicode: default terminal emulator"
|
||||
"dmenu: default for launching applications"
|
||||
|
Loading…
Reference in New Issue
Block a user