33 Commits

Author SHA1 Message Date
Schrijvers Luc
588fa2f359 kparts6, trigger build (#13142) 2025-10-29 07:11:15 +00:00
Schrijvers Luc
49512d5567 KDE frameworks, bump to 6.19.0 part4 (#13116) 2025-10-28 13:20:20 +01:00
Schrijvers Luc
42f9c649a1 Small change to trigger builds for 32bit (#12582) 2025-07-13 15:05:35 +00:00
Schrijvers Luc
6a505ed508 KF6 frameworks update to 6.16.0, part 5 (#12577) 2025-07-12 07:25:42 +00:00
Schrijvers Luc
7d531ad057 KDE frameworks, bump to 6.13.0 (#12181) 2025-04-15 17:58:29 +00:00
Schrijvers Luc
6083fdd19f KF6 frameworks, part5 (#11798) 2025-02-19 10:46:22 +00:00
Schrijvers Luc
37821cb60c KF6 frameworks, bump to 6.9.0 Part5 (#11457) 2024-12-16 18:34:32 +01:00
Schrijvers Luc
5228fa9d6e KF6 frameworks, bump to 6.7.0 (#11280) 2024-10-29 18:52:51 +01:00
Schrijvers Luc
babaf360c0 kf6 frameworks, push bulk version bump nr5 (#10954) 2024-08-28 11:10:06 +00:00
Schrijvers Luc
b0c1747210 Add KF6 frameworks, kparts6 (#10522) 2024-05-29 12:39:35 +02:00
Gerasim Troeglazov
f5cd180a10 kparts: bump version 2024-03-02 09:59:04 +10:00
Gerasim Troeglazov
2926c607b8 kparts: bump version 2022-05-09 16:26:01 +10:00
Sergei Reznikov
8c048bc521 kde-frameworks: trigger rebuild 2021-10-31 13:54:26 +03:00
Sergei Reznikov
ab19526ca5 kde-frameworks: bump to 5.86.0 2021-10-31 10:36:09 +03:00
waddlesplash
4f180bdb94 Utilize the new "all" ARCHITECTURES keyword in most recipes. (#6189)
x86_64 is used as a baseline: the "x86_64" entry, whatever status it has,
is transformed into "all", and then the other entries in ARCHITECTURES
either dropped or rearranged appropriately.
2021-09-15 15:40:18 -04:00
Sergei Reznikov
d9b840344c kde-frameworks: bump to 5.80.0 2021-03-18 22:17:26 +03:00
Sergei Reznikov
78f092acc7 kde-frameworks: bump to 5.80.0 2021-03-18 21:56:23 +03:00
Sergei Reznikov
01324bf355 kde-frameworks: bump revision 2020-12-15 17:20:40 +03:00
Sergei Reznikov
f8509f4872 kde-frameworks: bump for rebuild 2019-12-16 16:20:02 +03:00
Sergei Reznikov
1fb6f24150 kde-frameworks: bump revision 2019-12-15 16:06:39 +03:00
Sergei Reznikov
be47a80033 kde-frameworks: bump revision 2019-02-19 13:10:03 +03:00
Sergei Reznikov
f420c513b2 kde-frameworks: bump to 5.55.0 2019-02-15 16:45:18 +03:00
Sergei Reznikov
576613e979 kde-frameworks: bump to 5.50.0 2018-09-12 15:11:01 +03:00
Jerome Duval
9c42229dbd kde-*: reorder sections. 2018-08-09 09:56:15 +02:00
Sergei Reznikov
00f88d102c kde-frameworks: don't hardcode extra_cmake_modules version 2018-06-20 15:38:08 +03:00
Sergei Reznikov
212e1c1112 kde-frameworks: bump extra_cmake_modules build requires 2018-06-20 14:12:43 +03:00
Sergei Reznikov
fec70057f4 kde-frameworks: bump to 5.47.0 2018-06-20 14:01:06 +03:00
Sergei Reznikov
b242e15ec4 kde-frameworks: bump to 5.46.0 2018-05-13 19:46:48 +03:00
Sergei Reznikov
c35f90461f kde-frameworks: fix BUILD_REQUIRES 2018-04-18 01:17:09 +03:00
Sergei Reznikov
a26720a2a3 kde-frameworks: bump to 5.45.0
* for future reference batch git rename was done using this command:
find . -maxdepth 3 -type f -name '*5.39*.recipe' | grep -v 1 | a
while read fname; do git mv $fname ${fname//5.39/5.45}; done

(don't forget to repeat for .patchset files)

* batch CHECKSUM_SHA256 update was done using this script:

cd haikuports
tar --exclude download --exclude work* -zcvf kde-frameworks-`date '+%Y-%m-%d-%H-%M-%S'`.tgz kde-frameworks/

find /home/haikuports/kde-frameworks -maxdepth 2 -name "*5.39*.recipe" | while read FNAME; do \

portVersion=5.45.0 ; source $FNAME ; echo $SOURCE_URI $FNAME ;
echo `curl -s -L $SOURCE_URI | sha256sum | head -c 64`
sed -i "s/$CHECKSUM_SHA256/`curl -s -L $SOURCE_URI | sha256sum | head -c 64`/" $FNAME ; done

* the recipes were built in this order

hp extra_cmake_modules
hp phonon
hp karchive
hp kcodecs
hp kconfig
hp kcoreaddons
hp kdbusaddons
hp kguiaddons
hp ki18n
hp kitemmodels
hp kitemviews
hp kwidgetsaddons
hp kwindowsystem
hp solid
hp sonnet
hp threadweaver
hp kauth
hp kcompletion
hp kcrash
hp kdoctools
hp kunitconversion
hp kconfigwidgets
hp kservice
hp kglobalaccel
hp kpackage
hp kemoticons
hp kiconthemes
hp kjobwidgets
hp knotifications
hp ktextwidgets
hp kxmlgui
hp kbookmarks
hp kwallet
hp kio
hp kdeclarative
hp kcmutils
hp kinit
hp knotifyconfig
hp kparts
hp kactivities
hp kded
hp kdesignerplugin
hp breeze_icons
hp kdelibs4support
hp kross
hp kdiagram
2018-04-17 18:28:59 +03:00
Jerome Duval
6d214f6f20 kde-frameworks: add extra-cmake-modules version requires. 2017-10-22 15:18:56 +02:00
Jerome Duval
a9f072df15 kde-frameworks: bump to 5.39.0.
add Qt version requires.
2017-10-22 14:52:33 +02:00
Sergei Reznikov
a1de2b8e0a Bring KDE Frameworks 5.38.0 to Haiku
* base library set for ongoing KDE apps
* some apps need more libs to be ported which will come later
2017-10-11 16:47:02 +03:00