Package Details: resvg 0.40.0-1

Git Clone URL: https://aur.archlinux.org/resvg.git (read-only, click to copy)
Package Base: resvg
Description: SVG rendering library and CLI
Upstream URL: https://github.com/RazrFalcon/resvg
Licenses: MPL2
Submitter: flying-sheep
Maintainer: flying-sheep
Last Packager: flying-sheep
Votes: 23
Popularity: 0.21
First Submitted: 2018-05-24 11:10 (UTC)
Last Updated: 2024-02-17 14:38 (UTC)

Dependencies (13)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

alerque commented on 2022-01-26 13:47 (UTC)

There are a number of things that could use cleaning up with this packaging. Can you review the Rust package guidelines because there are a number of things that can be fixed such as prefetching dependencies, running tests, building with the right lock options, etc. that need attention. Additionally please desist with the msg2 business (that's a deprecated private function that's going away) and just don't output anything that isn't part of the upstream build output. The scripting is kind of convoluted too, it takes more code to setup a conditional and call extra processes than it would to just manually run the two correct commands in the appropriate directories.

flying-sheep commented on 2021-02-17 14:02 (UTC) (edited on 2021-02-17 14:04 (UTC) by flying-sheep)

No, you read that incorrectly.

As you can see, kio is both a build dependency and an optional dependency. That’s because a component of this package links against kio, and therefore needs kio when this package is being built or if you need that component.

Build this package and remove the unneeded build dependencies afterwards via:

makepkg -si
sudo pacman -Sc

Even the installed size of the deps is less than 100MB. For me that would add 18 seconds to the build time.

$ LANG=C pacman -Qi karchive kauth kbookmarks kcodecs kcompletion kconfig kconfigwidgets kcoreaddons kcrash kdbusaddons kded kglobalaccel kguiaddons ki18n kiconthemes kio kitemviews kjobwidgets knotifications kservice ktextwidgets kwallet kwidgetsaddons kwindowsystem kxmlgui | \
  grep 'Installed Size' | cut -d' ' -f 5-6 | sed 's| ||;s|B$||' | \
  LANG=C numfmt --from=iec-i | awk '{s+=$1} END {print s}' | numfmt --to=iec
91M

BuZZ-dEE commented on 2021-02-09 07:31 (UTC)

Is it correct, that resvg has all these KDE dependencies?:

karchive-5.78.0-1 kauth-5.78.0-1 kbookmarks-5.78.0-1 kcodecs-5.78.0-1 kcompletion-5.78.0-2 kconfig-5.78.0-1 kconfigwidgets-5.78.0-1 kcoreaddons-5.78.0-1 kcrash-5.78.0-1 kdbusaddons-5.78.0-1 kded-5.78.0-1 kglobalaccel-5.78.0-1 kguiaddons-5.78.0-1 ki18n-5.78.0-1 kiconthemes-5.78.0-1 kio-5.78.0-3 kitemviews-5.78.0-1 kjobwidgets-5.78.0-1 knotifications-5.78.0-1 kservice-5.78.0-1 ktextwidgets-5.78.0-1 kwallet-5.78.0-1 kwidgetsaddons-5.78.0-1 kwindowsystem-5.78.0-1 kxmlgui-5.78.0-1

rien333 commented on 2021-01-05 12:01 (UTC)

That worked. Sorry, I always forget to run rustup update.

flying-sheep commented on 2021-01-05 10:56 (UTC) (edited on 2021-01-05 10:57 (UTC) by flying-sheep)

@rien333 see here: https://github.com/RazrFalcon/rustybuzz/issues/24

You need to update Rust to at least 1.45 apparently.

rien333 commented on 2021-01-04 12:00 (UTC)

Thanks for the recent update! Unfortunately, I'm getting this error about halfway compiling:

...
   Compiling memmap2 v0.1.0
   Compiling rustybuzz v0.3.0
   Compiling fontdb v0.5.1
error[E0277]: the trait bound `char: std::iter::Step` is not satisfied
   --> /home/rw/.cargo/registry/src/github.com-1ecc6299db9ec823/rustybuzz-0.3.0/src/fallback.rs:450:26
    |
