summaryrefslogtreecommitdiffstats
path: root/system/tagainijisho
diff options
context:
space:
mode:
author Andrew Clemons2022-06-08 07:40:42 +0200
committer Willy Sudiarto Raharjo2022-06-11 03:58:57 +0200
commitf0d4b2db1c40b8188c0780b995071d9c62fbbdb9 (patch)
tree0e5e00075189b5d3bc5cd7da3249336877e47e47 /system/tagainijisho
parente544e8cc4c5876aa0b8c9643ca07bdc01f6f8a8f (diff)
downloadslackbuilds-f0d4b2db1c40b8188c0780b995071d9c62fbbdb9.tar.gz
system/tagainijisho: Updated for version 1.2.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/tagainijisho')
-rw-r--r--system/tagainijisho/tagainijisho.SlackBuild16
-rw-r--r--system/tagainijisho/tagainijisho.info18
2 files changed, 17 insertions, 17 deletions
diff --git a/system/tagainijisho/tagainijisho.SlackBuild b/system/tagainijisho/tagainijisho.SlackBuild
index 916f4e93ed..d8a83de145 100644
--- a/system/tagainijisho/tagainijisho.SlackBuild
+++ b/system/tagainijisho/tagainijisho.SlackBuild
@@ -27,10 +27,10 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=tagainijisho
-VERSION=${VERSION:-1.1.94}
-VERSION_JMDICT=${VERSION_JMDICT:-2021-10-01}
-VERSION_KANJIDIC2=${VERSION_KANJIDIC2:-2021-10-01}
-VERSION_KANJIVG=${VERSION_KANJIVG:-20160426}
+VERSION=${VERSION:-1.2.0}
+VERSION_JMDICT=${VERSION_JMDICT:-2022-04-01}
+VERSION_KANJIDIC2=${VERSION_KANJIDIC2:-2022-04-01}
+VERSION_KANJIVG=${VERSION_KANJIVG:-20220427}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -43,9 +43,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -103,12 +100,15 @@ cd build
make install/strip DESTDIR=$PKG
cd ..
-# Don't ship .la files:
rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la
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
+chmod 0644 $PKG/usr/share/applications/$PRGNAM.desktop
+mkdir -p $PKG/usr/share/metainfo
+mv $PKG/usr/share/applications/tagainijisho.appdata.xml $PKG/usr/share/metainfo
+
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
doc COPYING.txt Changelog README.md \
diff --git a/system/tagainijisho/tagainijisho.info b/system/tagainijisho/tagainijisho.info
index d64e8455d4..d11b7c52d7 100644
--- a/system/tagainijisho/tagainijisho.info
+++ b/system/tagainijisho/tagainijisho.info
@@ -1,14 +1,14 @@
PRGNAM="tagainijisho"
-VERSION="1.1.94"
+VERSION="1.2.0"
HOMEPAGE="https://www.tagaini.net/"
-DOWNLOAD="https://github.com/Gnurou/tagainijisho/archive/1.1.94/tagainijisho-1.1.94.tar.gz \
- https://github.com/KanjiVG/kanjivg/releases/download/r20160426/kanjivg-20160426.xml.gz \
- https://home.apache.org/~arfrever/distfiles/JMdict-2021-10-01.gz \
- https://home.apache.org/~arfrever/distfiles/kanjidic2-2021-10-01.xml.gz"
-MD5SUM="c7f5959e7fccfc006625f2a438555ce5 \
- d02a2b3e6680bc4687d93951da8d1664 \
- 337da17ab2af98c207ad1a78358f14e9 \
- 01a110003f67e5d9a60d8decd43ef7f3"
+DOWNLOAD="https://github.com/Gnurou/tagainijisho/archive/1.2.0/tagainijisho-1.2.0.tar.gz \
+ https://github.com/KanjiVG/kanjivg/releases/download/r20220427/kanjivg-20220427.xml.gz \
+ https://home.apache.org/~arfrever/distfiles/JMdict-2022-04-01.gz \
+ https://home.apache.org/~arfrever/distfiles/kanjidic2-2022-04-01.xml.gz"
+MD5SUM="f1e466457e2a2ccf1ac065b03f34366c \
+ e466d6df0bd9b46d0b30e7b7ad3f2b39 \
+ 13dbfe7f0fa24ed08136bc5733a6428b \
+ 06ae61c156637228cceddb21c4f63310"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""