kf6
This commit is contained in:
		
							
								
								
									
										44
									
								
								kservice/alr.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										44
									
								
								kservice/alr.sh
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,44 @@ | ||||
| name='kservice' | ||||
| version='6.7.0' | ||||
| release='1' | ||||
| desc='Advanced plugin and service introspection.' | ||||
| homepage='https://community.kde.org/Frameworks' | ||||
| maintainer_ru='Евгений Храмов <xpamych@yandex.ru>' | ||||
| architectures=('amd64') | ||||
| license=('LGPL-2.0-only' 'LGPL-3.0-only') | ||||
|  | ||||
| deps=( | ||||
|     'libgcc' | ||||
|     'glibc' | ||||
|     'kconfig' | ||||
|     'kcoreaddons' | ||||
|     'ki18n' | ||||
|     'qt6-qtbase' | ||||
| ) | ||||
| build_deps=( | ||||
|     'doxygen' | ||||
|     'extra-cmake-modules' | ||||
|     'kdoctools' | ||||
|     'qt6-doctools' | ||||
|     'qt6-qttools-devel' | ||||
| ) | ||||
| opt_deps=( | ||||
|     'qt6-qtdeclarative: ktranscript plugin and QML bindings' | ||||
| ) | ||||
|  | ||||
| sources=("https://download.kde.org/stable/frameworks/${version%.*}/$name-$version.tar.xz") | ||||
| checksums=('SKIP') | ||||
|  | ||||
| build() { | ||||
|   cmake -B build -S $name-$version \ | ||||
|     -DBUILD_TESTING=OFF \ | ||||
|     -DBUILD_QCH=ON | ||||
|   cmake --build build -j$(($(nproc) - 1)) | ||||
| } | ||||
|  | ||||
| package() { | ||||
|   DESTDIR="$pkgdir" cmake --install build | ||||
| } | ||||
|  | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user