450 |                 for u in '0'..='9' {
    |                          ^^^^^^^^^ the trait `std::iter::Step` is not implemented for `char`
    |
    = note: required because of the requirements on the impl of `std::iter::Iterator` for `std::ops::RangeInclusive<char>`

   Compiling flate2 v1.0.19
error: aborting due to previous error

For more information about this error, try `rustc --explain E0277`.
error: could not compile `rustybuzz`.

To learn more, run the command again with --verbose.
==> ERROR: A failure occurred in build().
    Aborting...
error making: resvg

nyanpasu64 commented on 2020-11-03 13:18 (UTC)

I can't get it to build:

The following warnings were emitted during compilation:

warning: clang-10: error: unknown argument: '-fvar-tracking-assignments'
warning: clang-10: error: unknown argument: '-fvar-tracking-assignments'
warning: clang-10: error: unknown argument: '-fvar-tracking-assignments'
warning: clang-10: error: unknown argument: '-fvar-tracking-assignments'
warning: clang-10: error: unknown argument: '-fvar-tracking-assignments'

error: failed to run custom build command for `tiny-skia v0.1.0`

Caused by:
  process didn't exit successfully: `/home/nyanpasu64/.cache/yay/resvg/src/resvg-0.11.0/target/release/build/tiny-skia-066268c03211979b/build-script-build` (exit code: 1)
  --- stdout
  cargo:rerun-if-env-changed=SKIA_DIR
  cargo:rerun-if-env-changed=SKIA_LIB_DIR
  TARGET = Some("x86_64-unknown-linux-gnu")
  OPT_LEVEL = Some("3")
  HOST = Some("x86_64-unknown-linux-gnu")
  CXX_x86_64-unknown-linux-gnu = None
  CXX_x86_64_unknown_linux_gnu = None
  HOST_CXX = None
  CXX = Some("clang++")
  CXXFLAGS_x86_64-unknown-linux-gnu = None
  CXXFLAGS_x86_64_unknown_linux_gnu = None
  HOST_CXXFLAGS = None
  CXXFLAGS = Some("-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -g -fvar-tracking-assignments -fdebug-prefix-map=/home/nyanpasu64/.cache/yay/resvg/src=/usr/src/debug")
  CRATE_CC_NO_DEFAULTS = None
  DEBUG = Some("false")
  running: "clang++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=x86_64-unknown-linux-gnu" "-march=x86-64" "-mtune=generic" "-O2" "-pipe" "-fno-plt" "-g" "-fvar-tracking-assignments" "-fdebug-prefix-map=/home/nyanpasu64/.cache/yay/resvg/src=/usr/src/debug" "-I" "skia" "-I" "skia/include/third_party/skcms" "-I" "skia-c" "-std=c++17" "-fPIC" "-fno-exceptions" "-fno-rtti" "-fstrict-aliasing" "-fvisibility=hidden" "-fdata-sections" "-ffunction-sections" "-fvisibility-inlines-hidden" "-Wno-unused-function" "-Wno-unused-parameter" "-Wno-unused-private-field" "-DSK_DEBUG=1" "-o" "/home/nyanpasu64/.cache/yay/resvg/src/resvg-0.11.0/target/release/build/tiny-skia-b655a227c00daeed/out/skia/src/core/SkAlphaRuns.o" "-c" "skia/src/core/SkAlphaRuns.cpp"
  running: "clang++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=x86_64-unknown-linux-gnu" "-march=x86-64" "-mtune=generic" "-O2" "-pipe" "-fno-plt" "-g" "-fvar-tracking-assignments" "-fdebug-prefix-map=/home/nyanpasu64/.cache/yay/resvg/src=/usr/src/debug" "-I" "skia" "-I" "skia/include/third_party/skcms" "-I" "skia-c" "-std=c++17" "-fPIC" "-fno-exceptions" "-fno-rtti" "-fstrict-aliasing" "-fvisibility=hidden" "-fdata-sections" "-ffunction-sections" "-fvisibility-inlines-hidden" "-Wno-unused-function" "-Wno-unused-parameter" "-Wno-unused-private-field" "-DSK_DEBUG=1" "-o" "/home/nyanpasu64/.cache/yay/resvg/src/resvg-0.11.0/target/release/build/tiny-skia-b655a227c00daeed/out/skia/src/core/SkArenaAlloc.o" "-c" "skia/src/core/SkArenaAlloc.cpp"
  running: "clang++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=x86_64-unknown-linux-gnu" "-march=x86-64" "-mtune=generic" "-O2" "-pipe" "-fno-plt" "-g" "-fvar-tracking-assignments" "-fdebug-prefix-map=/home/nyanpasu64/.cache/yay/resvg/src=/usr/src/debug" "-I" "skia" "-I" "skia/include/third_party/skcms" "-I" "skia-c" "-std=c++17" "-fPIC" "-fno-exceptions" "-fno-rtti" "-fstrict-aliasing" "-fvisibility=hidden" "-fdata-sections" "-ffunction-sections" "-fvisibility-inlines-hidden" "-Wno-unused-function" "-Wno-unused-parameter" "-Wno-unused-private-field" "-DSK_DEBUG=1" "-o" "/home/nyanpasu64/.cache/yay/resvg/src/resvg-0.11.0/target/release/build/tiny-skia-b655a227c00daeed/out/skia/src/core/SkAnalyticEdge.o" "-c" "skia/src/core/SkAnalyticEdge.cpp"
  running: "clang++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=x86_64-unknown-linux-gnu" "-march=x86-64" "-mtune=generic" "-O2" "-pipe" "-fno-plt" "-g" "-fvar-tracking-assignments" "-fdebug-prefix-map=/home/nyanpasu64/.cache/yay/resvg/src=/usr/src/debug" "-I" "skia" "-I" "skia/include/third_party/skcms" "-I" "skia-c" "-std=c++17" "-fPIC" "-fno-exceptions" "-fno-rtti" "-fstrict-aliasing" "-fvisibility=hidden" "-fdata-sections" "-ffunction-sections" "-fvisibility-inlines-hidden" "-Wno-unused-function" "-Wno-unused-parameter" "-Wno-unused-private-field" "-DSK_DEBUG=1" "-o" "/home/nyanpasu64/.cache/yay/resvg/src/resvg-0.11.0/target/release/build/tiny-skia-b655a227c00daeed/out/skia/src/core/SkAAClip.o" "-c" "skia/src/core/SkAAClip.cpp"
  cargo:warning=clang-10: error: unknown argument: '-fvar-tracking-assignments'
  cargo:warning=clang-10: error: unknown argument: '-fvar-tracking-assignments'
  exit code: 1
  exit code: 1
  running: "clang++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=x86_64-unknown-linux-gnu" "-march=x86-64" "-mtune=generic" "-O2" "-pipe" "-fno-plt" "-g" "-fvar-tracking-assignments" "-fdebug-prefix-map=/home/nyanpasu64/.cache/yay/resvg/src=/usr/src/debug" "-I" "skia" "-I" "skia/include/third_party/skcms" "-I" "skia-c" "-std=c++17" "-fPIC" "-fno-exceptions" "-fno-rtti" "-fstrict-aliasing" "-fvisibility=hidden" "-fdata-sections" "-ffunction-sections" "-fvisibility-inlines-hidden" "-Wno-unused-function" "-Wno-unused-parameter" "-Wno-unused-private-field" "-DSK_DEBUG=1" "-o" "/home/nyanpasu64/.cache/yay/resvg/src/resvg-0.11.0/target/release/build/tiny-skia-b655a227c00daeed/out/skia/src/core/SkBitmapCache.o" "-c" "skia/src/core/SkBitmapCache.cpp"
  cargo:warning=clang-10: error: unknown argument: '-fvar-tracking-assignments'
  cargo:warning=clang-10: error: unknown argument: '-fvar-tracking-assignments'
  exit code: 1
  exit code: 1
  cargo:warning=clang-10: error: unknown argument: '-fvar-tracking-assignments'
  exit code: 1

  --- stderr


  error occurred: Command "clang++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=x86_64-unknown-linux-gnu" "-march=x86-64" "-mtune=generic" "-O2" "-pipe" "-fno-plt" "-g" "-fvar-tracking-assignments" "-fdebug-prefix-map=/home/nyanpasu64/.cache/yay/resvg/src=/usr/src/debug" "-I" "skia" "-I" "skia/include/third_party/skcms" "-I" "skia-c" "-std=c++17" "-fPIC" "-fno-exceptions" "-fno-rtti" "-fstrict-aliasing" "-fvisibility=hidden" "-fdata-sections" "-ffunction-sections" "-fvisibility-inlines-hidden" "-Wno-unused-function" "-Wno-unused-parameter" "-Wno-unused-private-field" "-DSK_DEBUG=1" "-o" "/home/nyanpasu64/.cache/yay/resvg/src/resvg-0.11.0/target/release/build/tiny-skia-b655a227c00daeed/out/skia/src/core/SkAAClip.o" "-c" "skia/src/core/SkAAClip.cpp" with args "clang++" did not execute successfully (status code exit code: 1).

flying-sheep commented on 2020-10-19 10:04 (UTC)

@lyra, well you need to configure a default toolchain if you use rustup. (If you use cargo from the rust package, it should work immediately)

lyra commented on 2020-10-13 12:07 (UTC)

Hi! I can't install any of resvg* packages. Here is log:

[lyra@lyrathink ~]$ yay resvg
4 aur/resvg-qt 0.9.1-1 (+0 0.00) (Out-of-date: 2020-09-08)
    SVG rendering library and CLI (Linked against Qt)
3 aur/resvg-cairo 0.9.1-1 (+4 0.07) (Out-of-date: 2020-09-08)
    SVG rendering library and CLI (Linked against cairo)
2 aur/resvg-git 0.9.0.r11.ge207cc3-1 (+7 0.00)
    SVG rendering library and CLI
1 aur/resvg 0.9.1-1 (+14 1.16) (Out-of-date: 2020-09-08)
    SVG rendering library and CLI
==> Packages to install (eg: 1 2 3, 1-3 or ^4)
==> 1
:: Checking for conflicts...
:: Checking for inner conflicts...
[Repo Make:28]  media-player-info-24-2  solid-5.75.0-1  kcoreaddons-5.75.0-1  kjobwidgets-5.75.0-1  kdbusaddons-5.75.0-1  kconfig-5.75.0-1  kcrash-5.75.0-1  kglobalaccel-5.75.0-1  kauth-5.75.0-1  kcodecs-5.75.0-1  kguiaddons-5.75.0-1  ki18n-5.75.0-1  kconfigwidgets-5.75.0-1  kitemviews-5.75.0-1  karchive-5.75.0-1  kiconthemes-5.75.0-1  attica-5.75.0-1  kxmlgui-5.75.0-1  kbookmarks-5.75.0-1  qt5-speech-5.15.1-1  knotifications-5.75.0-1  kservice-5.75.0-1  kwallet-5.75.0-1  kcompletion-5.75.0-1  sonnet-5.75.0-1  ktextwidgets-5.75.0-1  kded-5.75.0-1  kio-5.75.0-1
[Aur:1]  resvg-0.9.1-1

==> Remove make dependencies after install? [y/N] y
  1 resvg                                    (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==>
:: PKGBUILD up to date, Skipping (1/1): resvg
  1 resvg                                    (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==>
:: (1/1) Parsing SRCINFO: resvg
resolving dependencies...
looking for conflicting packages...

Packages (28) attica-5.75.0-1  karchive-5.75.0-1  kauth-5.75.0-1
              kbookmarks-5.75.0-1  kcodecs-5.75.0-1  kcompletion-5.75.0-1
              kconfig-5.75.0-1  kconfigwidgets-5.75.0-1  kcoreaddons-5.75.0-1
              kcrash-5.75.0-1  kdbusaddons-5.75.0-1  kded-5.75.0-1
              kglobalaccel-5.75.0-1  kguiaddons-5.75.0-1  ki18n-5.75.0-1
              kiconthemes-5.75.0-1  kio-5.75.0-1  kitemviews-5.75.0-1
              kjobwidgets-5.75.0-1  knotifications-5.75.0-1  kservice-5.75.0-1
              ktextwidgets-5.75.0-1  kwallet-5.75.0-1  kxmlgui-5.75.0-1
              media-player-info-24-2  qt5-speech-5.15.1-1  solid-5.75.0-1
              sonnet-5.75.0-1

Total Installed Size:  78.96 MiB

:: Proceed with installation? [Y/n]
(28/28) checking keys in keyring                   [#####################] 100%
(28/28) checking package integrity                 [#####################] 100%
(28/28) loading package files                      [#####################] 100%
(28/28) checking for file conflicts                [#####################] 100%
(28/28) checking available disk space              [#####################] 100%
:: Processing package changes...
( 1/28) installing media-player-info               [#####################] 100%
( 2/28) installing solid                           [#####################] 100%
Optional dependencies for solid
    qt5-declarative: QML bindings [installed]
( 3/28) installing kcoreaddons                     [#####################] 100%
Optional dependencies for kcoreaddons
    python-pyqt5: for the Python bindings [installed]
( 4/28) installing kjobwidgets                     [#####################] 100%
Optional dependencies for kjobwidgets
    python-pyqt5: for the Python bindings [installed]
( 5/28) installing kdbusaddons                     [#####################] 100%
Optional dependencies for kdbusaddons
    python-pyqt5: for the Python bindings [installed]
( 6/28) installing kconfig                         [#####################] 100%
Optional dependencies for kconfig
    python-pyqt5: for the Python bindings [installed]
( 7/28) installing kcrash                          [#####################] 100%
Optional dependencies for kcrash
    drkonqi: KDE crash handler application
( 8/28) installing kglobalaccel                    [#####################] 100%
( 9/28) installing kauth                           [#####################] 100%
Optional dependencies for kauth
    python-pyqt5: for the Python bindings [installed]
(10/28) installing kcodecs                         [#####################] 100%
Optional dependencies for kcodecs
    python-pyqt5: for the Python bindings [installed]
(11/28) installing kguiaddons                      [#####################] 100%
Optional dependencies for kguiaddons
    python-pyqt5: for the Python bindings [installed]
(12/28) installing ki18n                           [#####################] 100%
Optional dependencies for ki18n
    python-pyqt5: for the Python bindings [installed]
    python: to compile .ts files [installed]
(13/28) installing kconfigwidgets                  [#####################] 100%
Optional dependencies for kconfigwidgets
    python-pyqt5: for the Python bindings [installed]
    perl: for preparetips5 [installed]
(14/28) installing kitemviews                      [#####################] 100%
Optional dependencies for kitemviews
    python-pyqt5: for the Python bindings [installed]
(15/28) installing karchive                        [#####################] 100%
(16/28) installing kiconthemes                     [#####################] 100%
Optional dependencies for kiconthemes
    breeze-icons: fallback icon theme
(17/28) installing attica                          [#####################] 100%
(18/28) installing kxmlgui                         [#####################] 100%
(19/28) installing kbookmarks                      [#####################] 100%
(20/28) installing qt5-speech                      [#####################] 100%
Optional dependencies for qt5-speech
    flite: flite TTS backend
    speech-dispatcher: speech-dispatcher TTS backend
(21/28) installing knotifications                  [#####################] 100%
(22/28) installing kservice                        [#####################] 100%
(23/28) installing kwallet                         [#####################] 100%
Optional dependencies for kwallet
    kwalletmanager: Configuration GUI
(24/28) installing kcompletion                     [#####################] 100%
Optional dependencies for kcompletion
    python-pyqt5: for the Python bindings [installed]
(25/28) installing sonnet                          [#####################] 100%
Optional dependencies for sonnet
    hunspell: spell checking via hunspell [installed]
    aspell: spell checking via aspell [installed]
    hspell: spell checking for Hebrew
    libvoikko: Finnish support via Voikko
(26/28) installing ktextwidgets                    [#####################] 100%
(27/28) installing kded                            [#####################] 100%
(28/28) installing kio                             [#####################] 100%
Optional dependencies for kio
    kio-extras: extra protocols support (sftp, fish and more)
    kdoctools: for the help kioslave
    knetattach: to add new kio-remote entries
    kio-fuse: to mount remote filesystems via FUSE
:: Running post-transaction hooks...
(1/6) Updating udev hardware database...
(2/6) Reloading device manager configuration...
(3/6) Arming ConditionNeedsUpdate...
(4/6) Reloading system bus configuration...
(5/6) Updating the desktop file MIME type cache...
(6/6) Updating the MIME type database...
==> Making package: resvg 0.9.1-1 (Tue 13 Oct 2020 03:01:44 PM MSK)
==> Retrieving sources...
  -> Found resvg-0.9.1.tar.gz
  -> Found qt-5.15.patch
==> Validating source files with sha256sums...
    resvg-0.9.1.tar.gz ... Passed
    qt-5.15.patch ... Passed
 -> kio not satisfied, flushing install queue
==> Making package: resvg 0.9.1-1 (Tue 13 Oct 2020 03:01:45 PM MSK)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found resvg-0.9.1.tar.gz
  -> Found qt-5.15.patch
==> Validating source files with sha256sums...
    resvg-0.9.1.tar.gz ... Passed
    qt-5.15.patch ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting resvg-0.9.1.tar.gz with bsdtar
==> Starting prepare()...
patching file bindings/resvg-qt/cpp/qt_capi.cpp
==> Sources are ready.
==> Making package: resvg 0.9.1-1 (Tue 13 Oct 2020 03:01:48 PM MSK)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Removing existing $pkgdir/ directory...
==> Starting build()...
  -> Building capi
error: no override and no default toolchain set
==> ERROR: A failure occurred in build().
    Aborting...
checking dependencies...
:: libreoffice-fresh optionally requires kio: for KF5 KDE desktop integration
:: python-pyqt5 optionally requires qt5-speech: QtTextToSpeech
:: vlc optionally requires kwallet: kwallet keystore

Packages (28) attica-5.75.0-1  karchive-5.75.0-1  kauth-5.75.0-1
              kbookmarks-5.75.0-1  kcodecs-5.75.0-1  kcompletion-5.75.0-1
              kconfig-5.75.0-1  kconfigwidgets-5.75.0-1  kcoreaddons-5.75.0-1
              kcrash-5.75.0-1  kdbusaddons-5.75.0-1  kded-5.75.0-1
              kglobalaccel-5.75.0-1  kguiaddons-5.75.0-1  ki18n-5.75.0-1
              kiconthemes-5.75.0-1  kio-5.75.0-1  kitemviews-5.75.0-1
              kjobwidgets-5.75.0-1  knotifications-5.75.0-1  kservice-5.75.0-1
              ktextwidgets-5.75.0-1  kwallet-5.75.0-1  kxmlgui-5.75.0-1
              media-player-info-24-2  qt5-speech-5.15.1-1  solid-5.75.0-1
              sonnet-5.75.0-1

Total Removed Size:  78.96 MiB

:: Do you want to remove these packages? [Y/n]
:: Processing package changes...
( 1/28) removing kio                               [#####################] 100%
( 2/28) removing kded                              [#####################] 100%
( 3/28) removing ktextwidgets                      [#####################] 100%
( 4/28) removing sonnet                            [#####################] 100%
( 5/28) removing kcompletion                       [#####################] 100%
( 6/28) removing kwallet                           [#####################] 100%
( 7/28) removing kservice                          [#####################] 100%
( 8/28) removing knotifications                    [#####################] 100%
( 9/28) removing qt5-speech                        [#####################] 100%
(10/28) removing kbookmarks                        [#####################] 100%
(11/28) removing kxmlgui                           [#####################] 100%
(12/28) removing attica                            [#####################] 100%
(13/28) removing kiconthemes                       [#####################] 100%
(14/28) removing karchive                          [#####################] 100%
(15/28) removing kitemviews                        [#####################] 100%
(16/28) removing kconfigwidgets                    [#####################] 100%
(17/28) removing ki18n                             [#####################] 100%
(18/28) removing kguiaddons                        [#####################] 100%
(19/28) removing kcodecs                           [#####################] 100%
(20/28) removing kauth                             [#####################] 100%
(21/28) removing kglobalaccel                      [#####################] 100%
(22/28) removing kcrash                            [#####################] 100%
(23/28) removing kconfig                           [#####################] 100%
(24/28) removing kdbusaddons                       [#####################] 100%
(25/28) removing kjobwidgets                       [#####################] 100%
(26/28) removing kcoreaddons                       [#####################] 100%
(27/28) removing solid                             [#####################] 100%
(28/28) removing media-player-info                 [#####################] 100%
:: Running post-transaction hooks...
(1/6) Updating udev hardware database...
(2/6) Reloading device manager configuration...
(3/6) Arming ConditionNeedsUpdate...
(4/6) Reloading system bus configuration...
(5/6) Updating the desktop file MIME type cache...
(6/6) Updating the MIME type database...

flying-sheep commented on 2020-06-13 19:37 (UTC)

Ah there’s a 0.9.1, thanks, updated!