mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/lxsession: Updated for version 20131103_0cdb35c.
Now includes lxpolkit and lxsession-edit Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
e295110a94
commit
493daee835
2 changed files with 11 additions and 5 deletions
|
@ -42,6 +42,9 @@
|
||||||
# * updated.
|
# * updated.
|
||||||
# 20111224_9e50fdf: 26/dec/2011 by Matteo Bernardini <ponce@slackbuilds.org>
|
# 20111224_9e50fdf: 26/dec/2011 by Matteo Bernardini <ponce@slackbuilds.org>
|
||||||
# * update.
|
# * update.
|
||||||
|
# 20131103_0cdb35c: 05/nov/2013 by Matteo Bernardini <ponce@slackbuilds.org>
|
||||||
|
# * update: now includes lxpolkit, lxsession-edit, lxlock,
|
||||||
|
# lxsession-default-apps and lxsettings-daemon.
|
||||||
#
|
#
|
||||||
# Run 'sh lxsession.SlackBuild' to build a Slackware package.
|
# Run 'sh lxsession.SlackBuild' to build a Slackware package.
|
||||||
# The package (.txz) plus descriptive .txt file are created in /tmp .
|
# The package (.txz) plus descriptive .txt file are created in /tmp .
|
||||||
|
@ -50,7 +53,7 @@
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
PRGNAM=lxsession
|
PRGNAM=lxsession
|
||||||
VERSION=${VERSION:-20111224_9e50fdf}
|
VERSION=${VERSION:-20131103_0cdb35c}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -111,6 +114,8 @@ CFLAGS="$SLKCFLAGS" \
|
||||||
--mandir=/usr/man \
|
--mandir=/usr/man \
|
||||||
--program-prefix= \
|
--program-prefix= \
|
||||||
--program-suffix= \
|
--program-suffix= \
|
||||||
|
--enable-buildin-clipboard \
|
||||||
|
--enable-buildin-polkit \
|
||||||
--build=$ARCH-slackware-linux
|
--build=$ARCH-slackware-linux
|
||||||
|
|
||||||
make
|
make
|
||||||
|
@ -126,6 +131,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||||
|
|
||||||
mkdir -p $PKG/install
|
mkdir -p $PKG/install
|
||||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||||
|
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||||
|
|
||||||
cd $PKG
|
cd $PKG
|
||||||
makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="lxsession"
|
PRGNAM="lxsession"
|
||||||
VERSION="20111224_9e50fdf"
|
VERSION="20131103_0cdb35c"
|
||||||
HOMEPAGE="http://wiki.lxde.org/en/LXSession"
|
HOMEPAGE="http://wiki.lxde.org/en/LXSession"
|
||||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/lxde/lxsession-20111224_9e50fdf.tar.xz"
|
DOWNLOAD="http://ponce.cc/slackware/sources/repo/lxde/lxsession-20131103_0cdb35c.tar.xz"
|
||||||
MD5SUM="1485ae36f04eaad5f95f5bd674affb45"
|
MD5SUM="e87c0a0ce5a358fdbb3f3e19acfc17a3"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES="vala"
|
||||||
MAINTAINER="Matteo Bernardini"
|
MAINTAINER="Matteo Bernardini"
|
||||||
EMAIL="ponce@slackbuilds.org"
|
EMAIL="ponce@slackbuilds.org"
|
||||||
|
|
Loading…
Reference in a new issue