comparison net-im/psi-plus/psi-plus-1.4.924.ebuild @ 555:bfa37ca24eec

Fixes für nicht mehr existierende eclasses
author Dirk Olmes <dirk.olmes@codedo.de>
date Sun, 12 Sep 2021 11:52:04 +0200
parents 996ca3a846c3
children
comparison
equal deleted inserted replaced
554:4572b0ce6025 555:bfa37ca24eec
1 1
2 EAPI=7 2 EAPI=7
3 3
4 #inherit eutils l10n multilib gnome2-utils 4 #inherit eutils l10n multilib gnome2-utils
5 inherit l10n qmake-utils xdg 5 inherit qmake-utils xdg
6 6
7 DESCRIPTION="Qt5 Jabber client, with Licq-like interface" 7 DESCRIPTION="Qt5 Jabber client, with Licq-like interface"
8 HOMEPAGE="https://github.com/psi-plus/psi-plus-snapshots/" 8 HOMEPAGE="https://github.com/psi-plus/psi-plus-snapshots/"
9 SRC_URI="https://github.com/psi-plus/psi-plus-snapshots/archive/${PV}.tar.gz -> ${P}.tar.gz" 9 SRC_URI="https://github.com/psi-plus/psi-plus-snapshots/archive/${PV}.tar.gz -> ${P}.tar.gz"
10 10
125 dodoc README.html 125 dodoc README.html
126 126
127 use doc && HTML_DOCS=( doc/api/. ) 127 use doc && HTML_DOCS=( doc/api/. )
128 einstalldocs 128 einstalldocs
129 129
130 # install translations
131 # local mylrelease="$(qt5_get_bindir)"/lrelease
132 # cd "${WORKDIR}/${PN}/psi-l10n" || die
133 # insinto /usr/share/${PN}
134 # install_locale() {
135 # "${mylrelease}" "translations/${PN}_${1}.ts" || die "lrelease ${1} failed"
136 # doins "translations/${PN}_${1}.qm"
137 # }
138 # l10n_for_each_locale_do install_locale
139
140 local plugindir="/usr/share/psi-plus/plugins" 130 local plugindir="/usr/share/psi-plus/plugins"
141 if use autoreplyplugin; then 131 if use autoreplyplugin; then
142 cd src/plugins/generic/autoreplyplugin 132 cd src/plugins/generic/autoreplyplugin
143 133
144 strip --strip-unneeded libautoreplyplugin.so 134 strip --strip-unneeded libautoreplyplugin.so