diff options
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/psi/ChangeLog | 8 | ||||
-rw-r--r-- | net-im/psi/psi-0.15.ebuild | 20 | ||||
-rw-r--r-- | net-im/psi/psi-9999.ebuild | 18 |
3 files changed, 37 insertions, 9 deletions
diff --git a/net-im/psi/ChangeLog b/net-im/psi/ChangeLog index 126b8f6a70be..0ded394e49cb 100644 --- a/net-im/psi/ChangeLog +++ b/net-im/psi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/psi -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.237 2013/09/10 07:14:19 pinkbyte Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.238 2014/07/04 20:10:36 hasufell Exp $ + + 04 Jul 2014; Julian Ospald <hasufell@gentoo.org> psi-0.15.ebuild, + psi-9999.ebuild: + update icon cache and fix deps wrt #508148 10 Sep 2013; Sergey Popov <pinkbyte@gentoo.org> psi-0.14-r4.ebuild, psi-0.15.ebuild, psi-9999.ebuild, metadata.xml: diff --git a/net-im/psi/psi-0.15.ebuild b/net-im/psi/psi-0.15.ebuild index 25ddfb4d5ab8..d15d21b99b51 100644 --- a/net-im/psi/psi-0.15.ebuild +++ b/net-im/psi/psi-0.15.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.15.ebuild,v 1.3 2013/09/10 07:14:19 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.15.ebuild,v 1.4 2014/07/04 20:10:36 hasufell Exp $ EAPI=5 PLOCALES="be cs de fr it ja pl pt_BR ru sl sv ur_PK zh_TW" -inherit eutils l10n multilib qt4-r2 readme.gentoo +inherit eutils l10n multilib gnome2-utils qt4-r2 readme.gentoo DESCRIPTION="Qt4 Jabber client, with Licq-like interface" HOMEPAGE="http://psi-im.org/" @@ -26,6 +26,7 @@ RDEPEND="app-arch/unzip >=dev-qt/qtgui-4.7:4[qt3support] >=dev-qt/qt3support-4.7:4 >=app-crypt/qca-2.0.2:2 + x11-libs/libX11 dbus? ( >=dev-qt/qtdbus-4.7:4 ) spell? ( >=app-text/enchant-1.3.0 ) xscreensaver? ( x11-libs/libXScrnSaver ) @@ -108,3 +109,16 @@ src_install() { insinto /usr/share/${PN} l10n_for_each_locale_do install_locale } + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + readme.gentoo_pkg_postinst + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} diff --git a/net-im/psi/psi-9999.ebuild b/net-im/psi/psi-9999.ebuild index cb9327585083..2b48f8b46538 100644 --- a/net-im/psi/psi-9999.ebuild +++ b/net-im/psi/psi-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-9999.ebuild,v 1.20 2013/09/10 07:14:19 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-9999.ebuild,v 1.21 2014/07/04 20:10:36 hasufell Exp $ EAPI="4" @@ -13,7 +13,7 @@ LANGS_REPO_URI="git://github.com/psi-plus/psi-plus-l10n.git" PSI_PLUS_URI="git://github.com/psi-plus/main.git" PSI_PLUS_RESOURCES_URI="git://github.com/psi-plus/resources.git" -inherit eutils qt4-r2 multilib git-2 subversion +inherit eutils gnome2-utils qt4-r2 multilib git-2 subversion DESCRIPTION="Qt4 Jabber client, with Licq-like interface" HOMEPAGE="http://psi-im.org/" @@ -33,6 +33,7 @@ REQUIRED_USE=" RDEPEND=" >=dev-qt/qtgui-4.7:4 >=app-crypt/qca-2.0.2:2 + x11-libs/libX11 dbus? ( >=dev-qt/qtdbus-4.7:4 ) whiteboarding? ( dev-qt/qtsvg:4 ) spell? ( @@ -200,5 +201,14 @@ src_install() { } pkg_preinst() { - true # suppress subversion warnings + gnome2_icon_savelist +} + +pkg_postinst() { + readme.gentoo_pkg_postinst + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update } |