Skip to content

Commit

Permalink
gear.kde.org.eclass: Add new KF6 ports to SLOT=5 blocklist
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Dec 19, 2023
1 parent e2e6bcc commit ac80a20
Showing 1 changed file with 60 additions and 1 deletion.
61 changes: 60 additions & 1 deletion eclass/gear.kde.org.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,23 @@ fi
# list of applications ported to KF6 in SLOT=6 having to block SLOT=5
if $(ver_test -gt 24.01.75); then
case ${PN} in
akonadi | \
akonadi-calendar | \
akonadi-contacts | \
akonadi-import-wizard | \
akonadi-mime | \
akonadi-notes | \
akonadi-search | \
akonadiconsole | \
akregator | \
analitza | \
ark | \
baloo-widgets | \
blinken | \
bomber | \
bovo | \
calendarjanitor | \
calendarsupport | \
dolphin | \
dolphin-plugins-dropbox | \
dolphin-plugins-git | \
Expand All @@ -80,11 +91,20 @@ if $(ver_test -gt 24.01.75); then
dolphin-plugins-subversion | \
dragon | \
elisa | \
eventviews | \
filelight | \
granatier | \
grantlee-editor | \
grantleetheme | \
incidenceeditor | \
kaccounts-integration | \
kaccounts-providers | \
kaddressbook | \
kajongg | \
kalarm | \
kalgebra | \
kamera | \
kanagram | \
kapman | \
kapptemplate | \
kate | \
Expand All @@ -99,12 +119,15 @@ if $(ver_test -gt 24.01.75); then
kbruch | \
kcachegrind | \
kcalc | \
kcalutils | \
kcharselect | \
kcolorchooser | \
kcron | \
kdebugsettings | \
kdegraphics-mobipocket | \
kdenetwork-filesharing | \
kdepim-addons | \
kdepim-runtime | \
kdf | \
kdialog | \
kdiamond | \
Expand All @@ -114,36 +137,55 @@ if $(ver_test -gt 24.01.75); then
kgeography | \
kget | \
kgoldrunner | \
khangman | \
khelpcenter | \
kidentitymanagement | \
kigo | \
killbots | \
kimap | \
kio-extras | \
kiriki | \
kiten | \
kitinerary | \
kjumpingcube | \
kldap | \
kleopatra | \
klettres | \
klickety | \
klines | \
kmag | \
kmahjongg | \
kmail | \
kmail-account-wizard | \
kmailtransport | \
kmbox | \
kmime | \
kmines | \
kmousetool | \
kmouth | \
knavalbattle | \
knetwalk | \
knights | \
knotes | \
kolf | \
kollision | \
konqueror | \
konquest | \
konsole | \
konsolekalendar | \
kontact | \
kontactinterface | \
kontrast | \
korganizer | \
kpat | \
kpimtextedit | \
kpkpass | \
kpmcore | \
kreversi | \
kruler | \
kshisen | \
ksirk | \
ksmtp | \
ksnakeduel | \
kspaceduel | \
ksquares | \
Expand All @@ -157,21 +199,38 @@ if $(ver_test -gt 24.01.75); then
kubrick | \
kwalletmanager | \
kweather | \
kwordquiz | \
kwrite | \
libgravatar | \
libkdegames | \
libkdepim | \
libkgapi | \
libkleo | \
libkmahjongg | \
libksieve | \
libktnef | \
libktorrent | \
lskat | \
mailcommon | \
mailimporter | \
markdownpart | \
mbox-importer | \
merkuro | \
messagelib | \
okular | \
palapeli | \
parley | \
partitionmanager | \
picmi | \
pim-data-exporter | \
pim-sieve-editor | \
pimcommon | \
spectacle | \
svgpart | \
sweeper | \
thumbnailers | \
yakuake)
yakuake | \
zanshin)
RDEPEND+=" !${CATEGORY}/${PN}:5" ;;
*) ;;
esac
Expand Down

0 comments on commit ac80a20

Please sign in to comment.