forked from Plemya-x/alr-repo
		
	kf6
This commit is contained in:
		| @@ -24,7 +24,7 @@ build() { | |||||||
|     -DCMAKE_INSTALL_PREFIX=/usr \ |     -DCMAKE_INSTALL_PREFIX=/usr \ | ||||||
|     -DBUILD_HTML_DOCS=ON \ |     -DBUILD_HTML_DOCS=ON \ | ||||||
|     -DBUILD_QTHELP_DOCS=ON |     -DBUILD_QTHELP_DOCS=ON | ||||||
|   cmake --build build |   cmake --build build -j$(($(nproc) - 1)) | ||||||
| } | } | ||||||
|  |  | ||||||
| package() { | package() { | ||||||
|   | |||||||
							
								
								
									
										40
									
								
								karchive/alr.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										40
									
								
								karchive/alr.sh
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,40 @@ | |||||||
|  | name='karchive' | ||||||
|  | version='6.7.0' | ||||||
|  | release='1' | ||||||
|  | desc='Qt addon providing access to numerous types of archives.' | ||||||
|  | homepage='https://community.kde.org/Frameworks' | ||||||
|  | maintainer_ru='Евгений Храмов <xpamych@yandex.ru>' | ||||||
|  | architectures=('amd64') | ||||||
|  | license=('LGPL-2.0-only' 'LGPL-3.0-only') | ||||||
|  |  | ||||||
|  | deps=( | ||||||
|  |     'bzip2' | ||||||
|  |     'libgcc' | ||||||
|  |     'glibc' | ||||||
|  |     'qt6-qtbase' | ||||||
|  |     'xz' | ||||||
|  |     'zlib' | ||||||
|  |     'zstd' | ||||||
|  | ) | ||||||
|  | build_deps=( | ||||||
|  |     'doxygen' | ||||||
|  |     'extra-cmake-modules' | ||||||
|  |     'qt6-doctools' | ||||||
|  |     'qt6-qttools-devel' | ||||||
|  |     'libzstd-devel' | ||||||
|  |     'bzip2-devel' | ||||||
|  | ) | ||||||
|  |  | ||||||
|  | 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 | ||||||
|  | } | ||||||
							
								
								
									
										41
									
								
								kbookmarks/alr.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										41
									
								
								kbookmarks/alr.sh
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,41 @@ | |||||||
|  | name='kbookmarks' | ||||||
|  | version='6.7.0' | ||||||
|  | release='1' | ||||||
|  | desc='Support for bookmarks and the XBEL format.' | ||||||
|  | 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' | ||||||
|  |     'kconfigwidgets' | ||||||
|  |     'kcoreaddons' | ||||||
|  |     'kwidgetaddons' | ||||||
|  |     'qt6-qtbase' | ||||||
|  | ) | ||||||
|  | build_deps=( | ||||||
|  |     'doxygen' | ||||||
|  |     'extra-cmake-modules' | ||||||
|  |     'qt6-doctools' | ||||||
|  |     'qt6-qttools-devel' | ||||||
|  | ) | ||||||
|  |  | ||||||
|  | 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 | ||||||
|  | } | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
							
								
								
									
										38
									
								
								kcodecs/alr.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										38
									
								
								kcodecs/alr.sh
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,38 @@ | |||||||
|  | name='kcodecs' | ||||||
|  | version='6.7.0' | ||||||
|  | release='1' | ||||||
|  | desc='Provide a collection of methods to manipulate strings using various encodings.' | ||||||
|  | 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' | ||||||
|  |     'qt6-qtbase' | ||||||
|  | ) | ||||||
|  | build_deps=( | ||||||
|  |     'doxygen' | ||||||
|  |     'extra-cmake-modules' | ||||||
|  |     'gperf' | ||||||
|  |     'qt6-doctools' | ||||||
|  |     'qt6-qttools-devel' | ||||||
|  | ) | ||||||
|  |  | ||||||
|  | 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 | ||||||
|  | } | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
							
								
								
									
										37
									
								
								kconfig/alr.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										37
									
								
								kconfig/alr.sh
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,37 @@ | |||||||
|  | name='kconfig' | ||||||
|  | version='6.7.0' | ||||||
|  | release='1' | ||||||
|  | desc='Configuration system.' | ||||||
|  | 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' | ||||||
|  |     'qt6-qtbase' | ||||||
|  |     'qt6-qtdeclarative' | ||||||
|  | ) | ||||||
|  | build_deps=( | ||||||
|  |     'doxygen' | ||||||
|  |     'extra-cmake-modules' | ||||||
|  |     'qt6-doctools' | ||||||
|  |     'qt6-qttools-devel' | ||||||
|  | ) | ||||||
|  |  | ||||||
|  | sources=("https://download.kde.org/stable/frameworks/${version%.*}/$name-$version.tar.xz") | ||||||
|  | checksums=('SKIP') | ||||||
|  |  | ||||||
|  | build() { | ||||||
|  |   cmake -B build -S $name-$version \ | ||||||
|  |     -DCMAKE_INSTALL_LIBEXECDIR=lib \ | ||||||
|  |     -DBUILD_TESTING=OFF \ | ||||||
|  |     -DBUILD_QCH=ON | ||||||
|  |   cmake --build build -j$(($(nproc) - 1)) | ||||||
|  | } | ||||||
|  |  | ||||||
|  | package() { | ||||||
|  |   DESTDIR="$pkgdir" cmake --install build | ||||||
|  | } | ||||||
|  |  | ||||||
							
								
								
									
										43
									
								
								kconfigwidgets/alr.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										43
									
								
								kconfigwidgets/alr.sh
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,43 @@ | |||||||
|  | name='kconfigwidgets' | ||||||
|  | version='6.7.0' | ||||||
|  | release='1' | ||||||
|  | desc='Widgets for KConfig.' | ||||||
|  | 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' | ||||||
|  |     'kcodecs' | ||||||
|  |     'kcolorscheme' | ||||||
|  |     'kconfig' | ||||||
|  |     'kcoreaddons' | ||||||
|  |     'ki18n' | ||||||
|  |     'kwidgetaddons' | ||||||
|  |     'qt6-qtbase' | ||||||
|  | ) | ||||||
|  | build_deps=( | ||||||
|  |     'doxygen' | ||||||
|  |     'extra-cmake-modules' | ||||||
|  |     'qt6-doctools' | ||||||
|  |     'qt6-qttools-devel' | ||||||
|  | ) | ||||||
|  |  | ||||||
|  | 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 | ||||||
|  | } | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
							
								
								
									
										42
									
								
								kcoreaddons/alr.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										42
									
								
								kcoreaddons/alr.sh
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,42 @@ | |||||||
|  | name='kcoreaddons' | ||||||
|  | version='6.7.0' | ||||||
|  | release='1' | ||||||
|  | desc='Addons to QtCore.' | ||||||
|  | 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' | ||||||
|  |     'qt6-qtbase' | ||||||
|  |     'systemd-libs' | ||||||
|  | ) | ||||||
|  | build_deps=( | ||||||
|  |     'doxygen' | ||||||
|  |     'extra-cmake-modules' | ||||||
|  |     'qt6-qtdeclarative' | ||||||
|  |     '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 | ||||||
|  | } | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
							
								
								
									
										42
									
								
								kcrash/alr.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										42
									
								
								kcrash/alr.sh
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,42 @@ | |||||||
|  | name='kcrash' | ||||||
|  | version='6.7.0' | ||||||
|  | release='1' | ||||||
|  | desc='Support for application crash analysis and bug report from apps.' | ||||||
|  | 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' | ||||||
|  |     'kcoreaddons' | ||||||
|  |     'libX11' | ||||||
|  |     'qt6-qtbase' | ||||||
|  | ) | ||||||
|  | build_deps=( | ||||||
|  |     'doxygen' | ||||||
|  |     'extra-cmake-modules' | ||||||
|  |     '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 | ||||||
|  | } | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
							
								
								
									
										46
									
								
								kdoctools/alr.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										46
									
								
								kdoctools/alr.sh
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,46 @@ | |||||||
|  | name='kdoctools' | ||||||
|  | version='6.7.0' | ||||||
|  | release='1' | ||||||
|  | desc='RDocumentation generation from docbook.' | ||||||
|  | homepage='https://community.kde.org/Frameworks' | ||||||
|  | maintainer_ru='Евгений Храмов <xpamych@yandex.ru>' | ||||||
|  | architectures=('amd64') | ||||||
|  | license=('LGPL-2.0-only' 'LGPL-3.0-only') | ||||||
|  |  | ||||||
|  | deps=( | ||||||
|  |     'docbook-style-xsl' | ||||||
|  |     'libgcc' | ||||||
|  |     'glibc' | ||||||
|  |     'karchive' | ||||||
|  |     'libxml2' | ||||||
|  |     'libxslt' | ||||||
|  |     'qt6-qtbase' | ||||||
|  |  | ||||||
|  | ) | ||||||
|  | build_deps=( | ||||||
|  |     'doxygen' | ||||||
|  |     'extra-cmake-modules' | ||||||
|  |     'ki18n' | ||||||
|  |     'perl-URI' | ||||||
|  |     'qt6-doctools' | ||||||
|  |     'qt6-qttools-devel' | ||||||
|  |     'libxslt-devel' | ||||||
|  |     'docbook-style-xsl' | ||||||
|  | ) | ||||||
|  |  | ||||||
|  | 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 \ | ||||||
|  |     -DDocBookXSL_DIR=/usr/share/sgml/docbook/xsl-stylesheets | ||||||
|  |   cmake --build build -j$(($(nproc) - 1)) | ||||||
|  | } | ||||||
|  |  | ||||||
|  | package() { | ||||||
|  |   DESTDIR="$pkgdir" cmake --install build | ||||||
|  | } | ||||||
|  |  | ||||||
|  |  | ||||||
							
								
								
									
										49
									
								
								kguiaddons/alr.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										49
									
								
								kguiaddons/alr.sh
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,49 @@ | |||||||
|  | name='kguiaddons' | ||||||
|  | version='6.7.0' | ||||||
|  | release='1' | ||||||
|  | desc='Addons to QtGui.' | ||||||
|  | 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' | ||||||
|  |     'libX11' | ||||||
|  |     'qt6-qtbase' | ||||||
|  |     'qt6-qtwayland' | ||||||
|  |     'wayland' | ||||||
|  | ) | ||||||
|  | build_deps=( | ||||||
|  |     'doxygen' | ||||||
|  |     'extra-cmake-modules' | ||||||
|  |     'plasma-wayland-protocols-devel' | ||||||
|  |     'qt6-qtbase-devel' | ||||||
|  |     'qt6-qtbase-gui' | ||||||
|  |     'qt6-qtmultimedia-devel' | ||||||
|  |     'qt6-qtwayland-devel' | ||||||
|  |     'qt6-qtdeclarative' | ||||||
|  |     '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 | ||||||
|  | } | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
							
								
								
									
										41
									
								
								ki18n/alr.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										41
									
								
								ki18n/alr.sh
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,41 @@ | |||||||
|  | name='ki18n' | ||||||
|  | version='6.7.0' | ||||||
|  | release='1' | ||||||
|  | desc='Advanced internationalization framework.' | ||||||
|  | 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' | ||||||
|  |     'iso-codes' | ||||||
|  |     'qt6-qtbase' | ||||||
|  |  | ||||||
|  | ) | ||||||
|  | build_deps=( | ||||||
|  |     'doxygen' | ||||||
|  |     'extra-cmake-modules' | ||||||
|  |     'python3' | ||||||
|  |     'qt6-qtdeclarative-devel' | ||||||
|  |     'qt6-doctools' | ||||||
|  |     'qt6-qttools-devel' | ||||||
|  | ) | ||||||
|  |  | ||||||
|  | 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 \ | ||||||
|  |     -DDocBookXSL_DIR=/usr/share/xml/docbook/xsl-stylesheets-nons | ||||||
|  |   cmake --build build -j$(($(nproc) - 1)) | ||||||
|  | } | ||||||
|  |  | ||||||
|  | package() { | ||||||
|  |   DESTDIR="$pkgdir" cmake --install build | ||||||
|  | } | ||||||
|  |  | ||||||
|  |  | ||||||
							
								
								
									
										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 | ||||||
