mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
x11-misc/gammy: fix src_install
Closes: https://bugs.gentoo.org/784683 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Maciej Barć <xgqt@riseup.net>
This commit is contained in:
@@ -37,7 +37,7 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
emake INSTALL_ROOT="${D}" install
|
||||
|
||||
local sizes="128 16 32 64"
|
||||
cd ./icons || die
|
||||
|
||||
@@ -37,14 +37,5 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
local sizes="128 16 32 64"
|
||||
cd ./icons || die
|
||||
for size in ${sizes}; do
|
||||
convert "${size}x${size}ball.ico" "${size}x${size}ball.png" || die
|
||||
newicon -s "${size}" "${size}x${size}ball.png" "${PN}.png"
|
||||
done
|
||||
|
||||
make_desktop_entry "${PN}" "${PN^}" "${PN}" "Graphics;Settings"
|
||||
emake INSTALL_ROOT="${D}" install
|
||||
}
|
||||
|
||||
@@ -37,14 +37,5 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
local sizes="128 16 32 64"
|
||||
cd ./icons || die
|
||||
for size in ${sizes}; do
|
||||
convert "${size}x${size}ball.ico" "${size}x${size}ball.png" || die
|
||||
newicon -s "${size}" "${size}x${size}ball.png" "${PN}.png"
|
||||
done
|
||||
|
||||
make_desktop_entry "${PN}" "${PN^}" "${PN}" "Graphics;Settings"
|
||||
emake INSTALL_ROOT="${D}" install
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user