diff options
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/tlenlinux-bin/Manifest | 2 | ||||
-rw-r--r-- | net-im/tlenlinux-bin/tlenlinux-bin-7.0.1.22.ebuild | 14 |
2 files changed, 13 insertions, 3 deletions
diff --git a/net-im/tlenlinux-bin/Manifest b/net-im/tlenlinux-bin/Manifest index 04a7c8c..933e87c 100644 --- a/net-im/tlenlinux-bin/Manifest +++ b/net-im/tlenlinux-bin/Manifest @@ -6,4 +6,4 @@ DIST tlenlinux64-7.0.1.18.bin 15275997 RMD160 3c80e6583347f8f95c5ed9708ad80ee4e8 DIST tlenlinux64-7.0.1.22.bin 16724156 RMD160 e11ae9f0a00581950671b76bccfbf95961bdbc14 SHA1 79b7df518411144be4099a61920a77e89c3c4769 SHA256 fbb5c737021b5cd746dfb0c866290b5e08808994b36385af83e6f0a25380f3cc EBUILD tlenlinux-bin-7.0.1.17.ebuild 855 RMD160 e7ee91bd52ec0a7ba5c481652f2e22f295bbc014 SHA1 d2c81076de5cfe89a99c44c3020073af5afaeb3e SHA256 d08e333acc9c67bbd0dfab841dee23106ce20e194998d9313737eaa1478f63d5 EBUILD tlenlinux-bin-7.0.1.18.ebuild 872 RMD160 527e7fc86ecd9bddb33070ff01c3fcea7789e3e6 SHA1 be00b69c33981e3f90ad0a87279a5c8c717e93d9 SHA256 cd0ab7c37ffc617e330a8b165b240db9242d7c317024421752a93030733f3b72 -EBUILD tlenlinux-bin-7.0.1.22.ebuild 1109 RMD160 bc5b23d65f2e801994cb40cd40ea8ce4acc1ab8f SHA1 59eb29571f69d6d3668429a44d2d0b6cfd5cfcf5 SHA256 2191a474f98e4425e05897ca47bec15dca5e2df5c10b50ae724515f8c5f2511f +EBUILD tlenlinux-bin-7.0.1.22.ebuild 1418 RMD160 1c573a43dd7f4ee899c0b6ff2f708fbc82d9694d SHA1 d2867f95414b533f2e8566470492f8631fabcc9d SHA256 e2ceb1f39e1586a84b96a5c23d71009c4e2b335981965c5ab1bf8cab0c207f8a diff --git a/net-im/tlenlinux-bin/tlenlinux-bin-7.0.1.22.ebuild b/net-im/tlenlinux-bin/tlenlinux-bin-7.0.1.22.ebuild index 6709532..aea6748 100644 --- a/net-im/tlenlinux-bin/tlenlinux-bin-7.0.1.22.ebuild +++ b/net-im/tlenlinux-bin/tlenlinux-bin-7.0.1.22.ebuild @@ -27,14 +27,24 @@ TLEN_DIR="/opt/tlen" src_unpack() { unpack_makeself cd data - # Use dynamic Qt libs + # Fix RPATH if has_version x11-libs/qt-phonon; then # Change RPATH ./chrpath -r ${TLEN_DIR}/tlen_libs \ - ./plugins/* ./tlen_libs/* ./tlen-bin ./updater > /dev/null + ./plugins/* ./tlen_libs/* ./tlen-bin ./updater \ + > /dev/null # Disable unset sed -i "s:unset:# unset:" tlen + # Remove unneeded libs + rm -rf qt_libs imageformats phonon_backend + else + ./chrpath -r ${TLEN_DIR}/qt_libs:${TLEN_DIR}/tlen_libs \ + ./plugins/* ./tlen_libs/* ./tlen-bin ./updater \ + ./imageformats/* ./phonon_backend/* ./qt_libs/* \ + > /dev/null fi + # Desktop icon fix + sed -i "s:.jpg:.png:" ../tlen.desktop check_license license.txt } |