Merge updates from master

This commit is contained in:
Repository mirror & CI
2020-03-25 16:36:48 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -37,11 +37,11 @@ src_install() {
doins "${FILESDIR}/${PN}"
fperms +x /usr/bin/${PN}
newicon -s 256x256 ${PN}-0.png ${PN}.png
newicon -s 128x128 ${PN}-1.png ${PN}.png
newicon -s 64x64 ${PN}-2.png ${PN}.png
newicon -s 48x48 ${PN}-3.png ${PN}.png
newicon -s 32x32 ${PN}-4.png ${PN}.png
newicon -s 16x16 ${PN}-5.png ${PN}.png
make_desktop_entry ${PN} "ATLauncher" ${PN} Game
newicon -s 256x256 ${PN}-0.png atlauncher.png
newicon -s 128x128 ${PN}-1.png atlauncher.png
newicon -s 64x64 ${PN}-2.png atlauncher.png
newicon -s 48x48 ${PN}-3.png atlauncher.png
newicon -s 32x32 ${PN}-4.png atlauncher.png
newicon -s 16x16 ${PN}-5.png atlauncher.png
make_desktop_entry ${PN} "ATLauncher" atlauncher Game
}

View File

@@ -35,8 +35,8 @@ src_install() {
java-pkg_newjar "${DISTDIR}/${P}.jar" ${P}.jar
java-pkg_dolauncher ${PN} --jar ${P}.jar --java_args "\${JAVA_OPTS}"
newicon -s 16x16 ${PN}-0.png ${PN}.png
newicon -s 32x32 ${PN}-1.png ${PN}.png
newicon -s 48x48 ${PN}-2.png ${PN}.png
make_desktop_entry ${PN} "Technic Launcher" ${PN} Game
newicon -s 16x16 ${PN}-0.png technic.png
newicon -s 32x32 ${PN}-1.png technic.png
newicon -s 48x48 ${PN}-2.png technic.png
make_desktop_entry ${PN} "Technic Launcher" technic Game
}