packagekit: Update to 1.3.5

This commit is contained in:
2026-04-28 23:09:21 +02:00
parent e1ee8d2466
commit a8e59d9ba7
2 changed files with 12 additions and 9 deletions
+9 -6
View File
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=packagekit
VERSION=${VERSION:-1.2.6}
VERSION=${VERSION:-1.3.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -87,7 +87,7 @@ mkdir build
cd build
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
meson .. \
meson setup .. \
--buildtype=release \
--infodir=/usr/info \
--libdir=/usr/lib${LIBDIRSUFFIX} \
@@ -98,18 +98,21 @@ cd build
-Dsystemd=false \
-Doffline_update=false \
-Delogind=true \
-Dman_pages=false \
-Dpackaging_backend=dummy
"${NINJA:=ninja}"
DESTDIR=$PKG $NINJA install
cd ..
mv $PKG/usr/share/man $PKG/usr/man
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
# Manpages require docbook-xml-5.0, but the paths in catalog.xml in the SBo package seem to
# be broken.
# mv $PKG/usr/share/man $PKG/usr/man
# find $PKG/usr/man -type f -exec gzip -9 {} \;
# for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
AUTHORS COPYING HACKING MAINTAINERS NEWS README RELEASE \
AUTHORS COPYING COMMITMENT NEWS README.md RELEASE \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild