mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
New package: tuxpaint-0.9.23
This commit is contained in:
parent
789ca59fbe
commit
a91859171a
2 changed files with 35 additions and 0 deletions
1
srcpkgs/tuxpaint-data
Symbolic link
1
srcpkgs/tuxpaint-data
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
tuxpaint
|
34
srcpkgs/tuxpaint/template
Normal file
34
srcpkgs/tuxpaint/template
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
# Template file for 'tuxpaint'
|
||||||
|
pkgname=tuxpaint
|
||||||
|
version=0.9.23
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
make_build_args="PREFIX=/usr"
|
||||||
|
conf_files="/etc/tuxpaint/tuxpaint.conf"
|
||||||
|
hostmakedepends="gperf pkg-config"
|
||||||
|
makedepends="SDL-devel SDL_image-devel SDL_mixer-devel SDL_ttf-devel cairo-devel
|
||||||
|
fribidi-devel libpaper-devel librsvg-devel"
|
||||||
|
depends="tuxpaint-data>=${version}_${revision}"
|
||||||
|
short_desc="Free, award-winning drawing program for children ages 3 to 12"
|
||||||
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||||
|
license="GPL-2.0-or-later"
|
||||||
|
homepage="http://www.tuxpaint.org/"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/tuxpaint/${version}/tuxpaint-${version}.tar.gz"
|
||||||
|
checksum=349919c44e0fa252581be6e3242251fb62d20a82c971e99be96d648462bf6926
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
vsed -i Makefile -e '/kbuildsycoca4/d' -e s,/etc/bash_completion.d,/usr/share/bash-completion/completions,
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vinstall src/tuxpaint.desktop 644 usr/share/applications
|
||||||
|
}
|
||||||
|
|
||||||
|
tuxpaint-data_package() {
|
||||||
|
archs=noarch
|
||||||
|
short_desc="${short_desc} - data and docs"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/share/tuxpaint
|
||||||
|
vmove usr/share/doc
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue