mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
a8d1573efa
commit
e77b295a94
4 changed files with 14 additions and 12 deletions
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue