Merge branch 'master' of git://github.com/voidlinux/xbps-packages

This commit is contained in:
Gottox 2014-01-22 00:25:03 +01:00
commit 56c9f73775
3 changed files with 4 additions and 9 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'i3'
pkgname=i3
version=4.7
version=4.7.1
revision=1
build_style=gnu-makefile
hostmakedepends="which perl pkg-config asciidoc xmlto"
@ -13,12 +13,7 @@ maintainer="davehome <davehome@redthumb.info.tm>"
license="BSD"
homepage="http://i3wm.org/"
distfiles="${homepage}/downloads/${pkgname}-${version}.tar.bz2"
checksum=e29acafdf7c7d3483c13ea80e45b407f62244b355e425c7161fdfc915c9f83c5
long_desc="
i3 is a tiling window manager, completely written from scratch. The target
platforms are GNU/Linux and BSD operating systems, our code is Free and Open
Source Software (FOSS) under the BSD license. i3 is primarily targeted at
advanced users and developers."
checksum=f0dc3f2191f3ea66c9fec30daf8127ac8e7317c82e73a09436dfb5806a182f7f
post_build() {
make ${makejobs} -C man

View File

@ -8,7 +8,7 @@ configure_args="--with-db=gdbm --with-pager=less --with-gzip=/usr/bin/gzip
--with-lzma=/usr/bin/lzma --with-xz=/usr/bin/xz --disable-setuid
--without-included-regex --enable-automatic-create"
hostmakedepends="pkg-config groff"
makedepends="gdbm-devel zlib-devel libpipeline-devel"
makedepends="gdbm-devel zlib-devel libpipeline-devel groff"
depends="bzip2 gzip less groff grep coreutils"
conf_files="/etc/man_db.conf"
short_desc="The on-line manual database"

View File

@ -60,7 +60,7 @@ post_install() {
mv ${DESTDIR}/usr/lib/xorg/modules/extensions/libglx.so \
${DESTDIR}/usr/lib/xorg/modules/extensions/libglx-xorg.so
fi
}
xorg-server-xnest_package() {
short_desc="A nested X server that runs as an X application"