Accepting request 263090 from GNOME:Apps
1 OBS-URL: https://build.opensuse.org/request/show/263090 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=77
This commit is contained in:
parent
d638071f05
commit
5d61e9ed26
@ -15,7 +15,7 @@ make_extra_list() {
|
||||
|
||||
# Search all py files that are imported by mentioned modules:
|
||||
make_deplist() {
|
||||
NEWLIST=( $( ( (IFS=$'\n' ; echo "${NEWLIST[*]}"$'\n') ; sed 2>/dev/null -n 's/^from \(.*\) import.*/\1/p;s/^import //p' ${NEWLIST[@]} | sed 's/, /\n/g' | sed 's/$/.py/;s/\.py\.py$/.py/') | sort -u) )
|
||||
NEWLIST=( $( ( (IFS=$'\n' ; echo "${NEWLIST[*]}"$'\n') ; sed 2>/dev/null -n 's/^from \(.*\) import.*/\1/p;s/^import \([^#]*\).* */\1/p' ${NEWLIST[@]} | sed 's/as .*//g;s/, */\n/g;s/ //g' | sed 's/$/.py/;s/\.py\.py$/.py/') | sort -u) )
|
||||
}
|
||||
|
||||
OLDLIST=( EMPTY )
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 22 19:53:52 UTC 2014 - stefan.bruens@rwth-aachen.de
|
||||
|
||||
- make inkscape-split-extensions-extra script more robust
|
||||
(comments, 'as' keyword, leading/trailing whitespace)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 22 13:01:10 UTC 2014 - fstrba@suse.com
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user