# List which packages are independent of the master KDE # version. # This list will be used to manually update the version numbers, # and if in Slackware x86 these packages haven't been rebuilt # against a new KDE, they will be in Slackware ARM since we always # rebuild all of the "kde" series whenever a new version comes out. # In this case we'll just update the BUILD number for each # package outputted below. # # The "not in sync" is noted next to the VERSION number in each of the # "arm/build" scripts in the KDE source tree. # Basically these packages are those which are in the KDE_extra.SlackBuild # # Stuart Winter # 05 Sept 2010 # find . -path './*/arm*' -name build -type f -print0 | xargs -0 fgrep -l "not in sync" | grep -v EXCLUDE | cut -d/ -f2