[packages/ka6-kdev-php] - updated to 24.08.0

witekfl witekfl at pld-linux.org
Fri Aug 23 20:53:36 CEST 2024


commit 56eced7dce853df4560f3b2b5f4362a6acbbcd0d
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Fri Aug 23 20:40:28 2024 +0200

    - updated to 24.08.0

 ka6-kdev-php.spec | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 97 insertions(+)
---
diff --git a/ka6-kdev-php.spec b/ka6-kdev-php.spec
new file mode 100644
index 0000000..d6ae5a1
--- /dev/null
+++ b/ka6-kdev-php.spec
@@ -0,0 +1,97 @@
+#
+# Conditional build:
+%bcond_with	tests		# build with tests
+
+%define		kdeappsver	24.08.0
+%define		kframever	5.103.0
+%define		qtver		5.15.2
+%define		kaname		kdev-php
+
+Summary:	KDE Integrated Development Environment - php
+Summary(pl.UTF-8):	Zintegrowane środowisko programisty dla KDE - php
+Name:		ka6-%{kaname}
+Version:	24.08.0
+Release:	1
+License:	GPL
+Group:		X11/Development/Tools
+Source0:	https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
+# Source0-md5:	9a5fa77490d0db99db79bdc6c5ecacb5
+URL:		http://www.kdevelop.org/
+BuildRequires:	Qt6Core-devel >= 5.15.2
+BuildRequires:	Qt6Gui-devel >= 5.15.2
+BuildRequires:	Qt6Test-devel
+BuildRequires:	Qt6Widgets-devel >= 5.15.2
+BuildRequires:	gettext-devel
+BuildRequires:	ka6-kdevelop-devel >= %{kdeappsver}
+BuildRequires:	ka6-kdevelop-pg-qt
+BuildRequires:	kf6-extra-cmake-modules >= 5.78.0
+BuildRequires:	kf6-kauth-devel >= 5.105.0
+BuildRequires:	kf6-kcodecs-devel >= 5.105.0
+BuildRequires:	kf6-kcompletion-devel >= 5.105.0
+BuildRequires:	kf6-kconfigwidgets-devel >= 5.105.0
+BuildRequires:	kf6-kcoreaddons-devel >= 5.105.0
+BuildRequires:	kf6-ki18n-devel >= 5.105.0
+BuildRequires:	kf6-kitemviews-devel >= 5.105.0
+BuildRequires:	kf6-kjobwidgets-devel >= 5.105.0
+BuildRequires:	kf6-kparts-devel >= 5.105.0
+BuildRequires:	kf6-kservice-devel >= 5.105.0
+BuildRequires:	kf6-ktexteditor-devel >= 5.91.0
+BuildRequires:	kf6-ktextwidgets-devel >= 5.105.0
+BuildRequires:	kf6-kwidgetsaddons-devel >= 5.105.0
+BuildRequires:	kf6-kxmlgui-devel >= 5.105.0
+BuildRequires:	kf6-solid-devel >= 5.105.0
+BuildRequires:	kf6-sonnet-devel >= 5.105.0
+BuildRequires:	kf6-syntax-highlighting-devel >= 5.105.0
+BuildRequires:	kf6-threadweaver-devel >= 5.91.0
+BuildRequires:	ninja
+BuildRequires:	pkgconfig
+BuildRequires:	rpmbuild(macros) >= 1.600
+Requires:	ka6-kdevelop
+Obsoletes:	ka5-%{kaname} < %{version}
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+KDE Integrated Development Environment - php.
+
+%prep
+%setup -q -n %{kaname}-%{version}
+
+%build
+%cmake \
+	-B build \
+	-G Ninja \
+	%{!?with_tests:-DBUILD_TESTING=OFF} \
+	-DKDE_INSTALL_DOCBUNDLEDIR=%{_kdedocdir} \
+	-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+	-DFORCE_BASH_COMPLETION_INSTALLATION=ON
+%ninja_build -C build
+
+%if %{with tests}
+ctest --test-dir build
+%endif
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%ninja_install -C build
+
+%find_lang %{kaname} --all-name --with-kde
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{kaname}.lang
+%defattr(644,root,root,755)
+%{_includedir}/kdev-php
+%{_libdir}/cmake/KDevPHP
+%attr(755,root,root) %{_libdir}/libkdevphpcompletion.so
+%attr(755,root,root) %{_libdir}/libkdevphpduchain.so
+%attr(755,root,root) %{_libdir}/libkdevphpparser.so
+%attr(755,root,root) %{_libdir}/qt6/plugins/kdevplatform/60/kdevphpdocs.so
+%attr(755,root,root) %{_libdir}/qt6/plugins/kdevplatform/60/kdevphplanguagesupport.so
+%attr(755,root,root) %{_libdir}/qt6/plugins/kdevplatform/60/kdevphpunitprovider.so
+%{_datadir}/kdevappwizard/templates/simple_phpapp.tar.bz2
+%dir %{_datadir}/kdevphpsupport
+%{_datadir}/kdevphpsupport/phpfunctions.php
+%{_datadir}/kdevphpsupport/phpunitdeclarations.php
+%{_datadir}/metainfo/org.kde.kdev-php.metainfo.xml
+%{_datadir}/qlogging-categories6/kdevphpsupport.categories
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka6-kdev-php.git/commitdiff/56eced7dce853df4560f3b2b5f4362a6acbbcd0d



More information about the pld-cvs-commit mailing list