summaryrefslogtreecommitdiff
path: root/sysui
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-03-03 15:57:30 +0100
committerDavid Tardon <dtardon@redhat.com>2013-03-03 16:27:03 +0100
commit4745b6edcd710204758ceb35dfc0ff78c391810b (patch)
tree78cbf3a9337b531eb86600b2094b5923cb74422b /sysui
parent310fb291ccfb817a3503785af143828682c0c1f1 (diff)
silence sysui scripts
Change-Id: I0d27e522ff8059200f9d08a28f4b70d7f436c100
Diffstat (limited to 'sysui')
-rwxr-xr-xsysui/desktop/share/create_mime_xml.pl1
-rwxr-xr-xsysui/desktop/share/create_tree.sh2
-rw-r--r--sysui/desktop/share/translate.pl1
3 files changed, 0 insertions, 4 deletions
diff --git a/sysui/desktop/share/create_mime_xml.pl b/sysui/desktop/share/create_mime_xml.pl
index 912af3ef7e23..bda127c3c8ae 100755
--- a/sysui/desktop/share/create_mime_xml.pl
+++ b/sysui/desktop/share/create_mime_xml.pl
@@ -56,7 +56,6 @@ print '<?xml version="1.0" encoding="UTF-8"?>';
print '<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">';
foreach $component (sort(keys %mimehash)) {
- print STDERR "Processing entries for $component";
# mimetype and glob
getMimedata($component);
print ' <mime-type type="'.$mimetype.'">';
diff --git a/sysui/desktop/share/create_tree.sh b/sysui/desktop/share/create_tree.sh
index b7cc385b4c13..606f1a5bc9ae 100755
--- a/sysui/desktop/share/create_tree.sh
+++ b/sysui/desktop/share/create_tree.sh
@@ -19,7 +19,6 @@
umask 022
if [ "${KDEMAINDIR}" ]; then
- echo "Copying icons..."
for i in `cd "${ICON_SOURCE_DIR}"; find ${ICON_THEMES:-hicolor/???x??? hicolor/??x?? hicolor/scalable locolor} -name "*.png" -o -name "*.svg"`
do
targetdir=${DESTDIR}/${KDEMAINDIR}/share/icons/`dirname ${i}`
@@ -38,7 +37,6 @@ if [ "${KDEMAINDIR}" ]; then
fi
if [ "${GNOMEDIR}" ]; then
- echo "Copying GNOME icons..."
for i in `cd "${ICON_SOURCE_DIR}/hicolor"; find ??x?? ???x??? scalable -name "*.png" -o -name "*.svg"`
do
targetdir=${DESTDIR}/${GNOMEDIR}/share/icons/gnome/`dirname ${i}`
diff --git a/sysui/desktop/share/translate.pl b/sysui/desktop/share/translate.pl
index 9bb60f271366..48742b7f1e6d 100644
--- a/sysui/desktop/share/translate.pl
+++ b/sysui/desktop/share/translate.pl
@@ -105,7 +105,6 @@ close(SOURCE);
# process templates
foreach $template (keys %templates) {
my $outfile = $templates{$template}->{'outfile'};
- print "processing template $template in $outfile\n";
# open the template file - ignore sections for which no
# templates exist