Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=d25f819e639a80df54d5b528f958e6ad4cff538e

commit d25f819e639a80df54d5b528f958e6ad4cff538e
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Mon Aug 1 15:02:01 2011 +0200

lxde.sh
*clean up

diff --git a/source/include/lxde.sh b/source/include/lxde.sh
index 5fdafb7..4977fc1 100644
--- a/source/include/lxde.sh
+++ b/source/include/lxde.sh
@@ -14,40 +14,25 @@
# --------------------------------------------------
# pkgname=menu-cache
# pkgver=0.3.2
-# pkgrel=1
# pkgdesc="library creating and utilizing caches to speed up the manipulation 
for freedesktop.org defined application menus"
# depends=('glib2')
# makedepends=('intltool')
# options=('scriptlet')
# groups=('xlib-extra')
# archs=('i686' 'x86_64' 'ppc')
-# _F_lxde_sep="%20"
# Finclude lxde
# sha1sums=('1c92ae19326a18ca9ce588704a5d8e746a8ec244')
# --------------------------------------------------
#
# == OPTIONS
-# * _F_lxde_name (defaults to $pkgname): if you want to use a custom package
-# name (for example the upstream name contains uppercase letters) then use this
-# to declare the real name
+# * _Fuse_gtk3 build package with gtk3 support
+# _Fuse_gtk3="n" for disable gtk3 support
###

-#only use by up2date
-if [ -z "$_F_lxde_name" ]; then
-       _F_lxde_name=$pkgname
-fi
-if [ -z "$_F_lxde_dir" ]; then
-       _F_lxde_dir=$_F_lxde_name
-fi
-if [ -z "$_F_lxde_sep" ]; then
-       _F_lxde_sep="-"
-fi
-if [ -z "$_Fuse_Sourceforge" ]; then
-       _Fuse_Sourceforge="n"
-fi
if [ -z "$_Fuse_gtk3" ]; then
Fconfopts="${Fconfopts[@]} --enable-gtk3"
fi
+
###
# == OVERWRITTEN VARIABLES
# * up2date
@@ -56,18 +41,10 @@ fi
###

_F_sourceforge_dirname="lxde"
-if [[ "$_Fuse_Sourceforge" == "y" ]] ; then
-       _F_sourceforge_name=$_F_lxde_name
-       _F_sourceforge_sep=$_F_lxde_sep
-fi
-
+_F_sourceforge_rss_limit=300
Finclude sourceforge
url="http://lxde.org/";

-if [[ "$_Fuse_Sourceforge" == "n" ]] ; then
-       up2date="lynx -dump 
http://sourceforge.net/projects/lxde/files/$_F_lxde_dir/ | grep 
'http.*lxde/.*$_F_lxde_dir/.*/$' |sed 's|.*/\(.*\)/|\1|;q' | sed 
's|${_F_lxde_name}${_F_lxde_sep}||'"
-fi
-
###
# == APPENDED VARIABLES
# * lxde-desktop to groups()
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to