This website requires JavaScript.
Explore
Help
Sign in
yukijoou
/
kwin
Watch
1
Star
0
Fork
You've already forked kwin
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
01e1aef395
kwin
/
libkdecorations
/
Messages.sh
3 lines
83 B
Bash
Raw
Normal View
History
Unescape
Escape
Move kdecorations library into an own subdirectory The KDecoration library lives in libkdecorations/ now. Installation pathes are unchanged, so this does not influence 3rd party decorations. The changes in the KWin main directory are required due to incorrect includes. CCMAIL: kwin@kde.org
2011-02-19 08:34:20 +00:00
#! /usr/bin/env bash
Improve message extraction Messages from kdecorations library are extracted to libkdecorations.pot. Messages from kwineffects library are extracted to libkwineffects.pot. Currently there are no messages yet in kwineffects, so it's for future use.
2011-02-20 15:02:33 +00:00
$XGETTEXT
`
find . -name
\*
.cpp
`
-o
$podir
/libkdecorations.pot
Reference in a new issue
Copy permalink