Merge branch 'master' of github.com:voidlinux/xbps-packages
This commit is contained in:
commit
1093b63cba
4 changed files with 17 additions and 9 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'doxygen'
|
||||
pkgname=doxygen
|
||||
version=1.8.6
|
||||
revision=2
|
||||
version=1.8.7
|
||||
revision=1
|
||||
hostmakedepends="perl python flex"
|
||||
short_desc="Source code documentation generator tool"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.doxygen.org/"
|
||||
license="GPL-2"
|
||||
distfiles="http://ftp.stack.nl/pub/users/dimitri/${pkgname}-${version}.src.tar.gz"
|
||||
checksum=6a718625f0c0c1eb3dee78ec1f83409b49e790f4c6c47fd44cd51cb92695535f
|
||||
checksum=c6eac6b6e82148ae15ec5aecee4631547359f284af1ce94474d046ebca6ee3d9
|
||||
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
makedepends="qt-devel"
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
# Template build file for 'libode'
|
||||
pkgname=libode
|
||||
# Do not update to 0.13 as it breaks xmoto
|
||||
# see: http://todo.xmoto.tuxfamily.org/index.php?do=details&task_id=809
|
||||
version=0.12
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libvirt-glib'
|
||||
pkgname=libvirt-glib
|
||||
version=0.1.7
|
||||
revision=3
|
||||
version=0.1.8
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config intltool gobject-introspection"
|
||||
|
@ -11,7 +11,8 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://libvirt.org"
|
||||
license="LGPL-2.1"
|
||||
distfiles="http://libvirt.org/sources/glib/$pkgname-$version.tar.gz"
|
||||
checksum=39652c07d95f980ff30b39e0fd072e768fb85d778d65432da24b17dee9d36429
|
||||
checksum=da0e45952dbe1d5d9fde4f845f3a10763e7fed0b1e45906a46fdb74b777aa751
|
||||
only_for_archs="x86_64 i686"
|
||||
|
||||
disable_parallel_build=yes
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'xmoto'
|
||||
pkgname=xmoto
|
||||
version=0.5.11
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
short_desc="2D motocross platform game"
|
||||
maintainer="Enno Boland <eb@s01.de>"
|
||||
|
@ -10,9 +10,14 @@ makedepends="sqlite-devel zlib-devel libjpeg-turbo-devel libpng-devel
|
|||
libxml2-devel libxdg-basedir-devel glu-devel SDL-devel SDL_mixer-devel
|
||||
SDL_net-devel SDL_ttf-devel lua-devel libcurl-devel libode-devel
|
||||
bzip2-devel"
|
||||
hostmakedepends="libxml2-devel SDL-devel"
|
||||
hostmakedepends="libxml2-devel SDL-devel desktop-file-utils"
|
||||
homepage="http://xmoto.tuxfamily.org/"
|
||||
distfiles="http://download.tuxfamily.org/xmoto/xmoto/$version/$pkgname-$version-src.tar.gz"
|
||||
checksum=a584a6f9292b184686b72c78f16de4b82d5c5b72ad89e41912ff50d03eca26b2
|
||||
configure_args="--disable-sdltest CPPFLAGS=-DdDOUBLE"
|
||||
#disable_parallel_build=yes
|
||||
|
||||
post_install() {
|
||||
desktop-file-install --set-key=Icon --set-value=xmoto -m 0644 \
|
||||
--dir="${DESTDIR}/usr/share/applications" extra/xmoto.desktop
|
||||
vinstall "extra/xmoto.xpm" 644 "${pkgdir}/usr/share/pixmaps"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue