-
Notifications
You must be signed in to change notification settings - Fork 308
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
Showing
67 changed files
with
330 additions
and
231 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.