Package: regexxer / 0.10-3

Metadata

Package Version Patches format
regexxer 0.10-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
10_glib single include.patch | (download)

src/globalstrings.h | 2 1 + 1 - 0 !
src/translation.h | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix glib includes with glib 2.32
20_regexxer desktop.patch | (download)

ui/regexxer.desktop.in | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 add the keywords field to menu file
30_add regex header.patch | (download)

src/fileshared.h | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 add missing header. without this header regexxer ftbfs.
40_do not compile schemas.patch | (download)

Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 remove the command that generates gschemas.compiled file.
             This file should not be regenerated while packaging.
             The dropped command is
                 glib-compile-schemas /usr/share/glib-2.0/schemas
             It failed since there are no permissions to put files in
             this directory during building process.