mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
desktop/enlightenment: Updated for version 0.24.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0a12bf2bec
commit
44558a0e32
2 changed files with 21 additions and 18 deletions
|
@ -1,8 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for Enlightenment
|
||||
# Copyright 2018 Erik Falor <ewfalor@gmail.com>, Logan, Utah, USA
|
||||
# All rights reserved.
|
||||
# Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org
|
||||
# Erik Falor | Logan, UT, USA | ewfalor@gmail.com | August 2020
|
||||
|
||||
# Previously by Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org
|
||||
# Originally by Aleksandar Samardzic <asamardzic@gmail.com>
|
||||
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
|
@ -24,7 +25,7 @@
|
|||
# <http://www.gnu.org/licenses/>.
|
||||
|
||||
PRGNAM=enlightenment
|
||||
VERSION=${VERSION:-0.22.4}
|
||||
VERSION=${VERSION:-0.24.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -57,6 +58,8 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
DOCS="AUTHORS COPYING INSTALL NEWS README TODO"
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
|
@ -72,19 +75,18 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
meson . build \
|
||||
--prefix=/usr/ \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
-Dsystemd=false \
|
||||
-Dpam=false \
|
||||
-Dbuild-id=$ARCH-slackware-linux
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--mandir=/usr/man \
|
||||
--disable-static \
|
||||
--build=$ARCH-slackware-linux
|
||||
ninja -C build -v
|
||||
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
DESTDIR=$PKG ninja -C build install
|
||||
|
||||
# Don't clobber config files on upgrade
|
||||
mv $PKG/etc/enlightenment/sysactions.conf $PKG/etc/enlightenment/sysactions.conf.new
|
||||
|
@ -93,12 +95,13 @@ mv $PKG/etc/xdg/menus/e-applications.menu $PKG/etc/xdg/menus/e-applications.menu
|
|||
# Handle the xinitrc file
|
||||
mkdir -p $PKG/etc/X11/xinit
|
||||
cat $CWD/xinitrc.enlightenment > $PKG/etc/X11/xinit/xinitrc.enlightenment.new
|
||||
chmod +x $PKG/etc/X11/xinit/xinitrc.enlightenment.new
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="enlightenment"
|
||||
VERSION="0.22.4"
|
||||
VERSION="0.24.2"
|
||||
HOMEPAGE="https://www.enlightenment.org/"
|
||||
DOWNLOAD="https://download.enlightenment.org/rel/apps/enlightenment/enlightenment-0.22.4.tar.xz"
|
||||
MD5SUM="2444a699b4c995eb83c813aa555ca418"
|
||||
DOWNLOAD="https://download.enlightenment.org/rel/apps/enlightenment/enlightenment-0.24.2.tar.xz"
|
||||
MD5SUM="dffeea99a238c7f68b9e73a51fdf8be0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="efl"
|
||||
|
|
Loading…
Reference in a new issue