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