0
0
Fork 0
Commit Graph

26 Commits

Author SHA1 Message Date
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
Augustin Cavalier e23e9be3cf Bump revisions of all packages that depend on OpenSSL. 2020-03-19 20:08:50 -04: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 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
Sergei Reznikov 5037895350 kdelibs4support: disable tests to fix build with recent Qt 2017-12-06 07:25:51 +03:00
Gerasim Troeglazov 973c901cf3 kdelibs4support: remove secondaryArchSuffix for uri 2017-11-16 22:29:02 +10:00
Gerasim Troeglazov cea293a1bb kdelibs4support: bump revision 2017-11-16 19:50:33 +10: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