academic/gelemental: remove unnecessary patch

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Petar Petrov 2021-05-18 16:20:02 +03:00 committed by Willy Sudiarto Raharjo
parent d5eb75058c
commit 103e8ef659
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 2 additions and 17 deletions

View file

@ -1,12 +0,0 @@
diff -Naur gelemental-1.2.0.orig/src/dialogs.cc gelemental-1.2.0/src/dialogs.cc
--- gelemental-1.2.0.orig/src/dialogs.cc 2007-09-25 06:49:33.000000000 +0200
+++ gelemental-1.2.0/src/dialogs.cc 2017-07-27 21:45:34.356776770 +0200
@@ -247,7 +247,7 @@
const Gtk::TreePath& tpath, bool)
{
Gtk::TreeIter iter = store->get_iter (tpath);
- return iter ? iter->get_value (cols.property) : false;
+ return iter ? static_cast<bool>(iter->get_value (cols.property)) : false;
}

View file

@ -2,7 +2,7 @@
# Slackware build script for gelemental
# Copyright 2011-2019 Petar Petrov slackalaxy@gmail.com
# Copyright 2011-2021 Petar Petrov slackalaxy@gmail.com
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -70,9 +70,6 @@ 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 {} \;
# Fix for the newer gcc
patch -p1 -i $CWD/gcc.patch
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS -std=c++11" \
./configure \

View file

@ -1,6 +1,6 @@
PRGNAM="gelemental"
VERSION="2.0.0"
HOMEPAGE="http://freecode.com/projects/gelemental"
HOMEPAGE="https://github.com/ginggs/gelemental/"
DOWNLOAD="https://github.com/ginggs/gelemental/archive/v2.0.0/gelemental-2.0.0.tar.gz"
MD5SUM="8d38d7599b0f2fc96e2bd622cd762b9a"
DOWNLOAD_x86_64=""