[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:23:53 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=53e708a

The following commit has been merged in the master branch:
commit 53e708a9c79e9b447e9275c4a69a5b4bc01a2b1f
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date:   Sun Apr 21 13:05:51 2013 +0200

    Extract only .rc files in app/Messages.sh
---
 app/Messages.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/Messages.sh b/app/Messages.sh
index 63aa5a1..94bac73 100755
--- a/app/Messages.sh
+++ b/app/Messages.sh
@@ -1,4 +1,4 @@
 #! /usr/bin/env bash
-$EXTRACTRC `find . -name "*.ui" -name "*.rc"` >> rc.cpp || exit 11
+$EXTRACTRC `find . -name "*.rc"` >> rc.cpp || exit 11
 $XGETTEXT `find . -name "*.cpp"` -o $podir/ktp-text-ui.pot
 #rm -f rc.cpp

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list