|  | } | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
| @@ -30,10 +30,9 @@ checksums=('SKIP') | |||||||
|  |  | ||||||
| build() { | build() { | ||||||
|   cmake -B build -S $name-$version \ |   cmake -B build -S $name-$version \ | ||||||
|     -DCMAKE_INSTALL_PREFIX=/usr \ |     -DBUILD_TESTING=OFF \ | ||||||
|     -DBUILD_HTML_DOCS=ON \ |     -DBUILD_QCH=ON | ||||||
|     -DBUILD_QTHELP_DOCS=ON |   cmake --build build -j$(($(nproc) - 1)) | ||||||
|   cmake --build build |  | ||||||
| } | } | ||||||
|  |  | ||||||
| package() { | package() { | ||||||
|   | |||||||
							
								
								
									
										53
									
								
								solid/alr.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										53
									
								
								solid/alr.sh
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,53 @@ | |||||||
|  | name='solid' | ||||||
|  | version='6.7.0' | ||||||
|  | release='1' | ||||||
|  | desc='Hardware integration and detection.' | ||||||
|  | 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' | ||||||
|  |     'libimobiledevice' | ||||||
|  |     'libplist' | ||||||
|  |     'media-player-info' | ||||||
|  |     'qt6-qtbase' | ||||||
|  |     'systemd-libs' | ||||||
|  |     'udisks2' | ||||||
|  |     'upower' | ||||||
|  |     'util-linux' | ||||||
|  | ) | ||||||
|  | build_deps=( | ||||||
|  |     'doxygen' | ||||||
|  |     'extra-cmake-modules' | ||||||
|  |     'qt6-qtdeclarative' | ||||||
|  |     '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') | ||||||
|  |  | ||||||
|  | prepare() { | ||||||
|  |   cd $name-$version | ||||||
|  |   patch -p1 < /home/xpamych/IdeaProjects/xpamych-alr-repo/solid/wrong_argument_qchar.diff | ||||||
|  | } | ||||||
|  |  | ||||||
|  | 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