From 818568e40b38884f41d23ccafe12808a247b57b1 Mon Sep 17 00:00:00 2001 From: Samuel Bernardo Date: Wed, 18 Oct 2023 15:31:18 +0100 Subject: Update phpstorm desktop icon configuration Signed-off-by: Samuel Bernardo --- dev-util/phpstorm/Manifest | 2 +- dev-util/phpstorm/phpstorm-2023.2.2.232.9921.55.ebuild | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-util/phpstorm/Manifest b/dev-util/phpstorm/Manifest index b7a0e17..9fa448d 100644 --- a/dev-util/phpstorm/Manifest +++ b/dev-util/phpstorm/Manifest @@ -1,2 +1,2 @@ DIST PhpStorm-232.9921.55.tar.gz 660770713 BLAKE2B ea9fdd7332f6ac5c842f5498f2505d4bb6edc23c3f9fddcd30951b0b671387c5661b2bdc6b73ef46def114d1d8cdd5c2445fb50433e25b9f87a829e92838efd9 SHA512 7c0e1bad113f52994f086a2b3daeab0a6da7dc456cc87d9eaa20e760cfcec29b608808f35d6f909290d55eda01810dc2085cef3ca64a4958bdf1126b2a35036e -EBUILD phpstorm-2023.2.2.232.9921.55.ebuild 1137 BLAKE2B 3884167f233d89e92f1cd875b50f3e35bd385070bfd8b8bfb8fb72984d422351b75a9f57a4ec44f2d696138a496a3b7d56b17ce6d0cb86ca69564f619a96e4f0 SHA512 f5425f7ce4cd880f1fd249ae3d1dd9daa600448c07c713cc24aa625d9a6134e8cedcc73141e8b29fd68b83f3f9e3dc780466ba0ad90e8d7fe799f94f821e06e6 +EBUILD phpstorm-2023.2.2.232.9921.55.ebuild 1106 BLAKE2B 9329ec99fd14f3c382eb2c03e9a7990c8c51f41e67fba85d155c4d5bc582c12ea51d05178751228f9e8a1cc03ae7fa5a4a082cdf49aa022150093ed3c7914906 SHA512 0c07fb040f337c89a4812251ac81b6ea59adaa25df38a74b3ee289aa651efca6624801a57344a0ca1f67a4738361f7aa8d7e1df50c18c4f92dfc93d9d22811a0 diff --git a/dev-util/phpstorm/phpstorm-2023.2.2.232.9921.55.ebuild b/dev-util/phpstorm/phpstorm-2023.2.2.232.9921.55.ebuild index d052f26..0ea06bb 100644 --- a/dev-util/phpstorm/phpstorm-2023.2.2.232.9921.55.ebuild +++ b/dev-util/phpstorm/phpstorm-2023.2.2.232.9921.55.ebuild @@ -37,10 +37,9 @@ src_install() { fperms a+x /opt/${PN}/bin/*.sh || die "Chmod failed" fperms a+x /opt/${PN}/bin/fsnotifier || die "Chmod failed" - fperms a+x /opt/${PN}/bin/*.py || die "Chmod failed" + fperms a+x /opt/${PN}/bin/restart.py || die "Chmod failed" dosym /opt/${PN}/bin/phpstorm.sh /usr/bin/${PN} - mv "bin/webide.png" "bin/${PN}.png" doicon "bin/${PN}.png" make_desktop_entry ${PN} "${PROGNAME}" "${PN}" } -- cgit v1.2.3-65-gdbad