mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
dolphin, dolphin-plugins: fix shlibs provider.
This commit is contained in:
parent
821cc91a44
commit
4c14dbc511
3 changed files with 3 additions and 4 deletions
|
@ -3978,4 +3978,4 @@ libkpathsea.so.6 texlive-20200406_1
|
||||||
libtexluajit.so.2 texlive-LuaTeX-20200406_1
|
libtexluajit.so.2 texlive-LuaTeX-20200406_1
|
||||||
libtexlua53.so.5 texlive-LuaTeX-20200406_1
|
libtexlua53.so.5 texlive-LuaTeX-20200406_1
|
||||||
libptexenc.so.1 texlive-20200406_1
|
libptexenc.so.1 texlive-20200406_1
|
||||||
libdolphinvcs.so.5 dolphin-plugins-20.04.2_1
|
libdolphinvcs.so.5 dolphin-20.04.3_1
|
||||||
|
|
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'dolphin-plugins'
|
# Template file for 'dolphin-plugins'
|
||||||
pkgname=dolphin-plugins
|
pkgname=dolphin-plugins
|
||||||
version=20.04.3
|
version=20.04.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="extra-cmake-modules gettext qt5-qmake qt5-host-tools kcoreaddons kconfig"
|
hostmakedepends="extra-cmake-modules gettext qt5-qmake qt5-host-tools kcoreaddons kconfig"
|
||||||
makedepends="qt5-devel kxmlgui-devel kio-devel ktexteditor-devel dolphin"
|
makedepends="qt5-devel kxmlgui-devel kio-devel ktexteditor-devel dolphin"
|
||||||
depends="dolphin"
|
|
||||||
short_desc="Plugins to integrate Dolphin with various revision control systems"
|
short_desc="Plugins to integrate Dolphin with various revision control systems"
|
||||||
maintainer="Domenico Panella <pandom79@gmail.com>"
|
maintainer="Domenico Panella <pandom79@gmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dolphin'
|
# Template file for 'dolphin'
|
||||||
pkgname=dolphin
|
pkgname=dolphin
|
||||||
version=20.04.3
|
version=20.04.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_TESTING=OFF"
|
configure_args="-DBUILD_TESTING=OFF"
|
||||||
hostmakedepends="extra-cmake-modules python3 qt5-qmake qt5-host-tools
|
hostmakedepends="extra-cmake-modules python3 qt5-qmake qt5-host-tools
|
||||||
|
|
Loading…
Add table
Reference in a new issue