diff options
Diffstat (limited to 'desktop/lxde-common/lxde-common.SlackBuild')
-rw-r--r-- | desktop/lxde-common/lxde-common.SlackBuild | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/desktop/lxde-common/lxde-common.SlackBuild b/desktop/lxde-common/lxde-common.SlackBuild index 2825976229..9fe073b421 100644 --- a/desktop/lxde-common/lxde-common.SlackBuild +++ b/desktop/lxde-common/lxde-common.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # $Id: lxde-common.SlackBuild,v 1.5 2009/09/11 20:36:29 root Exp root $ # Copyright (c) 2008-2009 Eric Hameleers, Eindhoven, NL -# Copyright 2010-2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2010-2025 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Permission to use, copy, modify, and distribute this software for @@ -59,6 +59,8 @@ # * Update. # 0.99.2: 09/dec/2016 by Matteo Bernardini <ponce@slackbuilds.org> # * Update. +# 0.99.3: 11/apr/2025 by Matteo Bernardini <ponce@slackbuilds.org> +# * Update. # # Run 'sh lxde-common.SlackBuild' to build a Slackware package. # The package is created in /tmp . @@ -69,7 +71,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=lxde-common -VERSION=${VERSION:-0.99.2} +VERSION=${VERSION:-0.99.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -84,9 +86,6 @@ fi DOCS="AUTHORS COPYING INSTALL ChangeLog NEWS README" -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -160,10 +159,6 @@ mkdir -p $PKG/usr/share/apps/kdm/sessions # patch desktop.conf to use the Tango icon theme sed -i -e 's#nuoveXT2#Tango#' $PKG/etc/xdg/lxsession/LXDE/desktop.conf || exit 1 -# this option is deprecated upstream -sed -i -e 's#^su_cmd.*$##' \ - $PKG/etc/xdg/pcmanfm/LXDE/pcmanfm.conf || exit 1 - # preserve modified config files mv $PKG/etc/xdg/lxsession/LXDE/desktop.conf \ $PKG/etc/xdg/lxsession/LXDE/desktop.conf.new |