63 lines
No EOL
2.5 KiB
Bash
Executable file
63 lines
No EOL
2.5 KiB
Bash
Executable file
#!/bin/sh
|
|
|
|
#./build.sh kf6-kcodecs.spec && \
|
|
#./build.sh kf6-kconfigwidgets.spec && \
|
|
#./build.sh kf6-kiconthemes.spec && \
|
|
#./build.sh kf6-kxmlgui.spec && \
|
|
#./build.sh kf6-kbookmarks.spec --nowait && \
|
|
#./buildall.sh sonic-frameworks-windowsystem.spec && \
|
|
#./buildall.sh sonic-frameworks-auth.spec --nowait && \
|
|
#./build.sh kf6-kservice.spec && \
|
|
#./build.sh kf6-kholidays.spec --nowait && \
|
|
#./build.sh kf6-kidletime.spec --nowait && \
|
|
#./build.sh kf6-kirigami.spec --nowait && \
|
|
#./build.sh kf6-kquickcharts.spec --nowait && \
|
|
#./build.sh kf6-kunitconversion.spec --nowait && \
|
|
#./build.sh kf6-kuserfeedback.spec --nowait && \
|
|
#./build.sh kf6-sonnet.spec --nowait && \
|
|
#./build.sh kf6-prison.spec --nowait && \
|
|
#./build.sh kf6-networkmanager-qt.spec --nowait && \
|
|
#./build.sh kf6-kcompletion.spec && \
|
|
#./build.sh kf6-ktextwidgets.spec --nowait && \
|
|
|
|
# --- NYE PAKKER START (KF6 TIER 1 - Uafhængige i denne liste) ---
|
|
#./build.sh kf6-attica.spec --nowait && \
|
|
#./build.sh kf6-bluez-qt.spec --nowait && \
|
|
#./build.sh kf6-kcalendarcore.spec --nowait && \
|
|
#./build.sh kf6-kcontacts.spec --nowait && \
|
|
#./build.sh kf6-kdnssd.spec --nowait && \
|
|
#./build.sh kf6-kimageformats.spec --nowait && \
|
|
#./build.sh kf6-ktexttemplate.spec --nowait && \
|
|
#./build.sh kf6-modemmanager-qt.spec --nowait && \
|
|
#./build.sh kf6-networkmanager-qt.spec --nowait && \
|
|
#./build.sh kf6-prison.spec --nowait && \
|
|
#./build.sh kf6-threadweaver.spec --nowait && \
|
|
#./build.sh kf6-syndication.spec --nowait && \
|
|
|
|
# --- KF6 TIER 2 & 3 (Nu kommer afhængighederne) ---
|
|
#./build.sh kf6-kstatusnotifieritem.spec --nowait && \
|
|
#./build.sh kf6-kpackage.spec --nowait && \
|
|
#./build.sh kf6-ksvg.spec --nowait && \
|
|
#./build.sh kf6-kpeople.spec --nowait && \
|
|
#./build.sh kf6-kded.spec --nowait && \
|
|
#./build.sh kf6-kwallet.spec --nowait && \
|
|
./buildall.sh sonic-frameworks-io.spec && \
|
|
./build.sh kf6-knotifyconfig.spec --nowait && \
|
|
./build.sh kf6-kcmutils.spec --nowait && \
|
|
./build.sh kf6-knewstuff.spec --nowait && \
|
|
#./build.sh kf6-kirigami-addons.spec --nowait && \
|
|
#./build.sh kf6-qqc2-desktop-style.spec --nowait && \
|
|
|
|
# --- KRITISKE AFHÆNGIGHEDER (Vi venter på disse for at bygge næste trin) ---
|
|
#./build.sh kf6-kpty.spec && \
|
|
#./build.sh kf6-kdesu.spec --nowait && \
|
|
#./build.sh kf6-kfilemetadata.spec && \
|
|
./build.sh kf6-baloo.spec --nowait && \
|
|
./build.sh kf6-syntax-highlighting.spec && \
|
|
./build.sh kf6-kparts.spec && \
|
|
./build.sh kf6-kdeclarative.spec && \
|
|
|
|
# --- FINAL TIER (Sidste pakker i fødekæden) ---
|
|
./build.sh kf6-ktexteditor.spec && \
|
|
./build.sh kf6-purpose.spec && \
|
|
./build.sh kf6-frameworkintegration.spec |