Add gdk-pixbuf2 dependency

This commit is contained in:
Drew DeVault 2015-12-08 07:12:02 -05:00
parent 7d26a79c71
commit b96c926afa
2 changed files with 11 additions and 3 deletions

View File

@ -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

View File

@ -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"