[Lunar-commits] <moonbase-other> menu-cache: version bumped to 0.7.0.

Florin Braescu florin at lunar-linux.org
Wed Oct 15 20:03:47 CEST 2014


commit b6957002b91d80d64758513275b74ec9af065e92
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed, 15 Oct 2014 21:02:51 +0300
URL: https://github.com/lunar-linux/moonbase-other/commit/b6957002b91d80d64758513275b74ec9af065e92

menu-cache: version bumped to 0.7.0.

I use a partial libfm install (libfm-extra) to avoid a circular dependency.
---
  lxde/menu-cache/DETAILS      | +5/-5     
  lxde/menu-cache/POST_INSTALL | +7/-0     
  lxde/menu-cache/PRE_BUILD    | +8/-0     
  3 files changed, 20 insertions(+), 5 deletions(-)

--- a/lxde/menu-cache/DETAILS
+++ b/lxde/menu-cache/DETAILS
@@ -1,11 +1,11 @@
           MODULE=menu-cache
-         VERSION=0.5.1
-          SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://sourceforge.net/projects/lxde/files/menu-cache/menu-cache%200.5.x/
-      SOURCE_VFY=sha1:9580ee33966d112ed421f2c523b0730ad69e109d
+         VERSION=0.7.0
+          SOURCE=$MODULE-$VERSION.tar.xz
+      SOURCE_URL=$SFORGE_URL/lxde/$MODULE/
+      SOURCE_VFY=sha256:13ce07c84475bdefa71e320deb7f8837120819bd4b5dbd42b85a509625999373
         WEB_SITE=http://lxde.org
          ENTERED=20090713
-         UPDATED=20140320
+         UPDATED=20141013
            SHORT="Cache management to speedup menus in LXDE"
       MAINTAINER=florin at lunar-linux.org
 
--- /dev/null
+++ b/lxde/menu-cache/POST_INSTALL
@@ -0,0 +1,7 @@
+# After the module-cache install we remove libfm-extra (if installed)
+# and install libfm instead.
+
+if module_installed libfm-extra; then
+  lrm libfm-extra ;
+  lin libfm
+fi
--- /dev/null
+++ b/lxde/menu-cache/PRE_BUILD
@@ -0,0 +1,8 @@
+# There is a circular denendency of menu-cache with libfm.
+# In order to solve it we install libfm-extra if libfm is not already installed.
+
+if !(module_installed libfm || module_installed libfm-extra); then
+  lin libfm-extra
+fi
+
+default_pre_build




More information about the Lunar-commits mailing list