mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 06:13:09 +00:00
8 lines
328 B
Bash
Executable file
8 lines
328 B
Bash
Executable file
#! /usr/bin/env bash
|
|
|
|
# SPDX-FileCopyrightText: 2015 Marco Martin <mart@kde.org>
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
$EXTRACTRC `find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` >> rc.cpp
|
|
$XGETTEXT `find . -name \*.js -o -name \*.qml -o -name \*.cpp` -o $podir/plasma_applet_org.kde.phone.taskpanel.pot
|
|
rm -f rc.cpp
|