diff options
Diffstat (limited to 'source/l')
-rw-r--r-- | source/l/gegl/gegl.LibRaw-0.21.x.diff | 11 | ||||
-rwxr-xr-x | source/l/gegl/gegl.SlackBuild | 5 | ||||
-rwxr-xr-x | source/l/libnotify/libnotify.SlackBuild | 4 |
3 files changed, 4 insertions, 16 deletions
diff --git a/source/l/gegl/gegl.LibRaw-0.21.x.diff b/source/l/gegl/gegl.LibRaw-0.21.x.diff deleted file mode 100644 index 940895474..000000000 --- a/source/l/gegl/gegl.LibRaw-0.21.x.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- ./operations/external/raw-load.c.orig 2022-11-13 08:56:59.000000000 -0600 -+++ ./operations/external/raw-load.c 2023-01-30 13:46:30.701021311 -0600 -@@ -114,7 +114,7 @@ - g_warning ("raw-load: Error Initializing raw library"); - else - { -- p->LibRaw->params.shot_select = o->image_num; -+ p->LibRaw->rawparams.shot_select = o->image_num; - - p->LibRaw->params.aber[0] = 1.0; - p->LibRaw->params.aber[2] = 1.0; diff --git a/source/l/gegl/gegl.SlackBuild b/source/l/gegl/gegl.SlackBuild index f408b0af7..673123432 100755 --- a/source/l/gegl/gegl.SlackBuild +++ b/source/l/gegl/gegl.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=gegl VERSION=${VERSION:-$(echo gegl-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -82,9 +82,6 @@ find . \ # later if it causes any unwanted side effects. zcat $CWD/gegl.no.runtime.dot.check.diff.gz | patch -p1 --verbose || exit 1 -# Patch for LibRaw-0.21.x ABI change: -zcat $CWD/gegl.LibRaw-0.21.x.diff.gz | patch -p1 --verbose || exit 1 - # Configure, build, and install: export CFLAGS="$SLKCFLAGS" export CXXFLAGS="$SLKCFLAGS" diff --git a/source/l/libnotify/libnotify.SlackBuild b/source/l/libnotify/libnotify.SlackBuild index 4e1a6c14e..5e1c842ad 100755 --- a/source/l/libnotify/libnotify.SlackBuild +++ b/source/l/libnotify/libnotify.SlackBuild @@ -107,7 +107,9 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION cp -a AUTHORS COPYING README $PKG/usr/doc/$PKGNAM-$VERSION -( cd $PKG/usr/doc/$PKGNAM-$VERSION ; ln -s ../../share/gtk-doc/html/libnotify html ) +if [ -d $PKG/usr/share/gtk-doc/html/libnotify ]; then + ( cd $PKG/usr/doc/$PKGNAM-$VERSION ; ln -s ../../share/gtk-doc/html/libnotify html ) +fi # If there's a ChangeLog, installing at least part of the recent history # is useful, but don't let it get totally out of control: |