From 92e7feb3903a4ae5e4e8da4afbd20b07f8732793 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sun, 9 Oct 2005 16:51:29 +0000 Subject: [PATCH] Clifford Wolf: Added flist ignore for qt plugins rc [2005100817223724925] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@6453 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/x11/qt/parse-config | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 package/x11/qt/parse-config diff --git a/package/x11/qt/parse-config b/package/x11/qt/parse-config new file mode 100644 index 000000000..d2d9baf63 --- /dev/null +++ b/package/x11/qt/parse-config @@ -0,0 +1,28 @@ +# --- ROCK-COPYRIGHT-NOTE-BEGIN --- +# +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# Please add additional copyright information _after_ the line containing +# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +# +# ROCK Linux: rock-src/package/x11/qt/parse-config +# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. A copy of the GNU General Public +# License can be found at Documentation/COPYING. +# +# Many people helped and are helping developing ROCK Linux. Please +# have a look at http://www.rocklinux.org/ and the Documentation/TEAM +# file for details. +# +# --- ROCK-COPYRIGHT-NOTE-END --- + +# the QSettings class is automatically recreating this file, e.g. in +# some cases when uic is run. that produces a shared files conflict, +# but in fact noone needs that file in any binary package. +var_append flistdel '|' 'etc/.*qt.*/\.qt_plugins_.*rc\.lock' +var_append flistdel '|' 'etc/.*qt.*/qt_plugins_.*rc' +