libraries/totem-pl-parser: Updated for v 3.26.6. New Maintainer.

Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Bob Funk 2023-04-13 00:32:19 +01:00 committed by Willy Sudiarto Raharjo
parent a8d1573efa
commit e77b295a94
No known key found for this signature in database
GPG key ID: 3F617144D7238786
4 changed files with 14 additions and 12 deletions

View file

@ -1,4 +1,3 @@
The totem playlist parser is a simple GObject-based library to parse a
host of playlist formats, as well as save those.
quvi is an optional dependency.

View file

@ -15,5 +15,5 @@ totem-pl-parser:
totem-pl-parser:
totem-pl-parser:
totem-pl-parser:
totem-pl-parser:
totem-pl-parser: https://gitlab.gnome.org/GNOME/totem-pl-parser
totem-pl-parser:

View file

@ -7,11 +7,14 @@
# 20220419 bkw: Modified by SlackBuilds.org, BUILD=2:
# - strip binaries/libraries.
# 20230408, Modified by Bob Funk: - Updated version to 3.26.6
# - Reset BUILD=1
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=totem-pl-parser
VERSION=${VERSION:-3.26.0}
BUILD=${BUILD:-2}
VERSION=${VERSION:-3.26.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -77,7 +80,7 @@ cd ..
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
AUTHORS COPYING.LIB MAINTAINERS NEWS README \
AUTHORS COPYING.LIB MAINTAINERS NEWS README.md \
$PKG/usr/doc/$PRGNAM-$VERSION
cd $PKG/usr/doc/$PRGNAM-$VERSION
ln -sf ../../share/gtk-doc/html/$PRGNAM html

View file

@ -1,10 +1,10 @@
PRGNAM="totem-pl-parser"
VERSION="3.26.0"
HOMEPAGE="https://git.gnome.org/browse/totem-pl-parser"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/totem-pl-parser-3.26.0.tar.xz"
MD5SUM="a1c92d40691884ca05a70cb9993b9b9a"
VERSION="3.26.6"
HOMEPAGE="https://gitlab.gnome.org/GNOME/totem-pl-parser"
DOWNLOAD="https://download.gnome.org/sources/totem-pl-parser/3.26/totem-pl-parser-3.26.6.tar.xz"
MD5SUM="69dc2cf0e61e6df71ed45156b24b14da"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="byteframe"
EMAIL="byteframe@gmail.com"
REQUIRES="libuchardet"
MAINTAINER="Bob Funk"
EMAIL="bobfunk11@gmail.com"