mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
i3: rebuild against libpcre-8.30.
This commit is contained in:
parent
ff98e16388
commit
895a0d7522
2 changed files with 4 additions and 3 deletions
|
@ -11,6 +11,6 @@ libXcursor.so.1
|
||||||
libX11.so.6
|
libX11.so.6
|
||||||
libyajl.so.2
|
libyajl.so.2
|
||||||
libev.so.4
|
libev.so.4
|
||||||
libpcre.so.0
|
libpcre.so.1
|
||||||
libstartup-notification-1.so.0
|
libstartup-notification-1.so.0
|
||||||
librt.so.1
|
librt.so.1
|
||||||
|
|
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'i3'
|
# Template file for 'i3'
|
||||||
pkgname=i3
|
pkgname=i3
|
||||||
version=4.2
|
version=4.2
|
||||||
revision=1
|
revision=2
|
||||||
homepage="http://i3wm.org/"
|
homepage="http://i3wm.org/"
|
||||||
distfiles="${homepage}/downloads/${pkgname}-${version}.tar.bz2"
|
distfiles="${homepage}/downloads/${pkgname}-${version}.tar.bz2"
|
||||||
subpackages="${pkgname}-devel"
|
subpackages="${pkgname}-devel"
|
||||||
depends="i3status"
|
depends="i3status"
|
||||||
makedepends="which pkg-config yajl-devel libxcb-devel libev-devel flex asciidoc xmlto docbook-xml libXcursor-devel libX11-devel pcre-devel startup-notification-devel"
|
makedepends="which pkg-config pcre-devel>=8.30 yajl-devel libxcb-devel libev-devel
|
||||||
|
flex asciidoc xmlto docbook-xml libXcursor-devel libX11-devel startup-notification-devel"
|
||||||
conf_files="/etc/i3/config"
|
conf_files="/etc/i3/config"
|
||||||
short_desc="Improved tiling window manager."
|
short_desc="Improved tiling window manager."
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue