mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
Make sure that distfiles always appears after pkgname/version/revision.
Otherwise xbps-repo-checkvers won't detect the version correctly.
This commit is contained in:
parent
d06eb9c347
commit
34208c4243
3 changed files with 5 additions and 5 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'bsdiff'
|
# Template file for 'bsdiff'
|
||||||
pkgname=bsdiff
|
pkgname=bsdiff
|
||||||
version=4.3
|
version=4.3
|
||||||
homepage="http://www.daemonology.net/bsdiff"
|
|
||||||
distfiles="$homepage/$pkgname-$version.tar.gz"
|
|
||||||
revision=1
|
revision=1
|
||||||
|
homepage="http://www.daemonology.net/bsdiff"
|
||||||
short_desc="Binary diff/patch utility"
|
short_desc="Binary diff/patch utility"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="Simplified BSD"
|
license="Simplified BSD"
|
||||||
|
distfiles="$homepage/$pkgname-$version.tar.gz"
|
||||||
checksum=18821588b2dc5bf159aa37d3bcb7b885d85ffd1e19f23a0c57a58723fea85f48
|
checksum=18821588b2dc5bf159aa37d3bcb7b885d85ffd1e19f23a0c57a58723fea85f48
|
||||||
long_desc="
|
long_desc="
|
||||||
bsdiff and bspatch are tools for building and applying patches to binary files.
|
bsdiff and bspatch are tools for building and applying patches to binary files.
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
# Template build file for 'font-bh-lucidatypewriter-100dpi'.
|
# Template build file for 'font-bh-lucidatypewriter-100dpi'.
|
||||||
pkgname=font-bh-lucidatypewriter-100dpi
|
pkgname=font-bh-lucidatypewriter-100dpi
|
||||||
version=1.0.3
|
version=1.0.3
|
||||||
|
revision=2
|
||||||
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="pkg-config bdftopcf font-util"
|
makedepends="pkg-config bdftopcf font-util"
|
||||||
revision=2
|
|
||||||
short_desc="100dpi Bigelow and Holmes Lucida Typewriter PCF fonts"
|
short_desc="100dpi Bigelow and Holmes Lucida Typewriter PCF fonts"
|
||||||
homepage="http://xorg.freedesktop.org/"
|
homepage="http://xorg.freedesktop.org/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
# Template build file for 'font-jis-misc'.
|
# Template build file for 'font-jis-misc'.
|
||||||
pkgname=font-jis-misc
|
pkgname=font-jis-misc
|
||||||
version=1.0.3
|
version=1.0.3
|
||||||
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="pkg-config bdftopcf font-util"
|
makedepends="pkg-config bdftopcf font-util"
|
||||||
revision=2
|
|
||||||
short_desc="78dpi PCF versions of the Japanese fixed fonts"
|
short_desc="78dpi PCF versions of the Japanese fixed fonts"
|
||||||
homepage="http://xorg.freedesktop.org/"
|
homepage="http://xorg.freedesktop.org/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
||||||
checksum=2b18ce10b367ebafe95a17de799b6db9a24e2337188d124adaf68af05b1fac65
|
checksum=2b18ce10b367ebafe95a17de799b6db9a24e2337188d124adaf68af05b1fac65
|
||||||
long_desc="
|
long_desc="
|
||||||
These are the PCF versions of the JIS fixed fonts for 78dpi displays.
|
These are the PCF versions of the JIS fixed fonts for 78dpi displays.
|
||||||
|
|
Loading…
Add table
Reference in a new issue