summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-11-15 22:15:50 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-11-17 19:00:12 +0100
commit9715338b40fec4a84c9f8f58f49584787fd4e661 (patch)
treeb0f15a43cdea6d5b005e00520586920cc85c2afc /scripts
parent647b477db9678ea6f079b92aeb4c458a91ef1040 (diff)
downloadptxdist-9715338b40fec4a84c9f8f58f49584787fd4e661.tar.gz
ptxdist-9715338b40fec4a84c9f8f58f49584787fd4e661.tar.xz
xorg-lib-x11: version bump 1.6.2 -> 1.6.7
Also, split the locale data into a separate package. This way, libxkbcommon can use it independently for key composing. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/migrate/migrate_ptx8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/migrate/migrate_ptx b/scripts/migrate/migrate_ptx
index fa5ec2348..b665eccdc 100755
--- a/scripts/migrate/migrate_ptx
+++ b/scripts/migrate/migrate_ptx
@@ -298,3 +298,11 @@ s/^\(\(# \)\?PTXCONF_\)DOSFSTOOLS_DOSFSLABEL/\1DOSFSTOOLS_FATLABEL/
# reason : option renamed
#
s/^\(\(# \)\?PTXCONF_\)LIGHTTPD_MEMCACHE\>/\1LIGHTTPD_MEMCACHED/
+
+#
+# from : ptxdist-2018.11.0
+# to : ptxdist-2018.12.0
+# symbol : XORG_LIB_X11_INSTALL_LOCALE -> LIBX11_LOCALE
+# reason : split into a separate package
+#
+s/^\(\(# \)\?PTXCONF_\)XORG_LIB_X11_INSTALL_LOCALE\>/\1LIBX11_LOCALE/