diff options
author | Mihai Moldovan <ionic@ionic.de> | 2017-06-30 20:59:27 +0200 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2017-06-30 20:59:27 +0200 |
commit | 4c7641a1fe27b537ed1ad1e59411aa98d9633ac9 (patch) | |
tree | d0f0bae206d0019ebf788e0e14befd34f63f800e /nx-X11 | |
parent | 05450d0e887cfb5e169f746ede20ee1051df12d5 (diff) | |
parent | 79fcce3ee7956a9372cf8db0f755294f56754f0b (diff) | |
download | nx-libs-4c7641a1fe27b537ed1ad1e59411aa98d9633ac9.tar.gz nx-libs-4c7641a1fe27b537ed1ad1e59411aa98d9633ac9.tar.bz2 nx-libs-4c7641a1fe27b537ed1ad1e59411aa98d9633ac9.zip |
Merge branch 'sunweaver-pr/mese-quilt-without-quilt' into 3.6.x
Attributes GH PR #470: https://github.com/ArcticaProject/nx-libs/pull/470
Fixes: ArcticaProject/nx-libs#444
Fixes: ArcticaProject/nx-libs#457
Diffstat (limited to 'nx-X11')
-rw-r--r-- | nx-X11/extras/README.Mesa.patches | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/nx-X11/extras/README.Mesa.patches b/nx-X11/extras/README.Mesa.patches new file mode 100644 index 000000000..31379b2d8 --- /dev/null +++ b/nx-X11/extras/README.Mesa.patches @@ -0,0 +1,31 @@ +Patch naming scheme for Mesa.patches: +------------------------------------- + +For patch file names, use characters from this ASCII subset: +[a-zA-Z0-9_-.]. + +This precaution is esp. important, if you build nx-libs without having +the quilt utility available in the build environment. This is mostly true +for non-Debian-based systems. + +Patch numbering scheme: +----------------------- + +The patch naming scheme is about ordering patches by names and +categories. All patches shall be prefixed with a number: + +0xxx: Mesa upstream backports +1xxx: Patches that might be interesting for Mesa upstream +2xxx: Distro specific patches (not applicable here, probably) +3xxx: Security / CVE fixes for Mesa (probably obtained from upstream) +4xxx: Patches that are needed to make Mesa work/build with/against nx-libs +5xxx: Patches that silence compiler warnings + +The "series" file within the Mesa.patches directory defines the order of +patch application. + +The patch names in the "series" file do not necessarily need to be in +alpha-numerical order. Patch application order is about code and +functionality, That is, patches in one category are allowed to depend +upon patches in another category, even if the subsequent digits are not +strictly ascending. |