From f61d8811e916303cabe9fafdefbe188ba9b500d5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 5 Mar 2024 13:06:03 +0000 Subject: gentoo auto-resync : 05:03:2024 - 13:06:02 --- net-im/psi/Manifest | 4 +- net-im/psi/psi-1.5-r1.ebuild | 119 ------------------------------------------- net-im/psi/psi-1.5-r2.ebuild | 119 +++++++++++++++++++++++++++++++++++++++++++ net-im/psi/psi-9999.ebuild | 2 +- 4 files changed, 122 insertions(+), 122 deletions(-) delete mode 100644 net-im/psi/psi-1.5-r1.ebuild create mode 100644 net-im/psi/psi-1.5-r2.ebuild (limited to 'net-im/psi') diff --git a/net-im/psi/Manifest b/net-im/psi/Manifest index c37848faef4b..9e3990c29b67 100644 --- a/net-im/psi/Manifest +++ b/net-im/psi/Manifest @@ -1,5 +1,5 @@ DIST psi-1.5.tar.xz 2125104 BLAKE2B ee4114749b5958c61dccc45c2562d868f30a2f4765229c904c32d54d5730e2eaa9ab03e966fa5b83aba7e31d37fafb2b194c74a72f2404f3b51815bc525c5080 SHA512 c2e17dad346b5f7e8c97dc8959d99eaf4c30c1ba11c2d04b562af7b30482d5dbdc3a86508c4c29881ea0fc72db5a9d5fb4017768732cafee6a1d3025a39d8520 DIST psi-l10n-1.5.tar.gz 3037979 BLAKE2B a1baef1b3c86c1b0a528d4395bd6aabf99e1ec4c077d5d0358d4fd9566fcc2d929f46688c3bb2f56ad1de840fa1699f33c211fa4c7597b66ba0842cccbfbc19c SHA512 d5ed8244fbaa9fdd9a40a14ef3660085c8c9c5a18352900fa8d947fad01aea5894c23d83dc16e8ebf9fe007905ecbb8eca7dfaa4e1cf0fa160af341967886cae -EBUILD psi-1.5-r1.ebuild 2953 BLAKE2B a64387841f0e3a8e38cbf14c049b9e30e6c40f93049ca6309f288765a26951408375227d37f0697db31bc710ebe7f6a96aa1eeeed46de23e47427d3c906cb853 SHA512 c4390809b97d0206126b309d3435745763c66ceeba2d2b53cb074de23d88a976d7d4fefb71ea5875c1a7839e29df3527f8d6e82a4db795bc3e3f659f0dd21108 -EBUILD psi-9999.ebuild 4090 BLAKE2B 543753622fd75932c59c2f84278303641dfe6208f0e0fb54ee79247c833c0b654224919ace57cf763f00a3109a52512640926c7b7ab19120dfa87a0caec7a7fc SHA512 4fb5800063b20609a379746debfd89671eba0cee6535ed4d96602034ed6b8d37b032704ebf39215077dbd9c228749a5952176fadf2d3731cfe34d226e5340358 +EBUILD psi-1.5-r2.ebuild 2960 BLAKE2B 85e30a755a4142841d8cef40af21c29c85791ee81894aa7463553160649e5a2a49e704f96d408a693da2e6bde1fc5386ee366b5580b70ee3b00abde5ec15a1c8 SHA512 1260f145f4c83ebe8899caf0503d0489c9aaaf55d48e1fa28f0b6684496388a46081661bd821b11073dbf4b0a1be4ab4d8c0f1a4e104884650129c4feb0999c5 +EBUILD psi-9999.ebuild 4097 BLAKE2B f6bd73324594037263b164c7bfa8eaa917a0695b9fa0f11a17e8c10f9e08d3a1924fe0d2a2355f656adc257928b33701eb33d012b302ef99fbe999cded31e251 SHA512 63b454e003a9874e3df957bf42d5193146256af8e64530e5f7f85d4fab56ffa59d2041f1baba24ee0fc8fd1f03585c8b4e05d9e95fb633eacc8c70d0ed234286 MISC metadata.xml 1444 BLAKE2B 72b4853aefa169b84d2edaaf7e03138b694a65645f53317796cbb68bf47136687ba2bf95727a9f021dc1bf88ce82d35f845fcd6c4bd3afc99f37b08f2da7a39e SHA512 e9ccbf8d367cd7872da7a96741f49f894c4292c05d733c60e151e809efd4cf2f39e2b8ac33b776570b77ab51ec3d5981f2635090228030d11c500626fca3dd8a diff --git a/net-im/psi/psi-1.5-r1.ebuild b/net-im/psi/psi-1.5-r1.ebuild deleted file mode 100644 index c0ab4c6ce05c..000000000000 --- a/net-im/psi/psi-1.5-r1.ebuild +++ /dev/null @@ -1,119 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PLOCALES="be bg ca cs de en eo es et fa fi fr he hu it ja kk mk nl pl pt pt_BR ru sk sl sr@latin sv sw uk ur_PK vi zh_CN zh_TW" -PLOCALE_BACKUP="en" - -inherit plocale qmake-utils xdg - -DESCRIPTION="Qt XMPP client" -HOMEPAGE="https://psi-im.org" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz - https://github.com/psi-im/psi-l10n/archive/${PV}.tar.gz -> psi-l10n-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="aspell crypt dbus debug doc enchant +hunspell webengine whiteboarding xscreensaver" - -REQUIRED_USE=" - ?? ( aspell enchant hunspell ) -" - -BDEPEND=" - dev-qt/linguist-tools:5 - virtual/pkgconfig - doc? ( app-text/doxygen[dot] ) -" -DEPEND=" - app-crypt/qca:2[ssl] - dev-qt/qtconcurrent:5 - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtmultimedia:5 - dev-qt/qtnetwork:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - dev-qt/qtxml:5 - net-dns/libidn:0 - sys-libs/zlib[minizip] - x11-libs/libX11 - x11-libs/libxcb - aspell? ( app-text/aspell ) - dbus? ( dev-qt/qtdbus:5 ) - enchant? ( app-text/enchant:2 ) - hunspell? ( app-text/hunspell:= ) - webengine? ( - dev-qt/qtwebchannel:5 - dev-qt/qtwebengine:5[widgets] - ) - whiteboarding? ( dev-qt/qtsvg:5 ) - xscreensaver? ( x11-libs/libXScrnSaver ) -" -RDEPEND="${DEPEND} - dev-qt/qtimageformats -" - -RESTRICT="test" - -src_configure() { - CONF=( - --prefix="${EPREFIX}"/usr - --libdir="${EPREFIX}"/usr/$(get_libdir) - --no-separate-debug-info - --qtdir="$(qt5_get_bindir)/.." - $(use_enable aspell) - $(use_enable dbus qdbus) - $(use_enable enchant) - $(use_enable hunspell) - $(use_enable xscreensaver xss) - $(use_enable whiteboarding) - $(use_enable webengine webkit) - $(use_with webengine webkit qtwebengine) - ) - - use debug && CONF+=("--debug") - - # This may generate warnings if passed option already matches with default. - # Just ignore them. It's how qconf-based configure works and will be fixed in - # future qconf versions. - ./configure "${CONF[@]}" || die "configure failed" - - eqmake5 psi.pro -} - -src_compile() { - emake - use doc && emake -C doc api_public -} - -src_install() { - emake INSTALL_ROOT="${D}" install - - # this way the docs will be installed in the standard gentoo dir - rm "${ED}"/usr/share/psi/{COPYING,README} || die "Installed file set seems to be changed by upstream" - newdoc iconsets/roster/README README.roster - newdoc iconsets/system/README README.system - newdoc certs/README README.certs - dodoc README - - use doc && HTML_DOCS=( doc/api/. ) - einstalldocs - - # install translations - local mylrelease="$(qt5_get_bindir)"/lrelease - cd "${WORKDIR}/psi-l10n-${PV}" || die - insinto /usr/share/psi - install_locale() { - "${mylrelease}" "translations/${PN}_${1}.ts" || die "lrelease ${1} failed" - doins "translations/${PN}_${1}.qm" - } - plocale_for_each_locale install_locale -} - -pkg_postinst() { - xdg_pkg_postinst - einfo "For GPG support make sure app-crypt/qca is compiled with gpg USE flag." -} diff --git a/net-im/psi/psi-1.5-r2.ebuild b/net-im/psi/psi-1.5-r2.ebuild new file mode 100644 index 000000000000..2d7af1d75ec5 --- /dev/null +++ b/net-im/psi/psi-1.5-r2.ebuild @@ -0,0 +1,119 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PLOCALES="be bg ca cs de en eo es et fa fi fr he hu it ja kk mk nl pl pt pt_BR ru sk sl sr@latin sv sw uk ur_PK vi zh_CN zh_TW" +PLOCALE_BACKUP="en" + +inherit plocale qmake-utils xdg + +DESCRIPTION="Qt XMPP client" +HOMEPAGE="https://psi-im.org" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz + https://github.com/psi-im/psi-l10n/archive/${PV}.tar.gz -> psi-l10n-${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="aspell crypt dbus debug doc enchant +hunspell webengine whiteboarding xscreensaver" + +REQUIRED_USE=" + ?? ( aspell enchant hunspell ) +" + +BDEPEND=" + dev-qt/linguist-tools:5 + virtual/pkgconfig + doc? ( app-text/doxygen[dot] ) +" +DEPEND=" + app-crypt/qca:2[qt5(+),ssl] + dev-qt/qtconcurrent:5 + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtmultimedia:5 + dev-qt/qtnetwork:5 + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + dev-qt/qtxml:5 + net-dns/libidn:0 + sys-libs/zlib[minizip] + x11-libs/libX11 + x11-libs/libxcb + aspell? ( app-text/aspell ) + dbus? ( dev-qt/qtdbus:5 ) + enchant? ( app-text/enchant:2 ) + hunspell? ( app-text/hunspell:= ) + webengine? ( + dev-qt/qtwebchannel:5 + dev-qt/qtwebengine:5[widgets] + ) + whiteboarding? ( dev-qt/qtsvg:5 ) + xscreensaver? ( x11-libs/libXScrnSaver ) +" +RDEPEND="${DEPEND} + dev-qt/qtimageformats +" + +RESTRICT="test" + +src_configure() { + CONF=( + --prefix="${EPREFIX}"/usr + --libdir="${EPREFIX}"/usr/$(get_libdir) + --no-separate-debug-info + --qtdir="$(qt5_get_bindir)/.." + $(use_enable aspell) + $(use_enable dbus qdbus) + $(use_enable enchant) + $(use_enable hunspell) + $(use_enable xscreensaver xss) + $(use_enable whiteboarding) + $(use_enable webengine webkit) + $(use_with webengine webkit qtwebengine) + ) + + use debug && CONF+=("--debug") + + # This may generate warnings if passed option already matches with default. + # Just ignore them. It's how qconf-based configure works and will be fixed in + # future qconf versions. + ./configure "${CONF[@]}" || die "configure failed" + + eqmake5 psi.pro +} + +src_compile() { + emake + use doc && emake -C doc api_public +} + +src_install() { + emake INSTALL_ROOT="${D}" install + + # this way the docs will be installed in the standard gentoo dir + rm "${ED}"/usr/share/psi/{COPYING,README} || die "Installed file set seems to be changed by upstream" + newdoc iconsets/roster/README README.roster + newdoc iconsets/system/README README.system + newdoc certs/README README.certs + dodoc README + + use doc && HTML_DOCS=( doc/api/. ) + einstalldocs + + # install translations + local mylrelease="$(qt5_get_bindir)"/lrelease + cd "${WORKDIR}/psi-l10n-${PV}" || die + insinto /usr/share/psi + install_locale() { + "${mylrelease}" "translations/${PN}_${1}.ts" || die "lrelease ${1} failed" + doins "translations/${PN}_${1}.qm" + } + plocale_for_each_locale install_locale +} + +pkg_postinst() { + xdg_pkg_postinst + einfo "For GPG support make sure app-crypt/qca is compiled with gpg USE flag." +} diff --git a/net-im/psi/psi-9999.ebuild b/net-im/psi/psi-9999.ebuild index a0f835e50ba7..6feefa2675ff 100644 --- a/net-im/psi/psi-9999.ebuild +++ b/net-im/psi/psi-9999.ebuild @@ -34,7 +34,7 @@ BDEPEND=" extras? ( >=dev-build/qconf-2.4 ) " DEPEND=" - app-crypt/qca:2[ssl] + app-crypt/qca:2[qt5(+),ssl] dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtgui:5 -- cgit v1.2.3