Mercurial > hg > portage
changeset 454:175c21f9bfe2
plugins go to a different location now
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 14 Dec 2017 11:12:12 +0100 |
parents | 6e91f901964d |
children | 2835714bab47 510b2157b669 |
files | net-im/psi-plus/Manifest net-im/psi-plus/psi-plus-1.2.109.ebuild |
diffstat | 2 files changed, 8 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/net-im/psi-plus/Manifest Wed Dec 13 15:57:58 2017 +0100 +++ b/net-im/psi-plus/Manifest Thu Dec 14 11:12:12 2017 +0100 @@ -2,4 +2,4 @@ DIST psi-plus-0.16.584.735.tar.gz 8715118 SHA256 edcac19948db62f22aee16f360e33e09ed5f4c29bb4829a8a2503b11dd09e63a SHA512 ccf7f55e09a475caf223bdc4f90d94539228a1cfdf327d2dcc620643e329c590f22e66291e9dbc6c23067523bb0cb51758d17dc62956c456cb7c8ca407c6cf33 WHIRLPOOL 8429f4ba82b8b9261dd6cceabf4e1a362ee7299ffbe47de4de0f727db0afe3be88da8439695a165914874ab61579dde4fee4e893b6c027eefeb82cfc9a374b33 DIST psi-plus-1.2.109.tar.gz 8575286 SHA256 bc84070c07ddd3f8dc09ac01ee3c8a6f2c129e80ff35fcf1aaf0fdb3151b4d86 SHA512 fd6b41e2b50b15179da9f7c81ed39e2ad4d7dacfd50385cd5220f9357d277d42afc57dfd4ccedb18405af0b254def69458e7d6907fc286861f6d40a59b2ad83e WHIRLPOOL 7ad695fb1d6247ab8566e5ab10885ff95cf03dbeb0ea4d17fd0b877f7e1455667c901a48f8cf9802b29630e708dda26038b8a7a9cb7d025c32544af5e038004c EBUILD psi-plus-0.16.584.735.ebuild 2987 SHA256 2e51229a20ee38c0fff0e461f7d58c71b22ca2936069ce8d702402303241d5b3 SHA512 8911bb1f6e7f5349a579dfb50415f746bf8def20502e6a4f71fd3bc71adc96202d1bcc9792e5f146810413dfcad335ff01d510ba95800b052b94db2be4945755 WHIRLPOOL aec5793478dc47883ab5493f5f8b165b18cab359c1bb0cd601abfef1176f1c4703938fcdcdc27d31b0b0ec4ca49892d3702dc00ccc2d4573f44fe3075c6fe5cf -EBUILD psi-plus-1.2.109.ebuild 2983 SHA256 d8b2d83d9ab9eee390c1c008bb6f7b45f7ab6c7502c7a36df162a324692a9e6c SHA512 49571b2ac2d8237dc3ea5c44ae76e20fd95bd6a04faf4b5cddae5551a773c97f6855dc536363f5870060ddd107b167bfa45b136f833133532b6f755c7b038bc0 WHIRLPOOL 35a777204b2ca57e16938a7d9c01646d2a83bd1c95e54ddbee2c89722d24c753879fa5f967c7cabd15e6293982c1806391d23d9c6db27f65a57209b56488bf28 +EBUILD psi-plus-1.2.109.ebuild 2998 SHA256 0b37119733714e9d439ae837a0119d56b28250b60a86416fcfce61749f7c333f SHA512 5e8a2dad33c19ac3f726afdf2ed60bf02871333010d2641490ebd1bd4f349ff03ea22f97b7a85997ec3c061c95664e3948be24be202e1fe5f63784dc8cafa68b WHIRLPOOL a199dbd9282dc7932e645a83e5bd62600e37d12b87d84f832fdb84abcfa54248cd4715d997883e5956b50debbf5df9cf4e8e87019449ec130e852548e8892cbd
--- a/net-im/psi-plus/psi-plus-1.2.109.ebuild Wed Dec 13 15:57:58 2017 +0100 +++ b/net-im/psi-plus/psi-plus-1.2.109.ebuild Thu Dec 14 11:12:12 2017 +0100 @@ -91,10 +91,12 @@ emake DESTDIR="${D}" INSTALL_ROOT="${D}" install dodoc README TODO ChangeLog + local plugindir="/usr/share/psi-plus/plugins" if use autoreplyplugin; then cd src/plugins/generic/autoreplyplugin - local plugindir="/usr/$(get_libdir)/psi-plus/plugins" + strip --strip-unneeded libautoreplyplugin.so + dodir "${plugindir}" insinto "${plugindir}" doins libautoreplyplugin.so @@ -105,7 +107,8 @@ if use otrplugin; then cd src/plugins/generic/otrplugin - local plugindir="/usr/$(get_libdir)/psi-plus/plugins" + strip --strip-unneeded libotrplugin.so + dodir "${plugindir}" insinto "${plugindir}" doins libotrplugin.so @@ -116,7 +119,8 @@ if use watcherplugin; then cd src/plugins/generic/watcherplugin - local plugindir="/usr/$(get_libdir)/psi-plus/plugins" + strip --strip-unneeded libwatcherplugin.so + dodir "${plugindir}" insinto "${plugindir}" doins libwatcherplugin.so