aboutsummaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorErik Falor <ewfalor@gmail.com>2024-01-11 12:56:43 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-11 13:40:35 +0700
commit15621ceaef02e0b74fef190ee501c2588216d994 (patch)
tree5a3812e942cc5292620dc33b7deb772035b63f66 /libraries
parent53b42cef289857e707977d139ff0ac1feeb2e89f (diff)
libraries/python-efl: Updated for version 1.26.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/python-efl/README7
-rw-r--r--libraries/python-efl/python-efl.SlackBuild9
-rw-r--r--libraries/python-efl/python-efl.info6
3 files changed, 6 insertions, 16 deletions
diff --git a/libraries/python-efl/README b/libraries/python-efl/README
index 9da4bcb4e3956..92205d97b8e50 100644
--- a/libraries/python-efl/README
+++ b/libraries/python-efl/README
@@ -1,8 +1 @@
Python bindings for Elementary.
-
-This package supersedes the following packages:
-
- python-e_dbus python-elementary python-emotion
- python-ethumb python-evas
-
-Please remove the above packages before installing this one.
diff --git a/libraries/python-efl/python-efl.SlackBuild b/libraries/python-efl/python-efl.SlackBuild
index d4ca8b8d275a8..b3ab2633b623d 100644
--- a/libraries/python-efl/python-efl.SlackBuild
+++ b/libraries/python-efl/python-efl.SlackBuild
@@ -1,7 +1,8 @@
#!/bin/bash
# Slackware build script for python-efl
-# Erik Falor | Logan, UT, USA | ewfalor@gmail.com | July 2022
+# Erik Falor | Logan, UT, USA | ewfalor@gmail.com | January 2024
+# All rights reserved.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -24,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python-efl
-VERSION=${VERSION:-1.26.0}
+VERSION=${VERSION:-1.26.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -51,16 +52,12 @@ OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
- LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
- LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
- LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
- LIBDIRSUFFIX=""
fi
set -e
diff --git a/libraries/python-efl/python-efl.info b/libraries/python-efl/python-efl.info
index 5fbfa38d1ec25..63949a15898d2 100644
--- a/libraries/python-efl/python-efl.info
+++ b/libraries/python-efl/python-efl.info
@@ -1,8 +1,8 @@
PRGNAM="python-efl"
-VERSION="1.26.0"
+VERSION="1.26.1"
HOMEPAGE="https://www.enlightenment.org/"
-DOWNLOAD="https://download.enlightenment.org/rel/bindings/python/python-efl-1.26.0.tar.xz"
-MD5SUM="4831d2e723ac33633578d4845759c7cd"
+DOWNLOAD="https://download.enlightenment.org/rel/bindings/python/python-efl-1.26.1.tar.xz"
+MD5SUM="7305bf32704d478330d2571bac5bdccd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="efl"