treesheets: update to 1.0.1.
This commit is contained in:
parent
edee07a7ce
commit
ec57be2bf6
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'treesheets'
|
# Template file for 'treesheets'
|
||||||
pkgname=treesheets
|
pkgname=treesheets
|
||||||
version=1.0.0
|
version=1.0.1
|
||||||
revision=6
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="WX_CONFIG=wx-config-gtk3"
|
make_build_args="WX_CONFIG=wx-config-gtk3"
|
||||||
makedepends="wxWidgets-gtk3-devel"
|
makedepends="wxWidgets-gtk3-devel"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
|
||||||
license="Zlib"
|
license="Zlib"
|
||||||
homepage="http://strlen.com/treesheets/"
|
homepage="http://strlen.com/treesheets/"
|
||||||
distfiles="https://github.com/aardappel/treesheets/archive/v${version}.tar.gz"
|
distfiles="https://github.com/aardappel/treesheets/archive/v${version}.tar.gz"
|
||||||
checksum=13c01c48a6442e309e77126aeeed51d4e0a768ad808459c0dcd83ecc1d246c0f
|
checksum=cacf0593e12c484f68adf4d462147efed202b1c2d09e58e90c9fb98cb3e7b874
|
||||||
|
|
||||||
build_wrksrc="src"
|
build_wrksrc="src"
|
||||||
make_use_env=1
|
make_use_env=1
|
||||||
|
@ -27,7 +27,7 @@ do_install() {
|
||||||
vinstall ${wrksrc}/TS/readme.html 644 usr/lib/${pkgname}
|
vinstall ${wrksrc}/TS/readme.html 644 usr/lib/${pkgname}
|
||||||
vcopy ${wrksrc}/TS/examples usr/lib/${pkgname}
|
vcopy ${wrksrc}/TS/examples usr/lib/${pkgname}
|
||||||
vcopy ${wrksrc}/TS/images usr/lib/${pkgname}
|
vcopy ${wrksrc}/TS/images usr/lib/${pkgname}
|
||||||
vinstall ${wrksrc}/TS/treesheets 755 usr/lib/${pkgname}
|
vinstall ${wrksrc}/src/treesheets 755 usr/lib/${pkgname}
|
||||||
vinstall ${wrksrc}/TS/treesheets.desktop 644 usr/share/applications
|
vinstall ${wrksrc}/TS/treesheets.desktop 644 usr/share/applications
|
||||||
vinstall ${wrksrc}/TS/images/icon32.png 644 usr/share/pixmaps treesheets.png
|
vinstall ${wrksrc}/TS/images/icon32.png 644 usr/share/pixmaps treesheets.png
|
||||||
vinstall ${wrksrc}/TS/images/icon16.png 644 usr/share/pixmaps treesheets-16x16.png
|
vinstall ${wrksrc}/TS/images/icon16.png 644 usr/share/pixmaps treesheets-16x16.png
|
||||||
|
|
Loading…
Reference in a new issue