diff options
author | John Khoo <johnkhootf@gmail.com> | 2025-08-25 22:23:16 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2025-08-30 10:29:20 +0800 |
commit | 6a0e3f33e95cb50098f7d4647268714d0d2f652c (patch) | |
tree | 61bfeb8b45b5f1d12a4b9abd9ee8926703bd9d46 /gnu/packages/patches/lxsession-potfiles-ignore.patch | |
parent | 6d75813aa66adb989237a451f39e214ff11c9d87 (diff) |
gnu: lxsession: Update to 0.5.6.
* gnu/packages/patches/lxsession-potfiles-ignore.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register patch.
* gnu/packages/lxde.scm (lxsession): Update to 0.5.6.
[source]: Switch to git-fetch. Add patch.
Closes: #2268
Change-Id: I9b33123dfbfb6beb53178caeb6c531d9ef1b7a94
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu/packages/patches/lxsession-potfiles-ignore.patch')
-rw-r--r-- | gnu/packages/patches/lxsession-potfiles-ignore.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gnu/packages/patches/lxsession-potfiles-ignore.patch b/gnu/packages/patches/lxsession-potfiles-ignore.patch new file mode 100644 index 0000000000..ddf45cf506 --- /dev/null +++ b/gnu/packages/patches/lxsession-potfiles-ignore.patch @@ -0,0 +1,15 @@ +diff --git a/po/POTFILES.skip b/po/POTFILES.skip +index 353b0ec..adbe1d6 100644 +--- a/po/POTFILES.skip ++++ b/po/POTFILES.skip +@@ -1,7 +1,10 @@ + # Autogenerated files with translatable strings. + lxsession-default-apps/main.c + lxsession-default-apps/combobox.c ++lxpolkit/main.c ++lxsession/app.c + # This is a source file for configure, output will be translated instead. + data/lxpolkit.desktop.in.in + # bug of intltool with automake 1.15 + sub/data/lxpolkit.desktop.in ++data/lxpolkit.desktop.in |