system/omnidb-app: Updated for version 2.15.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
73aa594b93
commit
5366de2834
|
@ -27,33 +27,19 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=omnidb-app
|
||||
VERSION=${VERSION:-2.14.0}
|
||||
VERSION=${VERSION:-2.15.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
ARCH=x86_64
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i586" ] || [ "$ARCH" = "i686" ]; then
|
||||
DEBARCH="i386"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
DEBARCH="amd64"
|
||||
LIBDIRSUFFIX="64"
|
||||
else
|
||||
echo "$ARCH is not supported."
|
||||
exit 1
|
||||
fi
|
||||
DEBARCH="amd64"
|
||||
LIBDIRSUFFIX="64"
|
||||
|
||||
set -e
|
||||
|
||||
|
@ -68,11 +54,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 {} \;
|
||||
|
||||
# I removed the following line from the file "omnidb-app.SlackBuild" because
|
||||
# it was breaking the app
|
||||
# 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
|
||||
|
||||
sed -i -e "s#Icon=omnidb#Icon=/usr/share/icons/hicolor/128x128/apps/omnidb.png#" \
|
||||
$PKG/usr/share/applications/omnidb-app.desktop
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="omnidb-app"
|
||||
VERSION="2.14.0"
|
||||
VERSION="2.15.0"
|
||||
HOMEPAGE="https://omnidb.org/en/"
|
||||
DOWNLOAD="https://omnidb.org/dist/2.14.0/omnidb-app_2.14.0-debian-i386.deb"
|
||||
MD5SUM="2fea6d3ee30695b2d440f1712fa64019"
|
||||
DOWNLOAD_x86_64="https://omnidb.org/dist/2.14.0/omnidb-app_2.14.0-debian-amd64.deb"
|
||||
MD5SUM_x86_64="bd2cd3296513ec468f319598370155f2"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://omnidb.org/dist/2.15.0/omnidb-app_2.15.0-debian-amd64.deb"
|
||||
MD5SUM_x86_64="0d210c2cd4bf5f687ea4a7b96f7930d4"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Gabriel Diniz Gisoldo"
|
||||
EMAIL="gabrielgisoldi@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue