mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
2048-qt: update to 0.1.6.
This commit is contained in:
parent
fbc8a5e19a
commit
9f971898d7
1 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for '2048-qt'
|
||||
pkgname=2048-qt
|
||||
version=0.1.5
|
||||
version=0.1.6
|
||||
revision=1
|
||||
build_style=qmake
|
||||
hostmakedepends="qt5-declarative-devel"
|
||||
|
@ -11,22 +11,22 @@ short_desc="The 2048 game implemented in Qt"
|
|||
homepage="https://github.com/xiaoyong/2048-Qt"
|
||||
license="MIT"
|
||||
distfiles="https://github.com/xiaoyong/2048-Qt/archive/v${version}.tar.gz"
|
||||
checksum=b895ecdbc09127215baf2633b513726cb39e24f22cc309ec390ac9bdae9b224c
|
||||
checksum=994b472d9798ebcae6b5e5a733f175f0278ab9f2f6cde1511a08335899e8f892
|
||||
wrksrc="2048-Qt-${version}"
|
||||
|
||||
do_install() {
|
||||
vbin 2048-qt
|
||||
|
||||
for size in 16 32 48 256; do
|
||||
vinstall icons/${size}x${size}/apps/2048-qt.png 644 usr/share/icons/hicolor/${size}x${size}/apps
|
||||
vinstall res/icons/${size}x${size}/apps/2048-qt.png 644 usr/share/icons/hicolor/${size}x${size}/apps
|
||||
done
|
||||
vinstall icons/scalable/apps/2048-qt.svg 644 usr/share/icons/hicolor/scalable/apps
|
||||
vinstall res/icons/scalable/apps/2048-qt.svg 644 usr/share/icons/hicolor/scalable/apps
|
||||
|
||||
vlicense LICENSE
|
||||
|
||||
vinstall 2048-qt.desktop 644 usr/share/applications
|
||||
vinstall res/2048-qt.desktop 644 usr/share/applications
|
||||
vdoc README.md
|
||||
vdoc Changelog.md
|
||||
|
||||
vman man/2048-qt.6
|
||||
vman res/man/2048-qt.6
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue