aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--academic/celestia/README3
-rw-r--r--academic/celestia/celestia.SlackBuild9
-rw-r--r--academic/celestia/celestia.info2
3 files changed, 9 insertions, 5 deletions
diff --git a/academic/celestia/README b/academic/celestia/README
index 1e99d61175..f829b2c5ce 100644
--- a/academic/celestia/README
+++ b/academic/celestia/README
@@ -7,5 +7,4 @@ untested. The KDE frontend hasn't been updated since kde3 times, so
it's practically non-functional.
Since the GTK frontend is the default, gtkglext is a required
-dependency. Further, lua53 is listed as required dependency, but lua
-or lua52 will work as well.
+dependency.
diff --git a/academic/celestia/celestia.SlackBuild b/academic/celestia/celestia.SlackBuild
index cb011a7901..457eba1a6e 100644
--- a/academic/celestia/celestia.SlackBuild
+++ b/academic/celestia/celestia.SlackBuild
@@ -22,12 +22,17 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# 20241024 bkw: Modified by SlackBuilds.org, BUILD=2:
+# - remove lua52, lua53 from README.
+# - remove useless ABOUT-NLS and empty NEWS from doc dir.
+# - bump BUILD to force sbopkg users to build against the new lua.
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=celestia
SRCNAM=Celestia
VERSION=${VERSION:-1.6.4}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -103,7 +108,7 @@ sed -i "s|celestia-gtk|celestia|" \
$PKG/usr/share/applications/celestia.desktop
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a ABOUT-NLS AUTHORS ChangeLog COPYING NEWS README TRANSLATORS \
+cp -a AUTHORS ChangeLog COPYING README TRANSLATORS \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/academic/celestia/celestia.info b/academic/celestia/celestia.info
index da12533526..25287f5adb 100644
--- a/academic/celestia/celestia.info
+++ b/academic/celestia/celestia.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/CelestiaProject/Celestia/archive/1.6.4/Celestia-1.6
MD5SUM="d4770ffe08cb8761a78bebabcb9067ef"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="gtkglext lua53"
+REQUIRES="gtkglext lua"
MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@slackbuilds.org"