mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
awesome: update for new shlibs thing
This commit is contained in:
parent
268544c8ef
commit
f648c93a91
2 changed files with 3 additions and 3 deletions
|
@ -22,3 +22,5 @@ libm.so.6
|
||||||
libdbus-1.so.3
|
libdbus-1.so.3
|
||||||
libpthread.so.0
|
libpthread.so.0
|
||||||
libc.so.6
|
libc.so.6
|
||||||
|
libxdg-basedir.so.1
|
||||||
|
libev.so.4
|
||||||
|
|
|
@ -4,7 +4,7 @@ version=3.4.10
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
homepage="http://awesome.naquadah.org"
|
homepage="http://awesome.naquadah.org"
|
||||||
distfiles="${homepage}/download/${pkgname}-${version}.tar.xz"
|
distfiles="${homepage}/download/${pkgname}-${version}.tar.xz"
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="Highly configurable, next gen framework window manager for X."
|
short_desc="Highly configurable, next gen framework window manager for X."
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
@ -20,8 +20,6 @@ long_desc="
|
||||||
|
|
||||||
conf_files="/etc/xdg/awesome/rc.lua"
|
conf_files="/etc/xdg/awesome/rc.lua"
|
||||||
|
|
||||||
Add_dependency run libxdg-basedir
|
|
||||||
Add_dependency run libev
|
|
||||||
|
|
||||||
Add_dependency build cmake
|
Add_dependency build cmake
|
||||||
Add_dependency build gperf
|
Add_dependency build gperf
|
||||||
|
|
Loading…
Add table
Reference in a new issue