From 9f971898d7383d790e708ed64bdd9f7633f44e49 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 15 Oct 2017 11:47:50 -0200 Subject: [PATCH] 2048-qt: update to 0.1.6. --- srcpkgs/2048-qt/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/2048-qt/template b/srcpkgs/2048-qt/template index e944339bb8a..71f3ee371a2 100644 --- a/srcpkgs/2048-qt/template +++ b/srcpkgs/2048-qt/template @@ -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 }