Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/midori/files/, www-client/midori/
Date: Mon, 08 Apr 2019 19:17:45
Message-Id: 1554751044.57e0176a19d7397410f494d84876759c1af8d75d.mgorny@gentoo
1 commit: 57e0176a19d7397410f494d84876759c1af8d75d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 8 18:53:39 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 8 19:17:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57e0176a
7
8 www-client/midori: Drop old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 www-client/midori/Manifest | 2 -
13 .../midori/files/midori-0.5.11-libsoup.patch | 73 ---------------
14 .../midori/files/midori-0.5.11-vala-0.35.patch | 101 ---------------------
15 www-client/midori/metadata.xml | 3 -
16 www-client/midori/midori-0.5.11-r2.ebuild | 88 ------------------
17 www-client/midori/midori-0.5.11-r3.ebuild | 89 ------------------
18 www-client/midori/midori-6.0.ebuild | 64 -------------
19 7 files changed, 420 deletions(-)
20
21 diff --git a/www-client/midori/Manifest b/www-client/midori/Manifest
22 index 2ab860caa96..0f2f13542e9 100644
23 --- a/www-client/midori/Manifest
24 +++ b/www-client/midori/Manifest
25 @@ -1,3 +1 @@
26 -DIST midori-v6.0.tar.gz 1823209 BLAKE2B dd00bef8da638d993c9918e991fa4f65d79b9f0d736b865895fae94f7f9d7552d671bda38cff933e65b7017cadfb810b7c180e00ba4e6f26abd471affc4cd903 SHA512 2b3e4808b1297a3ef8436b45ac38782e070658a0ecc62bcf8d0b2cf49f256cdad799ccc5d28df11ff595c042e8474fa2e87065d9a89cdb5a936237c44fdfd9e7
27 DIST midori-v7.0.tar.gz 1827341 BLAKE2B e008be32851a3ee12744b7b4e686545a2f9cd84fc6f05a647744c512ea5286fdc1db3b1ec40f546208ffbca4ca8a179752f27b85d9060765a7612ac7c260c67f SHA512 4110d1566ba8b0979c29f1c3a95af3da4cba884f44a1305403d8951f7f2dfb17946c3c7326eebafc111738950c907d06cc6c54ce670cde321da890d8b9ced051
28 -DIST midori_0.5.11_all_.tar.bz2 1428791 BLAKE2B c19872b3271360877b2affa0ab86d93884895037a72cb9182a44a597bf930394153fea5a744c1cf225f2c4bd8f3c691c5622d0b4abdb33c202c4aa1da48b5ee5 SHA512 237310d1f0bf70796474b9ec5be6755927e66acd2b527d04db39696c5e2f7ea2d11f7deb51ba3f5c151a450ab71e642282a1386e34253aaea1d8602ce76ac87d
29
30 diff --git a/www-client/midori/files/midori-0.5.11-libsoup.patch b/www-client/midori/files/midori-0.5.11-libsoup.patch
31 deleted file mode 100644
32 index b560075f810..00000000000
33 --- a/www-client/midori/files/midori-0.5.11-libsoup.patch
34 +++ /dev/null
35 @@ -1,73 +0,0 @@
36 -diff -ur midori-0.5.11/CMakeLists.txt midori-0.5.11_p/CMakeLists.txt
37 ---- midori-0.5.11/CMakeLists.txt 2015-08-30 13:56:26.000000000 +0200
38 -+++ midori-0.5.11_p/CMakeLists.txt 2016-08-21 21:10:30.117983251 +0200
39 -@@ -112,13 +112,13 @@
40 - sqlite3>=3.6.19
41 - gmodule-2.0
42 - gio-2.0>=2.32.3
43 -- libsoup-gnome-2.4>=2.37.1
44 -+ libsoup-2.4>=2.37.1
45 - )
46 - add_definitions("-DHAVE_LIBXML")
47 - add_definitions("-DGIO_VERSION=\"${DEPS_gio-2.0_VERSION}\"")
48 --add_definitions("-DLIBSOUP_VERSION=\"${DEPS_libsoup-gnome-2.4_VERSION}\"")
49 -+add_definitions("-DLIBSOUP_VERSION=\"${DEPS_libsoup-2.4_VERSION}\"")
50 - set(PKGS posix linux libxml-2.0 sqlite3 gmodule-2.0 gio-2.0 libsoup-2.4)
51 --if (${DEPS_libsoup-gnome-2.4_VERSION} VERSION_GREATER "2.40.0")
52 -+if (${DEPS_libsoup-2.4_VERSION} VERSION_GREATER "2.40.0")
53 - # valac 0.16 didn't have the bindings yet
54 - # For consistency we need to ensure C code makes the same assumptions
55 - if (${VALA_VERSION} VERSION_GREATER "0.17.0")
56 -@@ -126,7 +126,7 @@
57 - set(VALAFLAGS ${VALAFLAGS} -D HAVE_LIBSOUP_2_40_0)
58 - endif ()
59 - endif ()
60 --if (${DEPS_libsoup-gnome-2.4_VERSION} VERSION_GREATER "2.48.0")
61 -+if (${DEPS_libsoup-2.4_VERSION} VERSION_GREATER "2.48.0")
62 - add_definitions("-DHAVE_LIBSOUP_2_48_0")
63 - set(VALAFLAGS ${VALAFLAGS} -D HAVE_LIBSOUP_2_48_0)
64 - endif ()
65 -diff -ur midori-0.5.11/extensions/cookie-manager/cookie-manager.c midori-0.5.11_p/extensions/cookie-manager/cookie-manager.c
66 ---- midori-0.5.11/extensions/cookie-manager/cookie-manager.c 2015-08-30 13:56:26.000000000 +0200
67 -+++ midori-0.5.11_p/extensions/cookie-manager/cookie-manager.c 2016-08-19 23:19:20.000000000 +0200
68 -@@ -12,7 +12,7 @@
69 - #include "config.h"
70 - #include <midori/midori.h>
71 - #include "katze/katze.h"
72 --#include <libsoup/soup-cookie-jar-sqlite.h>
73 -+#include <libsoup/soup-cookie-jar-db.h>
74 -
75 - #include "cookie-manager.h"
76 - #include "cookie-manager-page.h"
77 -@@ -282,7 +282,7 @@
78 - /* setup soup */
79 - #ifdef HAVE_WEBKIT2
80 - gchar *filename = midori_paths_get_config_filename_for_writing ("cookies.db");
81 -- priv->jar = soup_cookie_jar_sqlite_new (filename, FALSE);
82 -+ priv->jar = soup_cookie_jar_db_new (filename, FALSE);
83 - g_free(filename);
84 - #else
85 - SoupSession *session = webkit_get_default_session();
86 -diff -ur midori-0.5.11/midori/midori-session.c midori-0.5.11_p/midori/midori-session.c
87 ---- midori-0.5.11/midori/midori-session.c 2015-08-30 13:56:26.000000000 +0200
88 -+++ midori-0.5.11_p/midori/midori-session.c 2016-08-19 23:56:30.000000000 +0200
89 -@@ -17,8 +17,8 @@
90 - #include "sokoke.h"
91 -
92 - #include <glib/gi18n-lib.h>
93 --#include <libsoup/soup-cookie-jar-sqlite.h>
94 --#include <libsoup/soup-gnome-features.h>
95 -+#include <libsoup/soup-cookie-jar-db.h>
96 -+#include <libsoup/soup-types.h>
97 -
98 - #define LIBSOUP_USE_UNSTABLE_REQUEST_API
99 - #include <libsoup/soup-cache.h>
100 -@@ -297,7 +297,7 @@
101 - g_object_unref (feature);
102 -
103 - katze_assign (config_file, midori_paths_get_config_filename_for_writing ("cookies.db"));
104 -- jar = soup_cookie_jar_sqlite_new (config_file, FALSE);
105 -+ jar = soup_cookie_jar_db_new (config_file, FALSE);
106 - soup_session_add_feature (session, SOUP_SESSION_FEATURE (jar));
107 - g_signal_connect (jar, "changed",
108 - G_CALLBACK (midori_session_cookie_jar_changed_cb), settings);
109
110 diff --git a/www-client/midori/files/midori-0.5.11-vala-0.35.patch b/www-client/midori/files/midori-0.5.11-vala-0.35.patch
111 deleted file mode 100644
112 index 4192b608493..00000000000
113 --- a/www-client/midori/files/midori-0.5.11-vala-0.35.patch
114 +++ /dev/null
115 @@ -1,101 +0,0 @@
116 -Patch provided by Sander Sweers on https://bugs.gentoo.org/628108#c9
117 -
118 -diff -ur midori-0.5.11.orig/extensions/adblock/widgets.vala midori-0.5.11/extensions/adblock/widgets.vala
119 ---- midori-0.5.11.orig/extensions/adblock/widgets.vala 2015-08-30 13:56:26.000000000 +0200
120 -+++ midori-0.5.11/extensions/adblock/widgets.vala 2017-09-30 01:07:04.033922383 +0200
121 -@@ -227,7 +227,7 @@
122 - liststore.get (iter, 0, out sub);
123 - if (sub.mutable) {
124 - config.remove (sub);
125 -- liststore.remove (iter);
126 -+ liststore.remove (ref iter);
127 - return true;
128 - }
129 - }
130 -diff -ur midori-0.5.11.orig/extensions/apps.vala midori-0.5.11/extensions/apps.vala
131 ---- midori-0.5.11.orig/extensions/apps.vala 2015-08-30 13:56:26.000000000 +0200
132 -+++ midori-0.5.11/extensions/apps.vala 2017-09-30 01:08:12.831916408 +0200
133 -@@ -265,7 +265,7 @@
134 - store.get (iter, 0, out launcher);
135 - try {
136 - launcher.file.trash (null);
137 -- store.remove (iter);
138 -+ store.remove (ref iter);
139 -
140 - string filename = Midori.Download.clean_filename (launcher.name);
141 - #if HAVE_WIN32
142 -diff -ur midori-0.5.11.orig/extensions/history-list.vala midori-0.5.11/extensions/history-list.vala
143 ---- midori-0.5.11.orig/extensions/history-list.vala 2015-08-30 13:56:26.000000000 +0200
144 -+++ midori-0.5.11/extensions/history-list.vala 2017-09-30 01:10:25.137904917 +0200
145 -@@ -223,7 +223,7 @@
146 - FixMe: the retrun value of `Gtk.ListStore.remove` should be checked
147 - Note: in some cases the return value of `Gtk.ListStore.remove` is wrong
148 - */
149 -- model.remove (iter);
150 -+ model.remove (ref iter);
151 - this.browser.close_tab (view);
152 - if (length > 2)
153 - this.resize_treeview ();
154 -diff -ur midori-0.5.11.orig/extensions/notes.vala midori-0.5.11/extensions/notes.vala
155 ---- midori-0.5.11.orig/extensions/notes.vala 2015-08-30 13:56:26.000000000 +0200
156 -+++ midori-0.5.11/extensions/notes.vala 2017-09-30 01:09:14.703911034 +0200
157 -@@ -116,7 +116,7 @@
158 - if (current_note == note) {
159 - current_note = null;
160 - }
161 -- notes_list_store.remove (iter);
162 -+ notes_list_store.remove (ref iter);
163 - break;
164 - }
165 - } while (notes_list_store.iter_next (ref iter));
166 -diff -ur midori-0.5.11.orig/extensions/transfers.vala midori-0.5.11/extensions/transfers.vala
167 ---- midori-0.5.11.orig/extensions/transfers.vala 2015-08-30 13:56:26.000000000 +0200
168 -+++ midori-0.5.11/extensions/transfers.vala 2017-09-30 01:05:00.916933075 +0200
169 -@@ -275,7 +275,7 @@
170 - Transfer found;
171 - store.get (iter, 0, out found);
172 - if (transfer == found) {
173 -- store.remove (iter);
174 -+ store.remove (ref iter);
175 - break;
176 - }
177 - } while (store.iter_next (ref iter));
178 -@@ -455,7 +455,7 @@
179 - if (notifications.length () == 1)
180 - msg = _("The file '<b>%s</b>' has been downloaded.").printf (filename);
181 - else
182 -- msg = _("'<b>%s</b>' and %d other files have been downloaded.").printf (filename, notifications.length ());
183 -+ msg = _("'<b>%s</b>' and %d other files have been downloaded.").printf (filename, (int) notifications.length ());
184 - get_app ().send_notification (_("Transfer completed"), msg);
185 - notifications = new GLib.List<string> ();
186 - }
187 -diff -ur midori-0.5.11.orig/midori/midori-notebook.vala midori-0.5.11/midori/midori-notebook.vala
188 ---- midori-0.5.11.orig/midori/midori-notebook.vala 2015-08-30 13:56:26.000000000 +0200
189 -+++ midori-0.5.11/midori/midori-notebook.vala 2017-09-30 00:49:47.947012362 +0200
190 -@@ -10,7 +10,7 @@
191 - */
192 -
193 - namespace Midori {
194 -- protected class Tally : Gtk.EventBox {
195 -+ internal class Tally : Gtk.EventBox {
196 - public Midori.Tab tab { get; set; }
197 - Gtk.Spinner spinner;
198 - public Gtk.Label label;
199 -@@ -22,7 +22,7 @@
200 - public bool close_button_left { get; set; default = false; }
201 - public bool close_button_visible { get; set; default = false; }
202 -
203 -- protected Tally (Midori.Tab tab) {
204 -+ internal Tally (Midori.Tab tab) {
205 - this.tab = tab;
206 - box = new Gtk.HBox (false, 1);
207 - add (box);
208 -@@ -155,7 +155,7 @@
209 - int last_tab_size = 0;
210 -
211 - #if !HAVE_GTK3
212 -- static const string style_fixup = """
213 -+ const string style_fixup = """
214 - style "midori-close-button-style"
215 - {
216 - GtkWidget::focus-padding = 0
217
218 diff --git a/www-client/midori/metadata.xml b/www-client/midori/metadata.xml
219 index eedc283b9c4..359901b31db 100644
220 --- a/www-client/midori/metadata.xml
221 +++ b/www-client/midori/metadata.xml
222 @@ -5,7 +5,4 @@
223 <email>xfce@g.o</email>
224 <name>XFCE Team</name>
225 </maintainer>
226 - <use>
227 - <flag name="granite">Enable support for the elementary library <pkg>dev-libs/granite</pkg></flag>
228 - </use>
229 </pkgmetadata>
230
231 diff --git a/www-client/midori/midori-0.5.11-r2.ebuild b/www-client/midori/midori-0.5.11-r2.ebuild
232 deleted file mode 100644
233 index ac0b850f894..00000000000
234 --- a/www-client/midori/midori-0.5.11-r2.ebuild
235 +++ /dev/null
236 @@ -1,88 +0,0 @@
237 -# Copyright 1999-2019 Gentoo Authors
238 -# Distributed under the terms of the GNU General Public License v2
239 -
240 -EAPI=6
241 -
242 -PYTHON_COMPAT=( python2_7 )
243 -PYTHON_REQ_USE='threads(+)'
244 -
245 -VALA_MAX_API_VERSION=0.34
246 -
247 -inherit cmake-utils gnome2-utils pax-utils python-any-r1 vala virtualx xdg-utils
248 -
249 -DESCRIPTION="A lightweight web browser based on WebKitGTK+"
250 -HOMEPAGE="https://www.midori-browser.org/"
251 -SRC_URI="http://www.${PN}-browser.org/downloads/${PN}_${PV}_all_.tar.bz2"
252 -
253 -KEYWORDS="~amd64 ~arm ~mips x86 ~x86-fbsd"
254 -
255 -LICENSE="LGPL-2.1 MIT"
256 -SLOT="0"
257 -IUSE="doc granite xscreensaver +jit"
258 -
259 -RDEPEND="
260 - >=app-crypt/gcr-3:=[gtk]
261 - >=dev-db/sqlite-3.6.19:3
262 - >=dev-libs/glib-2.32.3:2
263 - dev-libs/libxml2
264 - >=net-libs/libsoup-2.38:2.4
265 - >=x11-libs/libnotify-0.7
266 - >=x11-libs/gtk+-3.10.0:3
267 - >=net-libs/webkit-gtk-2.3.91:4[jit=,opengl]
268 - granite? ( >=dev-libs/granite-0.2 )
269 - xscreensaver? (
270 - x11-libs/libX11
271 - x11-libs/libXScrnSaver )
272 -"
273 -DEPEND="${RDEPEND}
274 - ${PYTHON_DEPS}
275 - $(vala_depend)
276 - dev-util/intltool
277 - gnome-base/librsvg
278 - sys-devel/gettext
279 - doc? ( dev-util/gtk-doc )
280 -"
281 -
282 -pkg_setup() {
283 - python-any-r1_pkg_setup
284 -}
285 -
286 -src_prepare() {
287 - eapply "${FILESDIR}"/${P}-libsoup.patch #587448
288 -
289 - cmake-utils_src_prepare
290 - vala_src_prepare
291 - sed -i -e '/^install/s:COPYING:HACKING TODO TRANSLATE:' CMakeLists.txt || die
292 -}
293 -
294 -src_configure() {
295 - strip-linguas -i po
296 -
297 - local mycmakeargs=(
298 - -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
299 - -DUSE_APIDOCS="$(usex doc)"
300 - -DUSE_GRANITE="$(usex granite)"
301 - -DUSE_ZEITGEIST=OFF
302 - -DVALA_EXECUTABLE="${VALAC}"
303 - -DUSE_GTK3=ON
304 - -DHALF_BRO_INCOM_WEBKIT2=ON
305 - )
306 -
307 - use xscreensaver || mycmakeargs+=( -DXSS=XSS-NOTFOUND )
308 -
309 - cmake-utils_src_configure
310 -}
311 -
312 -src_test() {
313 - virtx cmake-utils_src_test
314 -}
315 -
316 -pkg_postinst() {
317 - gnome2_icon_cache_update
318 - xdg_desktop_database_update
319 -}
320 -
321 -pkg_postrm() {
322 - gnome2_icon_cache_update
323 - xdg_desktop_database_update
324 -}
325
326 diff --git a/www-client/midori/midori-0.5.11-r3.ebuild b/www-client/midori/midori-0.5.11-r3.ebuild
327 deleted file mode 100644
328 index 7d195ae23f6..00000000000
329 --- a/www-client/midori/midori-0.5.11-r3.ebuild
330 +++ /dev/null
331 @@ -1,89 +0,0 @@
332 -# Copyright 1999-2019 Gentoo Authors
333 -# Distributed under the terms of the GNU General Public License v2
334 -
335 -EAPI=6
336 -
337 -PYTHON_COMPAT=( python2_7 )
338 -PYTHON_REQ_USE='threads(+)'
339 -
340 -VALA_MIN_API_VERSION=0.36
341 -
342 -inherit cmake-utils gnome2-utils pax-utils python-any-r1 vala virtualx xdg-utils
343 -
344 -DESCRIPTION="A lightweight web browser based on WebKitGTK+"
345 -HOMEPAGE="https://www.midori-browser.org/"
346 -SRC_URI="http://www.${PN}-browser.org/downloads/${PN}_${PV}_all_.tar.bz2"
347 -
348 -KEYWORDS="~amd64 ~arm ~mips ~x86 ~x86-fbsd"
349 -
350 -LICENSE="LGPL-2.1 MIT"
351 -SLOT="0"
352 -IUSE="doc granite xscreensaver +jit"
353 -
354 -RDEPEND="
355 - >=app-crypt/gcr-3:=[gtk]
356 - >=dev-db/sqlite-3.6.19:3
357 - >=dev-libs/glib-2.32.3:2
358 - dev-libs/libxml2
359 - >=net-libs/libsoup-2.38:2.4
360 - >=x11-libs/libnotify-0.7
361 - >=x11-libs/gtk+-3.10.0:3
362 - >=net-libs/webkit-gtk-2.3.91:4[jit=,opengl]
363 - granite? ( >=dev-libs/granite-0.2 )
364 - xscreensaver? (
365 - x11-libs/libX11
366 - x11-libs/libXScrnSaver )
367 -"
368 -DEPEND="${RDEPEND}
369 - ${PYTHON_DEPS}
370 - $(vala_depend)
371 - dev-util/intltool
372 - gnome-base/librsvg
373 - sys-devel/gettext
374 - doc? ( dev-util/gtk-doc )
375 -"
376 -
377 -pkg_setup() {
378 - python-any-r1_pkg_setup
379 -}
380 -
381 -src_prepare() {
382 - eapply "${FILESDIR}"/${P}-libsoup.patch #587448
383 - eapply "${FILESDIR}"/${P}-vala-0.35.patch #628108
384 -
385 - cmake-utils_src_prepare
386 - vala_src_prepare
387 - sed -i -e '/^install/s:COPYING:HACKING TODO TRANSLATE:' CMakeLists.txt || die
388 -}
389 -
390 -src_configure() {
391 - strip-linguas -i po
392 -
393 - local mycmakeargs=(
394 - -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
395 - -DUSE_APIDOCS="$(usex doc)"
396 - -DUSE_GRANITE="$(usex granite)"
397 - -DUSE_ZEITGEIST=OFF
398 - -DVALA_EXECUTABLE="${VALAC}"
399 - -DUSE_GTK3=ON
400 - -DHALF_BRO_INCOM_WEBKIT2=ON
401 - )
402 -
403 - use xscreensaver || mycmakeargs+=( -DXSS=XSS-NOTFOUND )
404 -
405 - cmake-utils_src_configure
406 -}
407 -
408 -src_test() {
409 - virtx cmake-utils_src_test
410 -}
411 -
412 -pkg_postinst() {
413 - gnome2_icon_cache_update
414 - xdg_desktop_database_update
415 -}
416 -
417 -pkg_postrm() {
418 - gnome2_icon_cache_update
419 - xdg_desktop_database_update
420 -}
421
422 diff --git a/www-client/midori/midori-6.0.ebuild b/www-client/midori/midori-6.0.ebuild
423 deleted file mode 100644
424 index e344c721d0e..00000000000
425 --- a/www-client/midori/midori-6.0.ebuild
426 +++ /dev/null
427 @@ -1,64 +0,0 @@
428 -# Copyright 1999-2019 Gentoo Authors
429 -# Distributed under the terms of the GNU General Public License v2
430 -
431 -EAPI=6
432 -
433 -VALA_MIN_API_VERSION=0.36
434 -
435 -inherit cmake-utils eapi7-ver eutils gnome2-utils vala xdg-utils
436 -
437 -MY_P=${PN}-v${PV}
438 -DESCRIPTION="A lightweight web browser based on WebKitGTK+"
439 -HOMEPAGE="https://www.midori-browser.org/"
440 -SRC_URI="https://github.com/midori-browser/core/releases/download/v$(ver_cut 1)/${MY_P}.tar.gz"
441 -
442 -LICENSE="LGPL-2.1+"
443 -SLOT="0"
444 -KEYWORDS="~amd64 ~arm ~mips ~x86"
445 -IUSE="+jit"
446 -
447 -RDEPEND="
448 - >=app-crypt/gcr-3:=[gtk,vala]
449 - >=dev-db/sqlite-3.6.19:3
450 - >=dev-libs/glib-2.48.0:2
451 - dev-libs/libpeas[gtk]
452 - dev-libs/libxml2
453 - >=net-libs/libsoup-2.38:2.4[vala]
454 - >=net-libs/webkit-gtk-2.16.6:4[introspection,jit=,opengl]
455 - >=x11-libs/libnotify-0.7
456 - >=x11-libs/gtk+-3.12.0:3
457 -"
458 -DEPEND="${RDEPEND}
459 - $(vala_depend)
460 - dev-util/intltool
461 - sys-devel/gettext
462 -"
463 -
464 -S=${WORKDIR}
465 -
466 -src_prepare() {
467 - cmake-utils_src_prepare
468 - vala_src_prepare
469 - sed -i -e 's:libsoup-gnome:libsoup:' CMakeLists.txt || die
470 - sed -i -e '/^install/s:COPYING::' CMakeLists.txt || die
471 -}
472 -
473 -src_configure() {
474 - strip-linguas -i po/
475 - local mycmakeargs=(
476 - -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
477 - -DVALA_EXECUTABLE="${VALAC}"
478 - )
479 -
480 - cmake-utils_src_configure
481 -}
482 -
483 -pkg_postinst() {
484 - gnome2_icon_cache_update
485 - xdg_desktop_database_update
486 -}
487 -
488 -pkg_postrm() {
489 - gnome2_icon_cache_update
490 - xdg_desktop_database_update
491 -}