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
|
pkgbase = sway-git
|
||||||
pkgdesc = i3 compatible window manager for Wayland
|
pkgdesc = i3 compatible window manager for Wayland
|
||||||
pkgver = r789.d95447f
|
pkgver = r896.155f5d2
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/SirCmpwn/sway
|
url = https://github.com/SirCmpwn/sway
|
||||||
arch = i686
|
arch = i686
|
||||||
@ -16,6 +18,7 @@ pkgbase = sway-git
|
|||||||
depends = pango
|
depends = pango
|
||||||
depends = cairo
|
depends = cairo
|
||||||
depends = wayland
|
depends = wayland
|
||||||
|
depends = gdk-pixbuf2
|
||||||
optdepends = rxvt-unicode: default terminal emulator
|
optdepends = rxvt-unicode: default terminal emulator
|
||||||
optdepends = dmenu: default for launching applications
|
optdepends = dmenu: default for launching applications
|
||||||
optdepends = imagemagick: for taking screenshots
|
optdepends = imagemagick: for taking screenshots
|
||||||
|
9
PKGBUILD
9
PKGBUILD
@ -1,12 +1,17 @@
|
|||||||
# Maintainer: Drew DeVault <sir@cmpwn.com>
|
# Maintainer: Drew DeVault <sir@cmpwn.com>
|
||||||
pkgname=sway-git
|
pkgname=sway-git
|
||||||
_pkgname=sway
|
_pkgname=sway
|
||||||
pkgver=r789.d95447f
|
pkgver=r896.155f5d2
|
||||||
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=("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=(
|
optdepends=(
|
||||||
"rxvt-unicode: default terminal emulator"
|
"rxvt-unicode: default terminal emulator"
|
||||||
"dmenu: default for launching applications"
|
"dmenu: default for launching applications"
|
||||||
|
Loading…
Reference in New Issue
Block a user