mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 06:13:09 +00:00
9 lines
384 B
Bash
Executable file
9 lines
384 B
Bash
Executable file
#! /usr/bin/env bash
|
|
|
|
# SPDX-FileCopyrightText: 2015 Marco Martin <mart@kde.org>
|
|
# SPDX-FileCopyrightText: 2019 Bhushan Shah <bshah@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.panel.pot
|
|
rm -f rc.cpp
|