fix buildorder of gobject-introspection (build after python2)
This commit is contained in:
parent
3e5e8b558e
commit
425c3dd225
2 changed files with 26 additions and 5 deletions
|
|
@ -46,7 +46,7 @@ solvedbuilddeps=("hostname" "multilib-rpm-config" "help2man" "autoconf" "automak
|
|||
"perl-Text-Template" "perl-Thread-Queue" "perl-threads" "perl-threads-shared" "perl-Time-HiRes" "perl-Time-Local" \
|
||||
"perl-Unicode-Collate" "perl-Unicode-Normalize" "perl-URI" "perl-version" \
|
||||
"cmake" "xapian-core" "libtool" "doxygen" "xorg-x11-util-macros" "libusbx" "expat" "python2" "tcl" "atk" "desktop-file-utils" \
|
||||
"epydoc" "python-cups" )
|
||||
"epydoc" "python-cups" "gobject-introspection" )
|
||||
|
||||
debug() {
|
||||
echo "$@" 1>&2
|
||||
|
|
@ -245,6 +245,10 @@ cat << EOT
|
|||
rationale: dependency of many packages.
|
||||
ref: private-karsten-modularity
|
||||
buildorder: 6
|
||||
gobject-introspection:
|
||||
rationale: dependency of many packages.
|
||||
ref: f26
|
||||
buildorder: 7
|
||||
# TODO: remove avahi from cups
|
||||
################################################################
|
||||
EOT
|
||||
|
|
|
|||
|
|
@ -63,21 +63,38 @@ data:
|
|||
ref: f26
|
||||
buildorder: 5
|
||||
expat:
|
||||
rationale: dependency of python2
|
||||
rationale: dependency of python2.
|
||||
ref: f26
|
||||
buildorder: 5
|
||||
atk:
|
||||
rationale: dependency of gtk2
|
||||
rationale: dependency of gtk2.
|
||||
ref: f26
|
||||
buildorder: 5
|
||||
tcl:
|
||||
rationale: dependency of python2
|
||||
rationale: dependency of python2.
|
||||
ref: f26
|
||||
buildorder: 5
|
||||
desktop-file-utils:
|
||||
rationale: dependency of cups/python-cups/epydoc.
|
||||
ref: f26
|
||||
buildorder: 5
|
||||
epydoc:
|
||||
rationale: dependency of cups/python-cups.
|
||||
ref: f26
|
||||
buildorder: 6
|
||||
python-cups:
|
||||
rationale: dependency of cups/python-cups.
|
||||
ref: f26
|
||||
buildorder: 7
|
||||
python2:
|
||||
rationale: dependency of many packages
|
||||
rationale: dependency of many packages.
|
||||
ref: private-karsten-modularity
|
||||
buildorder: 6
|
||||
gobject-introspection:
|
||||
rationale: dependency of many packages.
|
||||
ref: f26
|
||||
buildorder: 7
|
||||
# TODO: remove avahi from cups
|
||||
################################################################
|
||||
hesiod:
|
||||
rationale: Component for shared userspace - hesiod.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue