New package: libkscreen-5.4.2.
This commit is contained in:
parent
4f8077b950
commit
fceac3f045
3 changed files with 27 additions and 0 deletions
|
@ -2275,3 +2275,4 @@ libosgUtil.so.130 osg-3.4.0_1
|
||||||
libosgVolume.so.130 osg-3.4.0_1
|
libosgVolume.so.130 osg-3.4.0_1
|
||||||
libosgGA.so.130 osg-3.4.0_1
|
libosgGA.so.130 osg-3.4.0_1
|
||||||
libosgPresentation.so.130 osg-3.4.0_1
|
libosgPresentation.so.130 osg-3.4.0_1
|
||||||
|
libKF5Screen.so.6 libkscreen-5.4.2_1
|
||||||
|
|
1
srcpkgs/libkscreen-devel
Symbolic link
1
srcpkgs/libkscreen-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libkscreen
|
25
srcpkgs/libkscreen/template
Normal file
25
srcpkgs/libkscreen/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'libkscreen'
|
||||||
|
pkgname=libkscreen
|
||||||
|
version=5.4.2
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
configure_args="-DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DBUILD_TESTING=OFF"
|
||||||
|
hostmakedepends="cmake qt5-qmake pkg-config extra-cmake-modules"
|
||||||
|
makedepends="qt5-tools-devel qt5-x11extras-devel libXrandr-devel"
|
||||||
|
short_desc="KDE screen management software"
|
||||||
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
license="LGPL-2.1"
|
||||||
|
homepage="https://projects.kde.org/projects/extragear/libs/libkscreen"
|
||||||
|
distfiles="http://download.kde.org/stable/plasma/${version}/${pkgname}-${version}.tar.xz"
|
||||||
|
checksum=da2311e9cd4aac24f6545372b6084ed7d80b4e1adfd36836999fba7ea4105f5c
|
||||||
|
|
||||||
|
libkscreen-devel_package() {
|
||||||
|
short_desc+=" - development"
|
||||||
|
depends="${makedepends} ${sourcepkg}-${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/cmake
|
||||||
|
vmove usr/lib/qt5/mkspecs
|
||||||
|
vmove usr/lib/*.so
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue