Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input leap #255

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
16 changes: 16 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
SBo-git - slackbuilds repository for slackware-current
- - -

this is an unofficial fork of master branch from slackbuilds.org's
git repository (http://slackbuilds.org/cgit/slackbuilds/).

here I put my unofficial mods to their slackbuilds to run on
slackware-current with sbopkg (http://www.sbopkg.org).

Check https://github.com/Ponce/slackbuilds/wiki for additional informations.

See https://github.com/Ponce/slackbuilds/wiki/configuring-the-current-repository-with-sbopkg
for instructions on how to use this repository with sbopkg.

original README from slackbuilds.org follows:
---------------------------------------------

See https://slackbuilds.org/howto/ for instructions on
how to use the contents of this directory.
Expand Down
3 changes: 3 additions & 0 deletions academic/EMBASSY/EMBASSY.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,9 @@ make install DESTDIR=$PKG

# Build MSE
cd $TMP/$PRGNAM-$VERSION/$MSE
# Use sed to fix the ncurses issue in mse.c
sed -i 's/Display->_maxx/COLS/' src/mse.c || exit 1
sed -i 's/Display->_maxy/LINES/' src/mse.c || exit 1
CFLAGS="$SLKCFLAGS $LIBDIRPATH" \
CXXFLAGS="$SLKCFLAGS $LIBDIRPATH" \
LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}/EMBOSS" \
Expand Down
2 changes: 1 addition & 1 deletion academic/WordNet/WordNet.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ CXXFLAGS="$SLKCFLAGS" \
--datadir=/usr/share/wordnet \
--build=$ARCH-slackware-linux

make CFLAGS="$CFLAGS -DUSE_INTERP_RESULT"
make CFLAGS="$CFLAGS -DUSE_INTERP_RESULT -std=c89"
make install-strip DESTDIR=$PKG
gzip -9 $PKG/usr/man/man*/*

Expand Down
2 changes: 1 addition & 1 deletion academic/bedtools/bedtools.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=bedtools
DIRNAM=bedtools2
VERSION=${VERSION:-2.31.0}
VERSION=${VERSION:-2.31.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down
6 changes: 3 additions & 3 deletions academic/bedtools/bedtools.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="bedtools"
VERSION="2.31.0"
VERSION="2.31.1"
HOMEPAGE="http://bedtools.readthedocs.org/"
DOWNLOAD="https://github.com/arq5x/bedtools2/releases/download/v2.31.0/bedtools-2.31.0.tar.gz"
MD5SUM="d840193968e345947b076eaa322a9420"
DOWNLOAD="https://github.com/arq5x/bedtools2/releases/download/v2.31.1/bedtools-2.31.1.tar.gz"
MD5SUM="d1eb463c07c0753a4ee3af614b2ae387"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
Expand Down
4 changes: 2 additions & 2 deletions academic/cutadapt/cutadapt.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=cutadapt
VERSION=${VERSION:-1.14}
VERSION=${VERSION:-4.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down Expand Up @@ -85,7 +85,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a CHANGES.rst CITATION LICENSE README.rst $PKG/usr/doc/$PRGNAM-$VERSION
cp -a CHANGES.rst LICENSE README.rst $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

mkdir -p $PKG/install
Expand Down
6 changes: 3 additions & 3 deletions academic/cutadapt/cutadapt.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="cutadapt"
VERSION="1.14"
VERSION="4.9"
HOMEPAGE="https://pypi.python.org/pypi/cutadapt/"
DOWNLOAD="https://pypi.python.org/packages/16/e3/06b45eea35359833e7c6fac824b604f1551c2fc7ba0f2bd318d8dd883eb9/cutadapt-1.14.tar.gz"
MD5SUM="57403c3794aa940699df3032a5e9b208"
DOWNLOAD="https://files.pythonhosted.org/packages/cb/15/85799e7fa1dfb86b8f79f8f98902b28003a054c46447a0580f21e535dbf3/cutadapt-4.9.tar.gz"
MD5SUM="8642bd2807ab04cb6207e6c72f595a6d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="xopen"
Expand Down
23 changes: 0 additions & 23 deletions academic/labplot2/README

This file was deleted.

14 changes: 0 additions & 14 deletions academic/labplot2/doinst.sh

This file was deleted.

129 changes: 0 additions & 129 deletions academic/labplot2/labplot2.SlackBuild

This file was deleted.

10 changes: 0 additions & 10 deletions academic/labplot2/labplot2.info

This file was deleted.

19 changes: 0 additions & 19 deletions academic/labplot2/slack-desc

This file was deleted.

2 changes: 2 additions & 0 deletions academic/staden/staden.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ 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 {} \;

sed -i '11i #include <xalloc.h>' stops/stops.c

# Make sure libraries path is correct.
sed -i "s:$STADENROOT/lib:$STADENROOT/lib${LIBDIRSUFFIX}:g" \
global.mk staden.profile
Expand Down
1 change: 1 addition & 0 deletions academic/stellarium/stellarium.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ cd build
-DPYTHON_EXECUTABLE=/usr/bin/python3 \
-DCMAKE_INSTALL_LIBDIR=/usr/lib${LIBDIRSUFFIX} \
-DCMAKE_INSTALL_MANDIR=/usr/man \
-DPREFER_SYSTEM_INDILIB=NO \
-DCMAKE_BUILD_TYPE=Release ..
make
make install DESTDIR=$PKG
Expand Down
11 changes: 0 additions & 11 deletions academic/stellarsolver/README

This file was deleted.

7 changes: 0 additions & 7 deletions academic/stellarsolver/doinst.sh

This file was deleted.

19 changes: 0 additions & 19 deletions academic/stellarsolver/slack-desc

This file was deleted.

10 changes: 0 additions & 10 deletions academic/stellarsolver/stellarsolver.info

This file was deleted.

1 change: 1 addition & 0 deletions accessibility/flite/flite.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ done
# "cd -", as they don't nest.
( cd doc
# build the HTML docs.
sed -i -e "s|html/flite\ |html/flite_html |" -e "s|html/flite\;|html/flite_html;|" -e "s|html/flite/|html/flite_html/|" Makefile
make $PRGNAM.html
( cd html

Expand Down
2 changes: 2 additions & 0 deletions audio/SuperCollider/SuperCollider.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+

patch -p1 < $CWD/supercollider-3.12.2-libsndfile-110-compat.patch

# Pass AVAHI=yes to the script to enable avahi support
if [ "${AVAHI:-no}" = "yes" ]; then avahi="OFF"; else avahi="ON"; fi

Expand Down
Loading
Loading