mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-09-06 09:35:46 +00:00
feat: gnome project structure and accessory files
This commit is contained in:
parent
812946786b
commit
9e90c1b253
21 changed files with 460 additions and 11 deletions
15
po/update_potfiles.sh
Executable file
15
po/update_potfiles.sh
Executable file
|
@ -0,0 +1,15 @@
|
|||
#!/bin/bash
|
||||
|
||||
APPID="org.gabmus.rex2"
|
||||
|
||||
rm po/POTFILES.in po/POTFILES.in.in
|
||||
|
||||
{
|
||||
grep -Fl "gettext(\"" src/**.rs
|
||||
# grep -Fl "_(\"" data/resources/ui/**.blp
|
||||
echo "data/${APPID}.desktop.in.in"
|
||||
echo "data/${APPID}.metainfo.xml.in.in"
|
||||
} >> po/POTFILES.in.in
|
||||
|
||||
sort < po/POTFILES.in.in | uniq > po/POTFILES.in
|
||||
rm po/POTFILES.in.in
|
Loading…
Add table
Add a link
Reference in a new issue