summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2019-07-29 06:52:06 +0200
committeractionless2019-07-29 06:52:06 +0200
commiteca4bda741367dd28b6667e7458a294b18800e68 (patch)
tree4406baeb4325da2ac9ea711ce35dac224eea0be7
parentd7ffa1a7b702628059c78133c912d6c23dc1f855 (diff)
downloadaur-eca4bda741367dd28b6667e7458a294b18800e68.tar.gz
add librsvg to optdepends
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ad584ac6f13..8475a1ceeb5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = awesome-git
pkgdesc = Highly configurable framework window manager
- pkgver = 4.3.145.g05b47359
+ pkgver = 4.3.318.g6101ef51
pkgrel = 1
url = http://awesome.naquadah.org/
arch = i686
@@ -27,10 +27,10 @@ pkgbase = awesome-git
depends = xcb-util-wm
depends = xcb-util-xrm
depends = libxfixes
- depends = xcb-util-errors
optdepends = rlwrap: readline support for awesome-client
optdepends = dex: autostart your desktop files
- optdepends = vicious: widgets for the Awesome window manager
+ optdepends = xcb-util-errors: for pretty-printing of X11 errors
+ optdepends = librsvg: for displaying SVG files without scaling artifacts
provides = notification-daemon
provides = awesome
conflicts = awesome
diff --git a/PKGBUILD b/PKGBUILD
index 2b562dff3c0c..55c88779907f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_pkgname=awesome
pkgname=${_pkgname}-git
-pkgver=4.3.145.g05b47359
+pkgver=4.3.318.g6101ef51
pkgrel=1
pkgdesc='Highly configurable framework window manager'
arch=('i686' 'x86_64')
@@ -18,12 +18,14 @@ url='http://awesome.naquadah.org/'
license=('GPL2')
depends=('cairo' 'dbus' 'gdk-pixbuf2' 'libxdg-basedir' 'libxkbcommon-x11'
'lua' 'lua-lgi' 'pango' 'startup-notification' 'xcb-util-cursor'
- 'xcb-util-keysyms' 'xcb-util-wm' 'xcb-util-xrm' 'libxfixes' 'xcb-util-errors')
+ 'xcb-util-keysyms' 'xcb-util-wm' 'xcb-util-xrm' 'libxfixes')
makedepends=('asciidoc' 'cmake' 'docbook-xsl' 'git' 'imagemagick' 'ldoc'
'xmlto')
optdepends=('rlwrap: readline support for awesome-client'
'dex: autostart your desktop files'
- 'vicious: widgets for the Awesome window manager')
+ 'xcb-util-errors: for pretty-printing of X11 errors'
+ 'librsvg: for displaying SVG files without scaling artifacts'
+)
provides=('notification-daemon' 'awesome')
conflicts=('awesome')
backup=('etc/xdg/awesome/rc.lua')