Mercurial > hg > portage
annotate net-im/psi-plus/psi-plus-0.16.584.735.ebuild @ 461:f1cc6af6f4b8
add tootle ebuild
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 12 Jul 2018 21:06:09 +0200 |
parents | e493bd4a6f5e |
children |
rev | line source |
---|---|
441
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
1 |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
2 EAPI=5 |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
3 |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
4 inherit eutils l10n multilib gnome2-utils qt4-r2 |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
5 |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
6 DESCRIPTION="Qt4 Jabber client, with Licq-like interface" |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
7 HOMEPAGE="https://github.com/psi-plus/psi-plus-snapshots/" |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
8 SRC_URI="https://github.com/psi-plus/psi-plus-snapshots/archive/${PV}.tar.gz -> ${P}.tar.gz" |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
9 |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
10 S="${WORKDIR}/psi-plus-snapshots-${PV}" |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
11 |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
12 LICENSE="GPL-2" |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
13 SLOT="0" |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
14 KEYWORDS="~amd64 ~x86" |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
15 IUSE="autoreplyplugin crypt dbus debug doc jingle otrplugin spell ssl xscreensaver watcherplugin whiteboarding" |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
16 #RESTRICT="test" |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
17 |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
18 RDEPEND="app-arch/unzip |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
19 >=dev-qt/qtgui-4.7:4 |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
20 >=app-crypt/qca-2.0.2:2[qt4(+)] |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
21 x11-libs/libX11 |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
22 dbus? ( >=dev-qt/qtdbus-4.7:4 ) |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
23 spell? ( >=app-text/enchant-1.3.0 ) |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
24 xscreensaver? ( x11-libs/libXScrnSaver ) |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
25 whiteboarding? ( dev-qt/qtsvg:4 ) |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
26 || ( >=sys-libs/zlib-1.2.5.1-r2[minizip] <sys-libs/zlib-1.2.5.1-r1 )" |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
27 |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
28 DEPEND="${RDEPEND} |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
29 sys-devel/qconf |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
30 doc? ( app-doc/doxygen )" |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
31 |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
32 PDEPEND="crypt? ( app-crypt/qca:2[gpg] ) |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
33 jingle? ( net-im/psimedia |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
34 app-crypt/qca:2[ssl] ) |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
35 ssl? ( app-crypt/qca:2[ssl] ) |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
36 otrplugin? ( net-libs/libotr app-text/htmltidy )" |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
37 |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
38 src_prepare() { |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
39 epatch_user |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
40 } |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
41 |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
42 src_configure() { |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
43 # unable to use econf because of non-standard configure script |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
44 local confcmd="./configure |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
45 --prefix=/usr |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
46 --datadir=/usr/share |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
47 --libdir=/usr/lib64 |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
48 --disable-growl |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
49 --with-qca-inc=/usr/include/QtCrypto |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
50 --with-qca-lib=/usr/lib64 |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
51 $(use dbus || echo '--disable-qdbus') |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
52 $(use debug && echo '--debug') |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
53 $(use spell || echo '--disable-aspell') |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
54 $(use spell || echo '--disable-enchant') |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
55 $(use xscreensaver || echo '--disable-xss') |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
56 $(use whiteboarding && echo '--enable-whiteboarding')" |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
57 |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
58 echo ${confcmd} |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
59 ${confcmd} || die "configure failed" |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
60 ## Makefile is not always created... |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
61 #[[ ! -f Makefile ]] && die "configure failed" |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
62 } |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
63 |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
64 src_compile() { |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
65 emake || die "emake failed" |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
66 |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
67 if use autoreplyplugin; then |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
68 cd src/plugins/generic/autoreplyplugin |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
69 qmake |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
70 make |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
71 cd ../../../.. |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
72 fi |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
73 |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
74 if use otrplugin; then |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
75 cd src/plugins/generic/otrplugin |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
76 qmake |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
77 make |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
78 cd ../../../.. |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
79 fi |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
80 |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
81 if use watcherplugin; then |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
82 cd src/plugins/generic/watcherplugin |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
83 qmake |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
84 make |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
85 cd ../../../.. |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
86 fi |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
87 } |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
88 |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
89 src_install() { |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
90 emake DESTDIR="${D}" INSTALL_ROOT="${D}" install |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
91 dodoc README TODO ChangeLog |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
92 |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
93 if use autoreplyplugin; then |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
94 cd src/plugins/generic/autoreplyplugin |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
95 |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
96 local plugindir="/usr/$(get_libdir)/psi-plus/plugins" |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
97 dodir "${plugindir}" |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
98 insinto "${plugindir}" |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
99 doins libautoreplyplugin.so |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
100 |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
101 cd ../../../.. |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
102 fi |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
103 |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
104 if use otrplugin; then |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
105 cd src/plugins/generic/otrplugin |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
106 |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
107 local plugindir="/usr/$(get_libdir)/psi-plus/plugins" |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
108 dodir "${plugindir}" |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
109 insinto "${plugindir}" |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
110 doins libotrplugin.so |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
111 |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
112 cd ../../../.. |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
113 fi |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
114 |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
115 if use watcherplugin; then |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
116 cd src/plugins/generic/watcherplugin |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
117 |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
118 local plugindir="/usr/$(get_libdir)/psi-plus/plugins" |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
119 dodir "${plugindir}" |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
120 insinto "${plugindir}" |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
121 doins libwatcherplugin.so |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
122 |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
123 cd ../../../.. |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
124 fi |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
125 } |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
126 |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
127 pkg_preinst() { |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
128 gnome2_icon_savelist |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
129 } |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
130 |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
131 pkg_postinst() { |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
132 gnome2_icon_cache_update |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
133 } |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
134 |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
135 pkg_postrm() { |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
136 gnome2_icon_cache_update |
e493bd4a6f5e
update the psi ebuild, remove an old one
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
137 } |