system/omnidb-app: Updated for version 2.10.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
f2fa1617fc
commit
c25d56df49
|
@ -27,7 +27,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=omnidb-app
|
||||
VERSION=${VERSION:-2.9.0}
|
||||
VERSION=${VERSION:-2.10.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -68,8 +68,10 @@ 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 {} \;
|
||||
|
||||
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
|
||||
# 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.9.0"
|
||||
VERSION="2.10.0"
|
||||
HOMEPAGE="https://omnidb.org/en/"
|
||||
DOWNLOAD="https://omnidb.org/dist/2.9.0/omnidb-app_2.9.0-debian-i386.deb"
|
||||
MD5SUM="e2b018e5391602887af52d569848dd9a"
|
||||
DOWNLOAD_x86_64="https://omnidb.org/dist/2.9.0/omnidb-app_2.9.0-debian-amd64.deb"
|
||||
MD5SUM_x86_64="070822f39b5154de7dfaaab1816d9d32"
|
||||
DOWNLOAD="https://omnidb.org/dist/2.10.0/omnidb-app_2.10.0-debian-i386.deb"
|
||||
MD5SUM="20966bbe879681bc919da56fcbdc625e"
|
||||
DOWNLOAD_x86_64="https://omnidb.org/dist/2.10.0/omnidb-app_2.10.0-debian-amd64.deb"
|
||||
MD5SUM_x86_64="efaddadfe37576c3d7e173f3b7053e52"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Gabriel Diniz Gisoldo"
|
||||
EMAIL="gabrielgisoldi@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue