Commit Graph

9 Commits

Author SHA1 Message Date
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
Gerasim Troeglazov
cefd3ca95d kplotting: add recipe for version 5.39.0 2017-11-16 20:22:12 +10:00