31 Commits

Author SHA1 Message Date
Schrijvers Luc
94e17ffa6c KDE frameworks, bump to 6.19.0 part2 (#13118) 2025-10-28 13:19:53 +01:00
Schrijvers Luc
77e0b233aa KF6 frameworks update to 6.16.0, part 2 (#12574) 2025-07-12 07:24:55 +00:00
Schrijvers Luc
ff1a392834 KDE frameworks, bump to 6.13.0 (#12178) 2025-04-15 15:44:20 +00:00
Schrijvers Luc
b993bf31c5 KF6 frameworks, part2 (#11795) 2025-02-19 07:59:26 +00:00
Schrijvers Luc
bc79bc5a7a KF6 frameworks, bump to 6.9.0 Part2 (#11452) 2024-12-16 16:12:35 +01:00
Schrijvers Luc
a7f659cc86 KF6 frameworks, bump to 6.7.0 (#11278) 2024-10-29 15:37:11 +01:00
Schrijvers Luc
dbcc03df30 kdbusaddons6, bump version (#10946) 2024-08-28 08:07:42 +00:00
Schrijvers Luc
d2af71de6d Add KF6 frameworks, kdbusaddons6 (#10495) 2024-05-28 17:25:14 +02:00
Gerasim Troeglazov
de69718009 kdbusaddons: bump version 2024-02-29 20:49:15 +10:00
Gerasim Troeglazov
14a0cdb40b kdbusaddons: bump version 2022-05-09 11:43:19 +10:00
extrowerk
1395203b96 kdbusaddons: bump (#6630) 2022-02-23 10:25:35 +01: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
Jerome Duval
412eb2c23d kde-frameworks: code style. 2018-08-03 13:59:50 +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
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