summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-07-23 17:48:03 +0100
committerBaserock Gerrit <gerrit@baserock.org>2015-09-18 15:50:19 +0000
commit81ebe71089d802061c2c3cb03bfd548388d04cb8 (patch)
tree207ec00ee9ca045825dc52560d6ab6ee36e81e7b /tests
parenta4d8098b229592db40565747b0444b518bf8a6eb (diff)
downloadmorph-81ebe71089d802061c2c3cb03bfd548388d04cb8.tar.gz
Remove support for Baserock definitions format versions 3, 4 and 5
Change-Id: Iad95af65bd5c528d2e72f5b2ffa80a01152f50ff
Diffstat (limited to 'tests')
-rwxr-xr-xtests/show-dependencies.setup72
-rw-r--r--tests/show-dependencies.stdout3280
2 files changed, 1664 insertions, 1688 deletions
diff --git a/tests/show-dependencies.setup b/tests/show-dependencies.setup
index 366da8ad..487de526 100755
--- a/tests/show-dependencies.setup
+++ b/tests/show-dependencies.setup
@@ -24,29 +24,10 @@ mkdir "$repo"
cd "$repo"
git init --quiet
-echo 'version: 5' > VERSION
+echo 'version: 6' > VERSION
git add VERSION
git commit --quiet -m "add VERSION file"
-# Define a couple of chunk morphologies for the GTK stack
-gtkcomponents=(freetype fontconfig cairo pango glib gdk-pixbuf gtk
- dbus-glib dbus)
-for component in "${gtkcomponents[@]}"
-do
- cat <<EOF > $component.morph
-name: $component
-kind: chunk
-build-commands:
- - gcc -o hello hello.c
-install-commands:
- - install -d "\$DESTDIR"/etc
- - install -d "\$DESTDIR"/bin
- - install hello "\$DESTDIR"/bin/$component
-EOF
- git add $component.morph
-done
-git commit --quiet -m "add GTK chunk morphologies"
-
# Define a stratum for the GTK stack
cat <<EOF > gtk-stack.morph
name: gtk-stack
@@ -56,37 +37,40 @@ chunks:
- name: freetype
repo: test:test-repo
ref: master
- build-depends: []
build-mode: bootstrap
+ build-system: manual
- name: fontconfig
repo: test:test-repo
ref: master
- build-depends: []
build-mode: bootstrap
+ build-system: manual
- name: cairo
repo: test:test-repo
ref: master
- build-depends: []
build-mode: bootstrap
+ build-system: manual
- name: pango
repo: test:test-repo
ref: master
+ build-system: manual
build-depends:
- freetype
- fontconfig
- name: glib
repo: test:test-repo
ref: master
- build-depends: []
build-mode: bootstrap
+ build-system: manual
- name: gdk-pixbuf
repo: test:test-repo
ref: master
+ build-system: manual
build-depends:
- glib
- name: gtk
repo: test:test-repo
ref: master
+ build-system: manual
build-depends:
- cairo
- gdk-pixbuf
@@ -95,11 +79,12 @@ chunks:
- name: dbus
repo: test:test-repo
ref: master
- build-depends: []
build-mode: bootstrap
+ build-system: manual
- name: dbus-glib
repo: test:test-repo
ref: master
+ build-system: manual
build-depends:
- dbus
- glib
@@ -107,26 +92,6 @@ EOF
git add gtk-stack.morph
git commit --quiet -m "add gtk-stack.morph stratum"
-# Define a couple of chunk morphologies for the GTK stack
-xfcecomponents=(xfce4-dev-tools libxfce4util libxfce4ui exo xfconf garcon
- thunar tumbler xfce4-panel xfce4-settings xfce4-session
- xfwm4 xfdesktop xfce4-appfinder gtk-xfce-engine)
-for component in "${xfcecomponents[@]}"
-do
- cat <<EOF > $component.morph
-name: $component
-kind: chunk
-build-commands:
- - gcc -o hello hello.c
-install-commands:
- - install -d "\$DESTDIR"/etc
- - install -d "\$DESTDIR"/bin
- - install hello "\$DESTDIR"/bin/$component
-EOF
- git add $component.morph
-done
-git commit --quiet -m "add .c source file and GTK chunk morphologies"
-
# Define a stratum for the Xfce core
cat <<EOF > xfce-core.morph
name: xfce-core
@@ -137,40 +102,46 @@ chunks:
- name: libxfce4util
repo: test:test-repo
ref: master
- build-depends: []
+ build-system: manual
- name: xfconf
repo: test:test-repo
ref: master
+ build-system: manual
build-depends:
- libxfce4util
- name: libxfce4ui
repo: test:test-repo
ref: master
+ build-system: manual
build-depends:
- xfconf
- name: exo
repo: test:test-repo
ref: master
+ build-system: manual
build-depends:
- libxfce4util
- name: garcon
repo: test:test-repo
ref: master
+ build-system: manual
build-depends:
- libxfce4util
- name: thunar
repo: test:test-repo
ref: master
+ build-system: manual
build-depends:
- libxfce4ui
- exo
- name: tumbler
repo: test:test-repo
ref: master
- build-depends: []
+ build-system: manual
- name: xfce4-panel
repo: test:test-repo
ref: master
+ build-system: manual
build-depends:
- libxfce4ui
- exo
@@ -178,6 +149,7 @@ chunks:
- name: xfce4-settings
repo: test:test-repo
ref: master
+ build-system: manual
build-depends:
- libxfce4ui
- exo
@@ -185,6 +157,7 @@ chunks:
- name: xfce4-session
repo: test:test-repo
ref: master
+ build-system: manual
build-depends:
- libxfce4ui
- exo
@@ -192,18 +165,21 @@ chunks:
- name: xfwm4
repo: test:test-repo
ref: master
+ build-system: manual
build-depends:
- libxfce4ui
- xfconf
- name: xfdesktop
repo: test:test-repo
ref: master
+ build-system: manual
build-depends:
- libxfce4ui
- xfconf
- name: xfce4-appfinder
repo: test:test-repo
ref: master
+ build-system: manual
build-depends:
- libxfce4ui
- garcon
@@ -211,6 +187,7 @@ chunks:
- name: gtk-xfce-engine
repo: test:test-repo
ref: master
+ build-system: manual
build-depends:
- libxfce4ui
- garcon
@@ -225,7 +202,6 @@ kind: system
arch: $("$SRCDIR/scripts/test-morph" print-architecture)
strata:
- morph: xfce-core
- build-mode: bootstrap
EOF
git add xfce-system.morph
git commit --quiet -m "add xfce-system"
diff --git a/tests/show-dependencies.stdout b/tests/show-dependencies.stdout
index 833b7245..fc50bb54 100644
--- a/tests/show-dependencies.stdout
+++ b/tests/show-dependencies.stdout
@@ -3,1678 +3,1678 @@ dependency graph for test-repo|master|xfce-system.morph:
-> test-repo|master|xfce-core.morph|xfce-core-devel|xfce-core-devel
-> test-repo|master|xfce-core.morph|xfce-core-runtime|xfce-core-runtime
test-repo|master|xfce-core.morph|xfce-core-devel|xfce-core-devel
- -> test-repo|master|exo.morph|exo|exo-devel
- -> test-repo|master|exo.morph|exo|exo-doc
- -> test-repo|master|garcon.morph|garcon|garcon-devel
- -> test-repo|master|garcon.morph|garcon|garcon-doc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|gtk-xfce-engine.morph|gtk-xfce-engine|gtk-xfce-engine-devel
- -> test-repo|master|gtk-xfce-engine.morph|gtk-xfce-engine|gtk-xfce-engine-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-devel
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-doc
- -> test-repo|master|thunar.morph|thunar|thunar-devel
- -> test-repo|master|thunar.morph|thunar|thunar-doc
- -> test-repo|master|tumbler.morph|tumbler|tumbler-devel
- -> test-repo|master|tumbler.morph|tumbler|tumbler-doc
- -> test-repo|master|xfce4-appfinder.morph|xfce4-appfinder|xfce4-appfinder-devel
- -> test-repo|master|xfce4-appfinder.morph|xfce4-appfinder|xfce4-appfinder-doc
- -> test-repo|master|xfce4-panel.morph|xfce4-panel|xfce4-panel-devel
- -> test-repo|master|xfce4-panel.morph|xfce4-panel|xfce4-panel-doc
- -> test-repo|master|xfce4-session.morph|xfce4-session|xfce4-session-devel
- -> test-repo|master|xfce4-session.morph|xfce4-session|xfce4-session-doc
- -> test-repo|master|xfce4-settings.morph|xfce4-settings|xfce4-settings-devel
- -> test-repo|master|xfce4-settings.morph|xfce4-settings|xfce4-settings-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfdesktop.morph|xfdesktop|xfdesktop-devel
- -> test-repo|master|xfdesktop.morph|xfdesktop|xfdesktop-doc
- -> test-repo|master|xfwm4.morph|xfwm4|xfwm4-devel
- -> test-repo|master|xfwm4.morph|xfwm4|xfwm4-doc
- test-repo|master|gtk-xfce-engine.morph|gtk-xfce-engine|gtk-xfce-engine-doc
- -> test-repo|master|garcon.morph|garcon|garcon-bins
- -> test-repo|master|garcon.morph|garcon|garcon-devel
- -> test-repo|master|garcon.morph|garcon|garcon-doc
- -> test-repo|master|garcon.morph|garcon|garcon-libs
- -> test-repo|master|garcon.morph|garcon|garcon-locale
- -> test-repo|master|garcon.morph|garcon|garcon-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|gtk-xfce-engine.morph|gtk-xfce-engine|gtk-xfce-engine-devel
- -> test-repo|master|garcon.morph|garcon|garcon-bins
- -> test-repo|master|garcon.morph|garcon|garcon-devel
- -> test-repo|master|garcon.morph|garcon|garcon-doc
- -> test-repo|master|garcon.morph|garcon|garcon-libs
- -> test-repo|master|garcon.morph|garcon|garcon-locale
- -> test-repo|master|garcon.morph|garcon|garcon-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|xfce4-appfinder.morph|xfce4-appfinder|xfce4-appfinder-doc
- -> test-repo|master|garcon.morph|garcon|garcon-bins
- -> test-repo|master|garcon.morph|garcon|garcon-devel
- -> test-repo|master|garcon.morph|garcon|garcon-doc
- -> test-repo|master|garcon.morph|garcon|garcon-libs
- -> test-repo|master|garcon.morph|garcon|garcon-locale
- -> test-repo|master|garcon.morph|garcon|garcon-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|xfce4-appfinder.morph|xfce4-appfinder|xfce4-appfinder-devel
- -> test-repo|master|garcon.morph|garcon|garcon-bins
- -> test-repo|master|garcon.morph|garcon|garcon-devel
- -> test-repo|master|garcon.morph|garcon|garcon-doc
- -> test-repo|master|garcon.morph|garcon|garcon-libs
- -> test-repo|master|garcon.morph|garcon|garcon-locale
- -> test-repo|master|garcon.morph|garcon|garcon-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|xfdesktop.morph|xfdesktop|xfdesktop-doc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|xfdesktop.morph|xfdesktop|xfdesktop-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|xfwm4.morph|xfwm4|xfwm4-doc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|xfwm4.morph|xfwm4|xfwm4-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|xfce4-session.morph|xfce4-session|xfce4-session-doc
- -> test-repo|master|exo.morph|exo|exo-bins
- -> test-repo|master|exo.morph|exo|exo-devel
- -> test-repo|master|exo.morph|exo|exo-doc
- -> test-repo|master|exo.morph|exo|exo-libs
- -> test-repo|master|exo.morph|exo|exo-locale
- -> test-repo|master|exo.morph|exo|exo-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|xfce4-session.morph|xfce4-session|xfce4-session-devel
- -> test-repo|master|exo.morph|exo|exo-bins
- -> test-repo|master|exo.morph|exo|exo-devel
- -> test-repo|master|exo.morph|exo|exo-doc
- -> test-repo|master|exo.morph|exo|exo-libs
- -> test-repo|master|exo.morph|exo|exo-locale
- -> test-repo|master|exo.morph|exo|exo-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|xfce4-settings.morph|xfce4-settings|xfce4-settings-doc
- -> test-repo|master|exo.morph|exo|exo-bins
- -> test-repo|master|exo.morph|exo|exo-devel
- -> test-repo|master|exo.morph|exo|exo-doc
- -> test-repo|master|exo.morph|exo|exo-libs
- -> test-repo|master|exo.morph|exo|exo-locale
- -> test-repo|master|exo.morph|exo|exo-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|xfce4-settings.morph|xfce4-settings|xfce4-settings-devel
- -> test-repo|master|exo.morph|exo|exo-bins
- -> test-repo|master|exo.morph|exo|exo-devel
- -> test-repo|master|exo.morph|exo|exo-doc
- -> test-repo|master|exo.morph|exo|exo-libs
- -> test-repo|master|exo.morph|exo|exo-locale
- -> test-repo|master|exo.morph|exo|exo-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|xfce4-panel.morph|xfce4-panel|xfce4-panel-doc
- -> test-repo|master|exo.morph|exo|exo-bins
- -> test-repo|master|exo.morph|exo|exo-devel
- -> test-repo|master|exo.morph|exo|exo-doc
- -> test-repo|master|exo.morph|exo|exo-libs
- -> test-repo|master|exo.morph|exo|exo-locale
- -> test-repo|master|exo.morph|exo|exo-misc
- -> test-repo|master|garcon.morph|garcon|garcon-bins
- -> test-repo|master|garcon.morph|garcon|garcon-devel
- -> test-repo|master|garcon.morph|garcon|garcon-doc
- -> test-repo|master|garcon.morph|garcon|garcon-libs
- -> test-repo|master|garcon.morph|garcon|garcon-locale
- -> test-repo|master|garcon.morph|garcon|garcon-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- test-repo|master|xfce4-panel.morph|xfce4-panel|xfce4-panel-devel
- -> test-repo|master|exo.morph|exo|exo-bins
- -> test-repo|master|exo.morph|exo|exo-devel
- -> test-repo|master|exo.morph|exo|exo-doc
- -> test-repo|master|exo.morph|exo|exo-libs
- -> test-repo|master|exo.morph|exo|exo-locale
- -> test-repo|master|exo.morph|exo|exo-misc
- -> test-repo|master|garcon.morph|garcon|garcon-bins
- -> test-repo|master|garcon.morph|garcon|garcon-devel
- -> test-repo|master|garcon.morph|garcon|garcon-doc
- -> test-repo|master|garcon.morph|garcon|garcon-libs
- -> test-repo|master|garcon.morph|garcon|garcon-locale
- -> test-repo|master|garcon.morph|garcon|garcon-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- test-repo|master|tumbler.morph|tumbler|tumbler-doc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- test-repo|master|tumbler.morph|tumbler|tumbler-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- test-repo|master|thunar.morph|thunar|thunar-doc
- -> test-repo|master|exo.morph|exo|exo-bins
- -> test-repo|master|exo.morph|exo|exo-devel
- -> test-repo|master|exo.morph|exo|exo-doc
- -> test-repo|master|exo.morph|exo|exo-libs
- -> test-repo|master|exo.morph|exo|exo-locale
- -> test-repo|master|exo.morph|exo|exo-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- test-repo|master|thunar.morph|thunar|thunar-devel
- -> test-repo|master|exo.morph|exo|exo-bins
- -> test-repo|master|exo.morph|exo|exo-devel
- -> test-repo|master|exo.morph|exo|exo-doc
- -> test-repo|master|exo.morph|exo|exo-libs
- -> test-repo|master|exo.morph|exo|exo-locale
- -> test-repo|master|exo.morph|exo|exo-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-devel
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-doc
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-devel
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-doc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|gtk-xfce-engine.morph|gtk-xfce-engine.morph|gtk-xfce-engine.morph-devel
+ -> test-repo|master|gtk-xfce-engine.morph|gtk-xfce-engine.morph|gtk-xfce-engine.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-devel
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-doc
+ -> test-repo|master|thunar.morph|thunar.morph|thunar.morph-devel
+ -> test-repo|master|thunar.morph|thunar.morph|thunar.morph-doc
+ -> test-repo|master|tumbler.morph|tumbler.morph|tumbler.morph-devel
+ -> test-repo|master|tumbler.morph|tumbler.morph|tumbler.morph-doc
+ -> test-repo|master|xfce4-appfinder.morph|xfce4-appfinder.morph|xfce4-appfinder.morph-devel
+ -> test-repo|master|xfce4-appfinder.morph|xfce4-appfinder.morph|xfce4-appfinder.morph-doc
+ -> test-repo|master|xfce4-panel.morph|xfce4-panel.morph|xfce4-panel.morph-devel
+ -> test-repo|master|xfce4-panel.morph|xfce4-panel.morph|xfce4-panel.morph-doc
+ -> test-repo|master|xfce4-session.morph|xfce4-session.morph|xfce4-session.morph-devel
+ -> test-repo|master|xfce4-session.morph|xfce4-session.morph|xfce4-session.morph-doc
+ -> test-repo|master|xfce4-settings.morph|xfce4-settings.morph|xfce4-settings.morph-devel
+ -> test-repo|master|xfce4-settings.morph|xfce4-settings.morph|xfce4-settings.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfdesktop.morph|xfdesktop.morph|xfdesktop.morph-devel
+ -> test-repo|master|xfdesktop.morph|xfdesktop.morph|xfdesktop.morph-doc
+ -> test-repo|master|xfwm4.morph|xfwm4.morph|xfwm4.morph-devel
+ -> test-repo|master|xfwm4.morph|xfwm4.morph|xfwm4.morph-doc
+ test-repo|master|gtk-xfce-engine.morph|gtk-xfce-engine.morph|gtk-xfce-engine.morph-doc
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-bins
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-devel
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-doc
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-libs
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-locale
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|gtk-xfce-engine.morph|gtk-xfce-engine.morph|gtk-xfce-engine.morph-devel
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-bins
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-devel
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-doc
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-libs
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-locale
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|xfce4-appfinder.morph|xfce4-appfinder.morph|xfce4-appfinder.morph-doc
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-bins
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-devel
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-doc
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-libs
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-locale
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|xfce4-appfinder.morph|xfce4-appfinder.morph|xfce4-appfinder.morph-devel
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-bins
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-devel
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-doc
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-libs
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-locale
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|xfdesktop.morph|xfdesktop.morph|xfdesktop.morph-doc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|xfdesktop.morph|xfdesktop.morph|xfdesktop.morph-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|xfwm4.morph|xfwm4.morph|xfwm4.morph-doc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|xfwm4.morph|xfwm4.morph|xfwm4.morph-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|xfce4-session.morph|xfce4-session.morph|xfce4-session.morph-doc
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-bins
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-devel
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-doc
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-libs
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-locale
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|xfce4-session.morph|xfce4-session.morph|xfce4-session.morph-devel
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-bins
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-devel
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-doc
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-libs
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-locale
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|xfce4-settings.morph|xfce4-settings.morph|xfce4-settings.morph-doc
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-bins
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-devel
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-doc
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-libs
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-locale
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|xfce4-settings.morph|xfce4-settings.morph|xfce4-settings.morph-devel
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-bins
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-devel
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-doc
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-libs
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-locale
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|xfce4-panel.morph|xfce4-panel.morph|xfce4-panel.morph-doc
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-bins
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-devel
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-doc
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-libs
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-locale
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-misc
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-bins
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-devel
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-doc
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-libs
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-locale
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ test-repo|master|xfce4-panel.morph|xfce4-panel.morph|xfce4-panel.morph-devel
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-bins
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-devel
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-doc
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-libs
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-locale
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-misc
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-bins
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-devel
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-doc
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-libs
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-locale
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ test-repo|master|tumbler.morph|tumbler.morph|tumbler.morph-doc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ test-repo|master|tumbler.morph|tumbler.morph|tumbler.morph-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ test-repo|master|thunar.morph|thunar.morph|thunar.morph-doc
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-bins
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-devel
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-doc
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-libs
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-locale
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ test-repo|master|thunar.morph|thunar.morph|thunar.morph-devel
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-bins
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-devel
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-doc
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-libs
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-locale
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
test-repo|master|xfce-core.morph|xfce-core-runtime|xfce-core-runtime
- -> test-repo|master|exo.morph|exo|exo-bins
- -> test-repo|master|exo.morph|exo|exo-libs
- -> test-repo|master|exo.morph|exo|exo-locale
- -> test-repo|master|exo.morph|exo|exo-misc
- -> test-repo|master|garcon.morph|garcon|garcon-bins
- -> test-repo|master|garcon.morph|garcon|garcon-libs
- -> test-repo|master|garcon.morph|garcon|garcon-locale
- -> test-repo|master|garcon.morph|garcon|garcon-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|gtk-xfce-engine.morph|gtk-xfce-engine|gtk-xfce-engine-bins
- -> test-repo|master|gtk-xfce-engine.morph|gtk-xfce-engine|gtk-xfce-engine-libs
- -> test-repo|master|gtk-xfce-engine.morph|gtk-xfce-engine|gtk-xfce-engine-locale
- -> test-repo|master|gtk-xfce-engine.morph|gtk-xfce-engine|gtk-xfce-engine-misc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-bins
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-libs
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-locale
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-misc
- -> test-repo|master|thunar.morph|thunar|thunar-bins
- -> test-repo|master|thunar.morph|thunar|thunar-libs
- -> test-repo|master|thunar.morph|thunar|thunar-locale
- -> test-repo|master|thunar.morph|thunar|thunar-misc
- -> test-repo|master|tumbler.morph|tumbler|tumbler-bins
- -> test-repo|master|tumbler.morph|tumbler|tumbler-libs
- -> test-repo|master|tumbler.morph|tumbler|tumbler-locale
- -> test-repo|master|tumbler.morph|tumbler|tumbler-misc
- -> test-repo|master|xfce4-appfinder.morph|xfce4-appfinder|xfce4-appfinder-bins
- -> test-repo|master|xfce4-appfinder.morph|xfce4-appfinder|xfce4-appfinder-libs
- -> test-repo|master|xfce4-appfinder.morph|xfce4-appfinder|xfce4-appfinder-locale
- -> test-repo|master|xfce4-appfinder.morph|xfce4-appfinder|xfce4-appfinder-misc
- -> test-repo|master|xfce4-panel.morph|xfce4-panel|xfce4-panel-bins
- -> test-repo|master|xfce4-panel.morph|xfce4-panel|xfce4-panel-libs
- -> test-repo|master|xfce4-panel.morph|xfce4-panel|xfce4-panel-locale
- -> test-repo|master|xfce4-panel.morph|xfce4-panel|xfce4-panel-misc
- -> test-repo|master|xfce4-session.morph|xfce4-session|xfce4-session-bins
- -> test-repo|master|xfce4-session.morph|xfce4-session|xfce4-session-libs
- -> test-repo|master|xfce4-session.morph|xfce4-session|xfce4-session-locale
- -> test-repo|master|xfce4-session.morph|xfce4-session|xfce4-session-misc
- -> test-repo|master|xfce4-settings.morph|xfce4-settings|xfce4-settings-bins
- -> test-repo|master|xfce4-settings.morph|xfce4-settings|xfce4-settings-libs
- -> test-repo|master|xfce4-settings.morph|xfce4-settings|xfce4-settings-locale
- -> test-repo|master|xfce4-settings.morph|xfce4-settings|xfce4-settings-misc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- -> test-repo|master|xfdesktop.morph|xfdesktop|xfdesktop-bins
- -> test-repo|master|xfdesktop.morph|xfdesktop|xfdesktop-libs
- -> test-repo|master|xfdesktop.morph|xfdesktop|xfdesktop-locale
- -> test-repo|master|xfdesktop.morph|xfdesktop|xfdesktop-misc
- -> test-repo|master|xfwm4.morph|xfwm4|xfwm4-bins
- -> test-repo|master|xfwm4.morph|xfwm4|xfwm4-libs
- -> test-repo|master|xfwm4.morph|xfwm4|xfwm4-locale
- -> test-repo|master|xfwm4.morph|xfwm4|xfwm4-misc
- test-repo|master|gtk-xfce-engine.morph|gtk-xfce-engine|gtk-xfce-engine-misc
- -> test-repo|master|garcon.morph|garcon|garcon-bins
- -> test-repo|master|garcon.morph|garcon|garcon-devel
- -> test-repo|master|garcon.morph|garcon|garcon-doc
- -> test-repo|master|garcon.morph|garcon|garcon-libs
- -> test-repo|master|garcon.morph|garcon|garcon-locale
- -> test-repo|master|garcon.morph|garcon|garcon-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|gtk-xfce-engine.morph|gtk-xfce-engine|gtk-xfce-engine-locale
- -> test-repo|master|garcon.morph|garcon|garcon-bins
- -> test-repo|master|garcon.morph|garcon|garcon-devel
- -> test-repo|master|garcon.morph|garcon|garcon-doc
- -> test-repo|master|garcon.morph|garcon|garcon-libs
- -> test-repo|master|garcon.morph|garcon|garcon-locale
- -> test-repo|master|garcon.morph|garcon|garcon-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|gtk-xfce-engine.morph|gtk-xfce-engine|gtk-xfce-engine-libs
- -> test-repo|master|garcon.morph|garcon|garcon-bins
- -> test-repo|master|garcon.morph|garcon|garcon-devel
- -> test-repo|master|garcon.morph|garcon|garcon-doc
- -> test-repo|master|garcon.morph|garcon|garcon-libs
- -> test-repo|master|garcon.morph|garcon|garcon-locale
- -> test-repo|master|garcon.morph|garcon|garcon-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|gtk-xfce-engine.morph|gtk-xfce-engine|gtk-xfce-engine-bins
- -> test-repo|master|garcon.morph|garcon|garcon-bins
- -> test-repo|master|garcon.morph|garcon|garcon-devel
- -> test-repo|master|garcon.morph|garcon|garcon-doc
- -> test-repo|master|garcon.morph|garcon|garcon-libs
- -> test-repo|master|garcon.morph|garcon|garcon-locale
- -> test-repo|master|garcon.morph|garcon|garcon-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|xfce4-appfinder.morph|xfce4-appfinder|xfce4-appfinder-misc
- -> test-repo|master|garcon.morph|garcon|garcon-bins
- -> test-repo|master|garcon.morph|garcon|garcon-devel
- -> test-repo|master|garcon.morph|garcon|garcon-doc
- -> test-repo|master|garcon.morph|garcon|garcon-libs
- -> test-repo|master|garcon.morph|garcon|garcon-locale
- -> test-repo|master|garcon.morph|garcon|garcon-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|xfce4-appfinder.morph|xfce4-appfinder|xfce4-appfinder-locale
- -> test-repo|master|garcon.morph|garcon|garcon-bins
- -> test-repo|master|garcon.morph|garcon|garcon-devel
- -> test-repo|master|garcon.morph|garcon|garcon-doc
- -> test-repo|master|garcon.morph|garcon|garcon-libs
- -> test-repo|master|garcon.morph|garcon|garcon-locale
- -> test-repo|master|garcon.morph|garcon|garcon-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|xfce4-appfinder.morph|xfce4-appfinder|xfce4-appfinder-libs
- -> test-repo|master|garcon.morph|garcon|garcon-bins
- -> test-repo|master|garcon.morph|garcon|garcon-devel
- -> test-repo|master|garcon.morph|garcon|garcon-doc
- -> test-repo|master|garcon.morph|garcon|garcon-libs
- -> test-repo|master|garcon.morph|garcon|garcon-locale
- -> test-repo|master|garcon.morph|garcon|garcon-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|xfce4-appfinder.morph|xfce4-appfinder|xfce4-appfinder-bins
- -> test-repo|master|garcon.morph|garcon|garcon-bins
- -> test-repo|master|garcon.morph|garcon|garcon-devel
- -> test-repo|master|garcon.morph|garcon|garcon-doc
- -> test-repo|master|garcon.morph|garcon|garcon-libs
- -> test-repo|master|garcon.morph|garcon|garcon-locale
- -> test-repo|master|garcon.morph|garcon|garcon-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|xfdesktop.morph|xfdesktop|xfdesktop-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|xfdesktop.morph|xfdesktop|xfdesktop-locale
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|xfdesktop.morph|xfdesktop|xfdesktop-libs
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|xfdesktop.morph|xfdesktop|xfdesktop-bins
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|xfwm4.morph|xfwm4|xfwm4-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|xfwm4.morph|xfwm4|xfwm4-locale
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|xfwm4.morph|xfwm4|xfwm4-libs
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|xfwm4.morph|xfwm4|xfwm4-bins
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|xfce4-session.morph|xfce4-session|xfce4-session-misc
- -> test-repo|master|exo.morph|exo|exo-bins
- -> test-repo|master|exo.morph|exo|exo-devel
- -> test-repo|master|exo.morph|exo|exo-doc
- -> test-repo|master|exo.morph|exo|exo-libs
- -> test-repo|master|exo.morph|exo|exo-locale
- -> test-repo|master|exo.morph|exo|exo-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|xfce4-session.morph|xfce4-session|xfce4-session-locale
- -> test-repo|master|exo.morph|exo|exo-bins
- -> test-repo|master|exo.morph|exo|exo-devel
- -> test-repo|master|exo.morph|exo|exo-doc
- -> test-repo|master|exo.morph|exo|exo-libs
- -> test-repo|master|exo.morph|exo|exo-locale
- -> test-repo|master|exo.morph|exo|exo-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|xfce4-session.morph|xfce4-session|xfce4-session-libs
- -> test-repo|master|exo.morph|exo|exo-bins
- -> test-repo|master|exo.morph|exo|exo-devel
- -> test-repo|master|exo.morph|exo|exo-doc
- -> test-repo|master|exo.morph|exo|exo-libs
- -> test-repo|master|exo.morph|exo|exo-locale
- -> test-repo|master|exo.morph|exo|exo-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|xfce4-session.morph|xfce4-session|xfce4-session-bins
- -> test-repo|master|exo.morph|exo|exo-bins
- -> test-repo|master|exo.morph|exo|exo-devel
- -> test-repo|master|exo.morph|exo|exo-doc
- -> test-repo|master|exo.morph|exo|exo-libs
- -> test-repo|master|exo.morph|exo|exo-locale
- -> test-repo|master|exo.morph|exo|exo-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|xfce4-settings.morph|xfce4-settings|xfce4-settings-misc
- -> test-repo|master|exo.morph|exo|exo-bins
- -> test-repo|master|exo.morph|exo|exo-devel
- -> test-repo|master|exo.morph|exo|exo-doc
- -> test-repo|master|exo.morph|exo|exo-libs
- -> test-repo|master|exo.morph|exo|exo-locale
- -> test-repo|master|exo.morph|exo|exo-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|xfce4-settings.morph|xfce4-settings|xfce4-settings-locale
- -> test-repo|master|exo.morph|exo|exo-bins
- -> test-repo|master|exo.morph|exo|exo-devel
- -> test-repo|master|exo.morph|exo|exo-doc
- -> test-repo|master|exo.morph|exo|exo-libs
- -> test-repo|master|exo.morph|exo|exo-locale
- -> test-repo|master|exo.morph|exo|exo-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|xfce4-settings.morph|xfce4-settings|xfce4-settings-libs
- -> test-repo|master|exo.morph|exo|exo-bins
- -> test-repo|master|exo.morph|exo|exo-devel
- -> test-repo|master|exo.morph|exo|exo-doc
- -> test-repo|master|exo.morph|exo|exo-libs
- -> test-repo|master|exo.morph|exo|exo-locale
- -> test-repo|master|exo.morph|exo|exo-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|xfce4-settings.morph|xfce4-settings|xfce4-settings-bins
- -> test-repo|master|exo.morph|exo|exo-bins
- -> test-repo|master|exo.morph|exo|exo-devel
- -> test-repo|master|exo.morph|exo|exo-doc
- -> test-repo|master|exo.morph|exo|exo-libs
- -> test-repo|master|exo.morph|exo|exo-locale
- -> test-repo|master|exo.morph|exo|exo-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|xfce4-panel.morph|xfce4-panel|xfce4-panel-misc
- -> test-repo|master|exo.morph|exo|exo-bins
- -> test-repo|master|exo.morph|exo|exo-devel
- -> test-repo|master|exo.morph|exo|exo-doc
- -> test-repo|master|exo.morph|exo|exo-libs
- -> test-repo|master|exo.morph|exo|exo-locale
- -> test-repo|master|exo.morph|exo|exo-misc
- -> test-repo|master|garcon.morph|garcon|garcon-bins
- -> test-repo|master|garcon.morph|garcon|garcon-devel
- -> test-repo|master|garcon.morph|garcon|garcon-doc
- -> test-repo|master|garcon.morph|garcon|garcon-libs
- -> test-repo|master|garcon.morph|garcon|garcon-locale
- -> test-repo|master|garcon.morph|garcon|garcon-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- test-repo|master|xfce4-panel.morph|xfce4-panel|xfce4-panel-locale
- -> test-repo|master|exo.morph|exo|exo-bins
- -> test-repo|master|exo.morph|exo|exo-devel
- -> test-repo|master|exo.morph|exo|exo-doc
- -> test-repo|master|exo.morph|exo|exo-libs
- -> test-repo|master|exo.morph|exo|exo-locale
- -> test-repo|master|exo.morph|exo|exo-misc
- -> test-repo|master|garcon.morph|garcon|garcon-bins
- -> test-repo|master|garcon.morph|garcon|garcon-devel
- -> test-repo|master|garcon.morph|garcon|garcon-doc
- -> test-repo|master|garcon.morph|garcon|garcon-libs
- -> test-repo|master|garcon.morph|garcon|garcon-locale
- -> test-repo|master|garcon.morph|garcon|garcon-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- test-repo|master|xfce4-panel.morph|xfce4-panel|xfce4-panel-libs
- -> test-repo|master|exo.morph|exo|exo-bins
- -> test-repo|master|exo.morph|exo|exo-devel
- -> test-repo|master|exo.morph|exo|exo-doc
- -> test-repo|master|exo.morph|exo|exo-libs
- -> test-repo|master|exo.morph|exo|exo-locale
- -> test-repo|master|exo.morph|exo|exo-misc
- -> test-repo|master|garcon.morph|garcon|garcon-bins
- -> test-repo|master|garcon.morph|garcon|garcon-devel
- -> test-repo|master|garcon.morph|garcon|garcon-doc
- -> test-repo|master|garcon.morph|garcon|garcon-libs
- -> test-repo|master|garcon.morph|garcon|garcon-locale
- -> test-repo|master|garcon.morph|garcon|garcon-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- test-repo|master|xfce4-panel.morph|xfce4-panel|xfce4-panel-bins
- -> test-repo|master|exo.morph|exo|exo-bins
- -> test-repo|master|exo.morph|exo|exo-devel
- -> test-repo|master|exo.morph|exo|exo-doc
- -> test-repo|master|exo.morph|exo|exo-libs
- -> test-repo|master|exo.morph|exo|exo-locale
- -> test-repo|master|exo.morph|exo|exo-misc
- -> test-repo|master|garcon.morph|garcon|garcon-bins
- -> test-repo|master|garcon.morph|garcon|garcon-devel
- -> test-repo|master|garcon.morph|garcon|garcon-doc
- -> test-repo|master|garcon.morph|garcon|garcon-libs
- -> test-repo|master|garcon.morph|garcon|garcon-locale
- -> test-repo|master|garcon.morph|garcon|garcon-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- test-repo|master|garcon.morph|garcon|garcon-doc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-bins
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-devel
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-doc
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-libs
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-locale
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-misc
- test-repo|master|garcon.morph|garcon|garcon-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-bins
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-devel
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-doc
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-libs
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-locale
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-misc
- test-repo|master|tumbler.morph|tumbler|tumbler-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- test-repo|master|tumbler.morph|tumbler|tumbler-locale
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- test-repo|master|tumbler.morph|tumbler|tumbler-libs
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- test-repo|master|tumbler.morph|tumbler|tumbler-bins
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- test-repo|master|thunar.morph|thunar|thunar-misc
- -> test-repo|master|exo.morph|exo|exo-bins
- -> test-repo|master|exo.morph|exo|exo-devel
- -> test-repo|master|exo.morph|exo|exo-doc
- -> test-repo|master|exo.morph|exo|exo-libs
- -> test-repo|master|exo.morph|exo|exo-locale
- -> test-repo|master|exo.morph|exo|exo-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- test-repo|master|thunar.morph|thunar|thunar-locale
- -> test-repo|master|exo.morph|exo|exo-bins
- -> test-repo|master|exo.morph|exo|exo-devel
- -> test-repo|master|exo.morph|exo|exo-doc
- -> test-repo|master|exo.morph|exo|exo-libs
- -> test-repo|master|exo.morph|exo|exo-locale
- -> test-repo|master|exo.morph|exo|exo-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- test-repo|master|thunar.morph|thunar|thunar-libs
- -> test-repo|master|exo.morph|exo|exo-bins
- -> test-repo|master|exo.morph|exo|exo-devel
- -> test-repo|master|exo.morph|exo|exo-doc
- -> test-repo|master|exo.morph|exo|exo-libs
- -> test-repo|master|exo.morph|exo|exo-locale
- -> test-repo|master|exo.morph|exo|exo-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- test-repo|master|thunar.morph|thunar|thunar-bins
- -> test-repo|master|exo.morph|exo|exo-bins
- -> test-repo|master|exo.morph|exo|exo-devel
- -> test-repo|master|exo.morph|exo|exo-doc
- -> test-repo|master|exo.morph|exo|exo-libs
- -> test-repo|master|exo.morph|exo|exo-locale
- -> test-repo|master|exo.morph|exo|exo-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
- -> test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
- test-repo|master|exo.morph|exo|exo-doc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-bins
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-devel
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-doc
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-libs
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-locale
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-misc
- test-repo|master|exo.morph|exo|exo-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-bins
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-devel
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-doc
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-libs
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-locale
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-misc
- test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-doc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|garcon.morph|garcon|garcon-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-bins
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-devel
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-doc
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-libs
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-locale
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-misc
- test-repo|master|garcon.morph|garcon|garcon-locale
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-bins
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-devel
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-doc
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-libs
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-locale
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-misc
- test-repo|master|garcon.morph|garcon|garcon-libs
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-bins
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-devel
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-doc
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-libs
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-locale
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-misc
- test-repo|master|garcon.morph|garcon|garcon-bins
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-bins
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-devel
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-doc
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-libs
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-locale
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-misc
- test-repo|master|exo.morph|exo|exo-misc
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-bins
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-devel
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-doc
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-libs
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-locale
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-misc
- test-repo|master|exo.morph|exo|exo-locale
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-bins
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-devel
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-doc
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-libs
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-locale
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-misc
- test-repo|master|exo.morph|exo|exo-libs
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-bins
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-devel
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-doc
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-libs
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-locale
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-misc
- test-repo|master|exo.morph|exo|exo-bins
- -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-bins
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-devel
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-doc
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-libs
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-locale
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-misc
- test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-misc
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-bins
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-libs
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-locale
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-misc
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-bins
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-libs
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-locale
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|gtk-xfce-engine.morph|gtk-xfce-engine.morph|gtk-xfce-engine.morph-bins
+ -> test-repo|master|gtk-xfce-engine.morph|gtk-xfce-engine.morph|gtk-xfce-engine.morph-libs
+ -> test-repo|master|gtk-xfce-engine.morph|gtk-xfce-engine.morph|gtk-xfce-engine.morph-locale
+ -> test-repo|master|gtk-xfce-engine.morph|gtk-xfce-engine.morph|gtk-xfce-engine.morph-misc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-bins
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-libs
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-locale
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-misc
+ -> test-repo|master|thunar.morph|thunar.morph|thunar.morph-bins
+ -> test-repo|master|thunar.morph|thunar.morph|thunar.morph-libs
+ -> test-repo|master|thunar.morph|thunar.morph|thunar.morph-locale
+ -> test-repo|master|thunar.morph|thunar.morph|thunar.morph-misc
+ -> test-repo|master|tumbler.morph|tumbler.morph|tumbler.morph-bins
+ -> test-repo|master|tumbler.morph|tumbler.morph|tumbler.morph-libs
+ -> test-repo|master|tumbler.morph|tumbler.morph|tumbler.morph-locale
+ -> test-repo|master|tumbler.morph|tumbler.morph|tumbler.morph-misc
+ -> test-repo|master|xfce4-appfinder.morph|xfce4-appfinder.morph|xfce4-appfinder.morph-bins
+ -> test-repo|master|xfce4-appfinder.morph|xfce4-appfinder.morph|xfce4-appfinder.morph-libs
+ -> test-repo|master|xfce4-appfinder.morph|xfce4-appfinder.morph|xfce4-appfinder.morph-locale
+ -> test-repo|master|xfce4-appfinder.morph|xfce4-appfinder.morph|xfce4-appfinder.morph-misc
+ -> test-repo|master|xfce4-panel.morph|xfce4-panel.morph|xfce4-panel.morph-bins
+ -> test-repo|master|xfce4-panel.morph|xfce4-panel.morph|xfce4-panel.morph-libs
+ -> test-repo|master|xfce4-panel.morph|xfce4-panel.morph|xfce4-panel.morph-locale
+ -> test-repo|master|xfce4-panel.morph|xfce4-panel.morph|xfce4-panel.morph-misc
+ -> test-repo|master|xfce4-session.morph|xfce4-session.morph|xfce4-session.morph-bins
+ -> test-repo|master|xfce4-session.morph|xfce4-session.morph|xfce4-session.morph-libs
+ -> test-repo|master|xfce4-session.morph|xfce4-session.morph|xfce4-session.morph-locale
+ -> test-repo|master|xfce4-session.morph|xfce4-session.morph|xfce4-session.morph-misc
+ -> test-repo|master|xfce4-settings.morph|xfce4-settings.morph|xfce4-settings.morph-bins
+ -> test-repo|master|xfce4-settings.morph|xfce4-settings.morph|xfce4-settings.morph-libs
+ -> test-repo|master|xfce4-settings.morph|xfce4-settings.morph|xfce4-settings.morph-locale
+ -> test-repo|master|xfce4-settings.morph|xfce4-settings.morph|xfce4-settings.morph-misc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ -> test-repo|master|xfdesktop.morph|xfdesktop.morph|xfdesktop.morph-bins
+ -> test-repo|master|xfdesktop.morph|xfdesktop.morph|xfdesktop.morph-libs
+ -> test-repo|master|xfdesktop.morph|xfdesktop.morph|xfdesktop.morph-locale
+ -> test-repo|master|xfdesktop.morph|xfdesktop.morph|xfdesktop.morph-misc
+ -> test-repo|master|xfwm4.morph|xfwm4.morph|xfwm4.morph-bins
+ -> test-repo|master|xfwm4.morph|xfwm4.morph|xfwm4.morph-libs
+ -> test-repo|master|xfwm4.morph|xfwm4.morph|xfwm4.morph-locale
+ -> test-repo|master|xfwm4.morph|xfwm4.morph|xfwm4.morph-misc
+ test-repo|master|gtk-xfce-engine.morph|gtk-xfce-engine.morph|gtk-xfce-engine.morph-misc
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-bins
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-devel
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-doc
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-libs
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-locale
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|gtk-xfce-engine.morph|gtk-xfce-engine.morph|gtk-xfce-engine.morph-locale
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-bins
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-devel
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-doc
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-libs
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-locale
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|gtk-xfce-engine.morph|gtk-xfce-engine.morph|gtk-xfce-engine.morph-libs
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-bins
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-devel
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-doc
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-libs
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-locale
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|gtk-xfce-engine.morph|gtk-xfce-engine.morph|gtk-xfce-engine.morph-bins
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-bins
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-devel
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-doc
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-libs
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-locale
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|xfce4-appfinder.morph|xfce4-appfinder.morph|xfce4-appfinder.morph-misc
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-bins
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-devel
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-doc
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-libs
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-locale
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|xfce4-appfinder.morph|xfce4-appfinder.morph|xfce4-appfinder.morph-locale
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-bins
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-devel
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-doc
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-libs
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-locale
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|xfce4-appfinder.morph|xfce4-appfinder.morph|xfce4-appfinder.morph-libs
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-bins
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-devel
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-doc
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-libs
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-locale
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|xfce4-appfinder.morph|xfce4-appfinder.morph|xfce4-appfinder.morph-bins
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-bins
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-devel
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-doc
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-libs
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-locale
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|xfdesktop.morph|xfdesktop.morph|xfdesktop.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|xfdesktop.morph|xfdesktop.morph|xfdesktop.morph-locale
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|xfdesktop.morph|xfdesktop.morph|xfdesktop.morph-libs
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|xfdesktop.morph|xfdesktop.morph|xfdesktop.morph-bins
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|xfwm4.morph|xfwm4.morph|xfwm4.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|xfwm4.morph|xfwm4.morph|xfwm4.morph-locale
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|xfwm4.morph|xfwm4.morph|xfwm4.morph-libs
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|xfwm4.morph|xfwm4.morph|xfwm4.morph-bins
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|xfce4-session.morph|xfce4-session.morph|xfce4-session.morph-misc
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-bins
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-devel
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-doc
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-libs
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-locale
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|xfce4-session.morph|xfce4-session.morph|xfce4-session.morph-locale
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-bins
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-devel
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-doc
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-libs
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-locale
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|xfce4-session.morph|xfce4-session.morph|xfce4-session.morph-libs
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-bins
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-devel
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-doc
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-libs
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-locale
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|xfce4-session.morph|xfce4-session.morph|xfce4-session.morph-bins
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-bins
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-devel
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-doc
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-libs
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-locale
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|xfce4-settings.morph|xfce4-settings.morph|xfce4-settings.morph-misc
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-bins
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-devel
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-doc
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-libs
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-locale
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|xfce4-settings.morph|xfce4-settings.morph|xfce4-settings.morph-locale
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-bins
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-devel
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-doc
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-libs
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-locale
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|xfce4-settings.morph|xfce4-settings.morph|xfce4-settings.morph-libs
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-bins
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-devel
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-doc
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-libs
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-locale
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|xfce4-settings.morph|xfce4-settings.morph|xfce4-settings.morph-bins
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-bins
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-devel
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-doc
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-libs
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-locale
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|xfce4-panel.morph|xfce4-panel.morph|xfce4-panel.morph-misc
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-bins
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-devel
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-doc
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-libs
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-locale
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-misc
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-bins
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-devel
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-doc
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-libs
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-locale
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ test-repo|master|xfce4-panel.morph|xfce4-panel.morph|xfce4-panel.morph-locale
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-bins
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-devel
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-doc
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-libs
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-locale
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-misc
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-bins
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-devel
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-doc
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-libs
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-locale
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ test-repo|master|xfce4-panel.morph|xfce4-panel.morph|xfce4-panel.morph-libs
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-bins
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-devel
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-doc
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-libs
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-locale
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-misc
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-bins
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-devel
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-doc
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-libs
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-locale
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ test-repo|master|xfce4-panel.morph|xfce4-panel.morph|xfce4-panel.morph-bins
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-bins
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-devel
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-doc
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-libs
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-locale
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-misc
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-bins
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-devel
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-doc
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-libs
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-locale
+ -> test-repo|master|garcon.morph|garcon.morph|garcon.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ test-repo|master|garcon.morph|garcon.morph|garcon.morph-doc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-bins
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-devel
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-doc
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-libs
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-locale
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-misc
+ test-repo|master|garcon.morph|garcon.morph|garcon.morph-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-bins
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-devel
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-doc
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-libs
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-locale
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-misc
+ test-repo|master|tumbler.morph|tumbler.morph|tumbler.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ test-repo|master|tumbler.morph|tumbler.morph|tumbler.morph-locale
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ test-repo|master|tumbler.morph|tumbler.morph|tumbler.morph-libs
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ test-repo|master|tumbler.morph|tumbler.morph|tumbler.morph-bins
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ test-repo|master|thunar.morph|thunar.morph|thunar.morph-misc
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-bins
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-devel
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-doc
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-libs
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-locale
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ test-repo|master|thunar.morph|thunar.morph|thunar.morph-locale
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-bins
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-devel
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-doc
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-libs
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-locale
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ test-repo|master|thunar.morph|thunar.morph|thunar.morph-libs
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-bins
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-devel
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-doc
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-libs
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-locale
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ test-repo|master|thunar.morph|thunar.morph|thunar.morph-bins
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-bins
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-devel
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-doc
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-libs
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-locale
+ -> test-repo|master|exo.morph|exo.morph|exo.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
+ -> test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
+ test-repo|master|exo.morph|exo.morph|exo.morph-doc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-bins
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-devel
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-doc
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-libs
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-locale
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-misc
+ test-repo|master|exo.morph|exo.morph|exo.morph-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-bins
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-devel
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-doc
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-libs
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-locale
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-misc
+ test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-doc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|garcon.morph|garcon.morph|garcon.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-bins
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-devel
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-doc
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-libs
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-locale
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-misc
+ test-repo|master|garcon.morph|garcon.morph|garcon.morph-locale
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-bins
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-devel
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-doc
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-libs
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-locale
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-misc
+ test-repo|master|garcon.morph|garcon.morph|garcon.morph-libs
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-bins
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-devel
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-doc
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-libs
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-locale
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-misc
+ test-repo|master|garcon.morph|garcon.morph|garcon.morph-bins
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-bins
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-devel
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-doc
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-libs
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-locale
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-misc
+ test-repo|master|exo.morph|exo.morph|exo.morph-misc
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-bins
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-devel
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-doc
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-libs
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-locale
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-misc
+ test-repo|master|exo.morph|exo.morph|exo.morph-locale
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-bins
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-devel
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-doc
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-libs
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-locale
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-misc
+ test-repo|master|exo.morph|exo.morph|exo.morph-libs
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-bins
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-devel
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-doc
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-libs
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-locale
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-misc
+ test-repo|master|exo.morph|exo.morph|exo.morph-bins
+ -> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
+ -> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-bins
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-devel
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-doc
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-libs
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-locale
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-misc
+ test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-misc
-> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
-> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-locale
-> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
-> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-libs
-> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
-> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|libxfce4ui.morph|libxfce4ui|libxfce4ui-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|libxfce4ui.morph|libxfce4ui.morph|libxfce4ui.morph-bins
-> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
-> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|xfconf.morph|xfconf|xfconf-bins
- -> test-repo|master|xfconf.morph|xfconf|xfconf-devel
- -> test-repo|master|xfconf.morph|xfconf|xfconf-doc
- -> test-repo|master|xfconf.morph|xfconf|xfconf-libs
- -> test-repo|master|xfconf.morph|xfconf|xfconf-locale
- -> test-repo|master|xfconf.morph|xfconf|xfconf-misc
- test-repo|master|xfconf.morph|xfconf|xfconf-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
+ -> test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
+ test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-doc
-> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
-> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-bins
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-devel
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-doc
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-libs
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-locale
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-misc
- test-repo|master|xfconf.morph|xfconf|xfconf-devel
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-bins
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-devel
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-doc
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-libs
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-locale
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-misc
+ test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-devel
-> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
-> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-bins
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-devel
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-doc
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-libs
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-locale
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-misc
- test-repo|master|xfconf.morph|xfconf|xfconf-misc
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-bins
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-devel
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-doc
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-libs
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-locale
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-misc
+ test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-misc
-> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
-> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-bins
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-devel
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-doc
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-libs
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-locale
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-misc
- test-repo|master|xfconf.morph|xfconf|xfconf-locale
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-bins
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-devel
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-doc
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-libs
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-locale
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-misc
+ test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-locale
-> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
-> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-bins
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-devel
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-doc
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-libs
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-locale
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-misc
- test-repo|master|xfconf.morph|xfconf|xfconf-libs
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-bins
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-devel
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-doc
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-libs
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-locale
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-misc
+ test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-libs
-> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
-> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-bins
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-devel
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-doc
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-libs
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-locale
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-misc
- test-repo|master|xfconf.morph|xfconf|xfconf-bins
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-bins
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-devel
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-doc
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-libs
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-locale
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-misc
+ test-repo|master|xfconf.morph|xfconf.morph|xfconf.morph-bins
-> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
-> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-bins
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-devel
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-doc
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-libs
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-locale
- -> test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-misc
- test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-doc
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-bins
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-devel
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-doc
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-libs
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-locale
+ -> test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-misc
+ test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-doc
-> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
-> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-devel
+ test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-devel
-> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
-> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-misc
+ test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-misc
-> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
-> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-locale
+ test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-locale
-> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
-> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-libs
+ test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-libs
-> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
-> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- test-repo|master|libxfce4util.morph|libxfce4util|libxfce4util-bins
+ test-repo|master|libxfce4util.morph|libxfce4util.morph|libxfce4util.morph-bins
-> test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
-> test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
test-repo|master|gtk-stack.morph|gtk-stack-runtime|gtk-stack-runtime
- -> test-repo|master|cairo.morph|cairo|cairo-bins
- -> test-repo|master|cairo.morph|cairo|cairo-libs
- -> test-repo|master|cairo.morph|cairo|cairo-locale
- -> test-repo|master|cairo.morph|cairo|cairo-misc
- -> test-repo|master|dbus-glib.morph|dbus-glib|dbus-glib-bins
- -> test-repo|master|dbus-glib.morph|dbus-glib|dbus-glib-libs
- -> test-repo|master|dbus-glib.morph|dbus-glib|dbus-glib-locale
- -> test-repo|master|dbus-glib.morph|dbus-glib|dbus-glib-misc
- -> test-repo|master|dbus.morph|dbus|dbus-bins
- -> test-repo|master|dbus.morph|dbus|dbus-libs
- -> test-repo|master|dbus.morph|dbus|dbus-locale
- -> test-repo|master|dbus.morph|dbus|dbus-misc
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-bins
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-libs
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-locale
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-misc
- -> test-repo|master|freetype.morph|freetype|freetype-bins
- -> test-repo|master|freetype.morph|freetype|freetype-libs
- -> test-repo|master|freetype.morph|freetype|freetype-locale
- -> test-repo|master|freetype.morph|freetype|freetype-misc
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-bins
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-libs
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-locale
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-misc
- -> test-repo|master|glib.morph|glib|glib-bins
- -> test-repo|master|glib.morph|glib|glib-libs
- -> test-repo|master|glib.morph|glib|glib-locale
- -> test-repo|master|glib.morph|glib|glib-misc
- -> test-repo|master|gtk.morph|gtk|gtk-bins
- -> test-repo|master|gtk.morph|gtk|gtk-libs
- -> test-repo|master|gtk.morph|gtk|gtk-locale
- -> test-repo|master|gtk.morph|gtk|gtk-misc
- -> test-repo|master|pango.morph|pango|pango-bins
- -> test-repo|master|pango.morph|pango|pango-libs
- -> test-repo|master|pango.morph|pango|pango-locale
- -> test-repo|master|pango.morph|pango|pango-misc
- test-repo|master|dbus-glib.morph|dbus-glib|dbus-glib-misc
- -> test-repo|master|dbus.morph|dbus|dbus-bins
- -> test-repo|master|dbus.morph|dbus|dbus-devel
- -> test-repo|master|dbus.morph|dbus|dbus-doc
- -> test-repo|master|dbus.morph|dbus|dbus-libs
- -> test-repo|master|dbus.morph|dbus|dbus-locale
- -> test-repo|master|dbus.morph|dbus|dbus-misc
- -> test-repo|master|glib.morph|glib|glib-bins
- -> test-repo|master|glib.morph|glib|glib-devel
- -> test-repo|master|glib.morph|glib|glib-doc
- -> test-repo|master|glib.morph|glib|glib-libs
- -> test-repo|master|glib.morph|glib|glib-locale
- -> test-repo|master|glib.morph|glib|glib-misc
- test-repo|master|dbus-glib.morph|dbus-glib|dbus-glib-locale
- -> test-repo|master|dbus.morph|dbus|dbus-bins
- -> test-repo|master|dbus.morph|dbus|dbus-devel
- -> test-repo|master|dbus.morph|dbus|dbus-doc
- -> test-repo|master|dbus.morph|dbus|dbus-libs
- -> test-repo|master|dbus.morph|dbus|dbus-locale
- -> test-repo|master|dbus.morph|dbus|dbus-misc
- -> test-repo|master|glib.morph|glib|glib-bins
- -> test-repo|master|glib.morph|glib|glib-devel
- -> test-repo|master|glib.morph|glib|glib-doc
- -> test-repo|master|glib.morph|glib|glib-libs
- -> test-repo|master|glib.morph|glib|glib-locale
- -> test-repo|master|glib.morph|glib|glib-misc
- test-repo|master|dbus-glib.morph|dbus-glib|dbus-glib-libs
- -> test-repo|master|dbus.morph|dbus|dbus-bins
- -> test-repo|master|dbus.morph|dbus|dbus-devel
- -> test-repo|master|dbus.morph|dbus|dbus-doc
- -> test-repo|master|dbus.morph|dbus|dbus-libs
- -> test-repo|master|dbus.morph|dbus|dbus-locale
- -> test-repo|master|dbus.morph|dbus|dbus-misc
- -> test-repo|master|glib.morph|glib|glib-bins
- -> test-repo|master|glib.morph|glib|glib-devel
- -> test-repo|master|glib.morph|glib|glib-doc
- -> test-repo|master|glib.morph|glib|glib-libs
- -> test-repo|master|glib.morph|glib|glib-locale
- -> test-repo|master|glib.morph|glib|glib-misc
- test-repo|master|dbus-glib.morph|dbus-glib|dbus-glib-bins
- -> test-repo|master|dbus.morph|dbus|dbus-bins
- -> test-repo|master|dbus.morph|dbus|dbus-devel
- -> test-repo|master|dbus.morph|dbus|dbus-doc
- -> test-repo|master|dbus.morph|dbus|dbus-libs
- -> test-repo|master|dbus.morph|dbus|dbus-locale
- -> test-repo|master|dbus.morph|dbus|dbus-misc
- -> test-repo|master|glib.morph|glib|glib-bins
- -> test-repo|master|glib.morph|glib|glib-devel
- -> test-repo|master|glib.morph|glib|glib-doc
- -> test-repo|master|glib.morph|glib|glib-libs
- -> test-repo|master|glib.morph|glib|glib-locale
- -> test-repo|master|glib.morph|glib|glib-misc
- test-repo|master|gtk.morph|gtk|gtk-misc
- -> test-repo|master|cairo.morph|cairo|cairo-bins
- -> test-repo|master|cairo.morph|cairo|cairo-devel
- -> test-repo|master|cairo.morph|cairo|cairo-doc
- -> test-repo|master|cairo.morph|cairo|cairo-libs
- -> test-repo|master|cairo.morph|cairo|cairo-locale
- -> test-repo|master|cairo.morph|cairo|cairo-misc
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-bins
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-devel
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-doc
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-libs
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-locale
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-misc
- -> test-repo|master|glib.morph|glib|glib-bins
- -> test-repo|master|glib.morph|glib|glib-devel
- -> test-repo|master|glib.morph|glib|glib-doc
- -> test-repo|master|glib.morph|glib|glib-libs
- -> test-repo|master|glib.morph|glib|glib-locale
- -> test-repo|master|glib.morph|glib|glib-misc
- -> test-repo|master|pango.morph|pango|pango-bins
- -> test-repo|master|pango.morph|pango|pango-devel
- -> test-repo|master|pango.morph|pango|pango-doc
- -> test-repo|master|pango.morph|pango|pango-libs
- -> test-repo|master|pango.morph|pango|pango-locale
- -> test-repo|master|pango.morph|pango|pango-misc
- test-repo|master|gtk.morph|gtk|gtk-locale
- -> test-repo|master|cairo.morph|cairo|cairo-bins
- -> test-repo|master|cairo.morph|cairo|cairo-devel
- -> test-repo|master|cairo.morph|cairo|cairo-doc
- -> test-repo|master|cairo.morph|cairo|cairo-libs
- -> test-repo|master|cairo.morph|cairo|cairo-locale
- -> test-repo|master|cairo.morph|cairo|cairo-misc
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-bins
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-devel
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-doc
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-libs
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-locale
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-misc
- -> test-repo|master|glib.morph|glib|glib-bins
- -> test-repo|master|glib.morph|glib|glib-devel
- -> test-repo|master|glib.morph|glib|glib-doc
- -> test-repo|master|glib.morph|glib|glib-libs
- -> test-repo|master|glib.morph|glib|glib-locale
- -> test-repo|master|glib.morph|glib|glib-misc
- -> test-repo|master|pango.morph|pango|pango-bins
- -> test-repo|master|pango.morph|pango|pango-devel
- -> test-repo|master|pango.morph|pango|pango-doc
- -> test-repo|master|pango.morph|pango|pango-libs
- -> test-repo|master|pango.morph|pango|pango-locale
- -> test-repo|master|pango.morph|pango|pango-misc
- test-repo|master|gtk.morph|gtk|gtk-libs
- -> test-repo|master|cairo.morph|cairo|cairo-bins
- -> test-repo|master|cairo.morph|cairo|cairo-devel
- -> test-repo|master|cairo.morph|cairo|cairo-doc
- -> test-repo|master|cairo.morph|cairo|cairo-libs
- -> test-repo|master|cairo.morph|cairo|cairo-locale
- -> test-repo|master|cairo.morph|cairo|cairo-misc
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-bins
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-devel
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-doc
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-libs
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-locale
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-misc
- -> test-repo|master|glib.morph|glib|glib-bins
- -> test-repo|master|glib.morph|glib|glib-devel
- -> test-repo|master|glib.morph|glib|glib-doc
- -> test-repo|master|glib.morph|glib|glib-libs
- -> test-repo|master|glib.morph|glib|glib-locale
- -> test-repo|master|glib.morph|glib|glib-misc
- -> test-repo|master|pango.morph|pango|pango-bins
- -> test-repo|master|pango.morph|pango|pango-devel
- -> test-repo|master|pango.morph|pango|pango-doc
- -> test-repo|master|pango.morph|pango|pango-libs
- -> test-repo|master|pango.morph|pango|pango-locale
- -> test-repo|master|pango.morph|pango|pango-misc
- test-repo|master|gtk.morph|gtk|gtk-bins
- -> test-repo|master|cairo.morph|cairo|cairo-bins
- -> test-repo|master|cairo.morph|cairo|cairo-devel
- -> test-repo|master|cairo.morph|cairo|cairo-doc
- -> test-repo|master|cairo.morph|cairo|cairo-libs
- -> test-repo|master|cairo.morph|cairo|cairo-locale
- -> test-repo|master|cairo.morph|cairo|cairo-misc
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-bins
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-devel
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-doc
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-libs
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-locale
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-misc
- -> test-repo|master|glib.morph|glib|glib-bins
- -> test-repo|master|glib.morph|glib|glib-devel
- -> test-repo|master|glib.morph|glib|glib-doc
- -> test-repo|master|glib.morph|glib|glib-libs
- -> test-repo|master|glib.morph|glib|glib-locale
- -> test-repo|master|glib.morph|glib|glib-misc
- -> test-repo|master|pango.morph|pango|pango-bins
- -> test-repo|master|pango.morph|pango|pango-devel
- -> test-repo|master|pango.morph|pango|pango-doc
- -> test-repo|master|pango.morph|pango|pango-libs
- -> test-repo|master|pango.morph|pango|pango-locale
- -> test-repo|master|pango.morph|pango|pango-misc
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-bins
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-libs
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-locale
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-misc
+ -> test-repo|master|dbus-glib.morph|dbus-glib.morph|dbus-glib.morph-bins
+ -> test-repo|master|dbus-glib.morph|dbus-glib.morph|dbus-glib.morph-libs
+ -> test-repo|master|dbus-glib.morph|dbus-glib.morph|dbus-glib.morph-locale
+ -> test-repo|master|dbus-glib.morph|dbus-glib.morph|dbus-glib.morph-misc
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-bins
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-libs
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-locale
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-misc
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-bins
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-libs
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-locale
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-misc
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-bins
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-libs
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-locale
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-misc
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-bins
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-libs
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-locale
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-misc
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-bins
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-libs
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-locale
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-misc
+ -> test-repo|master|gtk.morph|gtk.morph|gtk.morph-bins
+ -> test-repo|master|gtk.morph|gtk.morph|gtk.morph-libs
+ -> test-repo|master|gtk.morph|gtk.morph|gtk.morph-locale
+ -> test-repo|master|gtk.morph|gtk.morph|gtk.morph-misc
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-bins
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-libs
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-locale
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-misc
+ test-repo|master|dbus-glib.morph|dbus-glib.morph|dbus-glib.morph-misc
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-bins
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-devel
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-doc
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-libs
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-locale
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-misc
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-bins
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-devel
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-doc
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-libs
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-locale
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-misc
+ test-repo|master|dbus-glib.morph|dbus-glib.morph|dbus-glib.morph-locale
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-bins
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-devel
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-doc
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-libs
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-locale
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-misc
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-bins
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-devel
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-doc
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-libs
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-locale
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-misc
+ test-repo|master|dbus-glib.morph|dbus-glib.morph|dbus-glib.morph-libs
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-bins
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-devel
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-doc
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-libs
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-locale
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-misc
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-bins
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-devel
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-doc
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-libs
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-locale
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-misc
+ test-repo|master|dbus-glib.morph|dbus-glib.morph|dbus-glib.morph-bins
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-bins
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-devel
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-doc
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-libs
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-locale
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-misc
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-bins
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-devel
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-doc
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-libs
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-locale
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-misc
+ test-repo|master|gtk.morph|gtk.morph|gtk.morph-misc
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-bins
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-devel
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-doc
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-libs
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-locale
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-misc
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-bins
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-devel
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-doc
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-libs
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-locale
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-misc
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-bins
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-devel
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-doc
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-libs
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-locale
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-misc
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-bins
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-devel
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-doc
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-libs
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-locale
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-misc
+ test-repo|master|gtk.morph|gtk.morph|gtk.morph-locale
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-bins
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-devel
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-doc
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-libs
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-locale
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-misc
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-bins
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-devel
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-doc
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-libs
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-locale
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-misc
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-bins
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-devel
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-doc
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-libs
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-locale
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-misc
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-bins
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-devel
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-doc
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-libs
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-locale
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-misc
+ test-repo|master|gtk.morph|gtk.morph|gtk.morph-libs
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-bins
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-devel
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-doc
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-libs
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-locale
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-misc
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-bins
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-devel
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-doc
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-libs
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-locale
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-misc
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-bins
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-devel
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-doc
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-libs
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-locale
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-misc
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-bins
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-devel
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-doc
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-libs
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-locale
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-misc
+ test-repo|master|gtk.morph|gtk.morph|gtk.morph-bins
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-bins
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-devel
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-doc
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-libs
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-locale
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-misc
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-bins
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-devel
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-doc
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-libs
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-locale
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-misc
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-bins
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-devel
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-doc
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-libs
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-locale
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-misc
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-bins
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-devel
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-doc
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-libs
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-locale
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-misc
test-repo|master|gtk-stack.morph|gtk-stack-devel|gtk-stack-devel
- -> test-repo|master|cairo.morph|cairo|cairo-devel
- -> test-repo|master|cairo.morph|cairo|cairo-doc
- -> test-repo|master|dbus-glib.morph|dbus-glib|dbus-glib-devel
- -> test-repo|master|dbus-glib.morph|dbus-glib|dbus-glib-doc
- -> test-repo|master|dbus.morph|dbus|dbus-devel
- -> test-repo|master|dbus.morph|dbus|dbus-doc
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-devel
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-doc
- -> test-repo|master|freetype.morph|freetype|freetype-devel
- -> test-repo|master|freetype.morph|freetype|freetype-doc
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-devel
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-doc
- -> test-repo|master|glib.morph|glib|glib-devel
- -> test-repo|master|glib.morph|glib|glib-doc
- -> test-repo|master|gtk.morph|gtk|gtk-devel
- -> test-repo|master|gtk.morph|gtk|gtk-doc
- -> test-repo|master|pango.morph|pango|pango-devel
- -> test-repo|master|pango.morph|pango|pango-doc
- test-repo|master|dbus-glib.morph|dbus-glib|dbus-glib-doc
- -> test-repo|master|dbus.morph|dbus|dbus-bins
- -> test-repo|master|dbus.morph|dbus|dbus-devel
- -> test-repo|master|dbus.morph|dbus|dbus-doc
- -> test-repo|master|dbus.morph|dbus|dbus-libs
- -> test-repo|master|dbus.morph|dbus|dbus-locale
- -> test-repo|master|dbus.morph|dbus|dbus-misc
- -> test-repo|master|glib.morph|glib|glib-bins
- -> test-repo|master|glib.morph|glib|glib-devel
- -> test-repo|master|glib.morph|glib|glib-doc
- -> test-repo|master|glib.morph|glib|glib-libs
- -> test-repo|master|glib.morph|glib|glib-locale
- -> test-repo|master|glib.morph|glib|glib-misc
- test-repo|master|dbus-glib.morph|dbus-glib|dbus-glib-devel
- -> test-repo|master|dbus.morph|dbus|dbus-bins
- -> test-repo|master|dbus.morph|dbus|dbus-devel
- -> test-repo|master|dbus.morph|dbus|dbus-doc
- -> test-repo|master|dbus.morph|dbus|dbus-libs
- -> test-repo|master|dbus.morph|dbus|dbus-locale
- -> test-repo|master|dbus.morph|dbus|dbus-misc
- -> test-repo|master|glib.morph|glib|glib-bins
- -> test-repo|master|glib.morph|glib|glib-devel
- -> test-repo|master|glib.morph|glib|glib-doc
- -> test-repo|master|glib.morph|glib|glib-libs
- -> test-repo|master|glib.morph|glib|glib-locale
- -> test-repo|master|glib.morph|glib|glib-misc
- test-repo|master|dbus.morph|dbus|dbus-misc
- test-repo|master|dbus.morph|dbus|dbus-locale
- test-repo|master|dbus.morph|dbus|dbus-libs
- test-repo|master|dbus.morph|dbus|dbus-bins
- test-repo|master|dbus.morph|dbus|dbus-doc
- test-repo|master|dbus.morph|dbus|dbus-devel
- test-repo|master|gtk.morph|gtk|gtk-doc
- -> test-repo|master|cairo.morph|cairo|cairo-bins
- -> test-repo|master|cairo.morph|cairo|cairo-devel
- -> test-repo|master|cairo.morph|cairo|cairo-doc
- -> test-repo|master|cairo.morph|cairo|cairo-libs
- -> test-repo|master|cairo.morph|cairo|cairo-locale
- -> test-repo|master|cairo.morph|cairo|cairo-misc
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-bins
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-devel
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-doc
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-libs
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-locale
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-misc
- -> test-repo|master|glib.morph|glib|glib-bins
- -> test-repo|master|glib.morph|glib|glib-devel
- -> test-repo|master|glib.morph|glib|glib-doc
- -> test-repo|master|glib.morph|glib|glib-libs
- -> test-repo|master|glib.morph|glib|glib-locale
- -> test-repo|master|glib.morph|glib|glib-misc
- -> test-repo|master|pango.morph|pango|pango-bins
- -> test-repo|master|pango.morph|pango|pango-devel
- -> test-repo|master|pango.morph|pango|pango-doc
- -> test-repo|master|pango.morph|pango|pango-libs
- -> test-repo|master|pango.morph|pango|pango-locale
- -> test-repo|master|pango.morph|pango|pango-misc
- test-repo|master|gtk.morph|gtk|gtk-devel
- -> test-repo|master|cairo.morph|cairo|cairo-bins
- -> test-repo|master|cairo.morph|cairo|cairo-devel
- -> test-repo|master|cairo.morph|cairo|cairo-doc
- -> test-repo|master|cairo.morph|cairo|cairo-libs
- -> test-repo|master|cairo.morph|cairo|cairo-locale
- -> test-repo|master|cairo.morph|cairo|cairo-misc
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-bins
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-devel
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-doc
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-libs
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-locale
- -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-misc
- -> test-repo|master|glib.morph|glib|glib-bins
- -> test-repo|master|glib.morph|glib|glib-devel
- -> test-repo|master|glib.morph|glib|glib-doc
- -> test-repo|master|glib.morph|glib|glib-libs
- -> test-repo|master|glib.morph|glib|glib-locale
- -> test-repo|master|glib.morph|glib|glib-misc
- -> test-repo|master|pango.morph|pango|pango-bins
- -> test-repo|master|pango.morph|pango|pango-devel
- -> test-repo|master|pango.morph|pango|pango-doc
- -> test-repo|master|pango.morph|pango|pango-libs
- -> test-repo|master|pango.morph|pango|pango-locale
- -> test-repo|master|pango.morph|pango|pango-misc
- test-repo|master|pango.morph|pango|pango-misc
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-bins
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-devel
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-doc
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-libs
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-locale
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-misc
- -> test-repo|master|freetype.morph|freetype|freetype-bins
- -> test-repo|master|freetype.morph|freetype|freetype-devel
- -> test-repo|master|freetype.morph|freetype|freetype-doc
- -> test-repo|master|freetype.morph|freetype|freetype-libs
- -> test-repo|master|freetype.morph|freetype|freetype-locale
- -> test-repo|master|freetype.morph|freetype|freetype-misc
- test-repo|master|pango.morph|pango|pango-locale
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-bins
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-devel
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-doc
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-libs
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-locale
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-misc
- -> test-repo|master|freetype.morph|freetype|freetype-bins
- -> test-repo|master|freetype.morph|freetype|freetype-devel
- -> test-repo|master|freetype.morph|freetype|freetype-doc
- -> test-repo|master|freetype.morph|freetype|freetype-libs
- -> test-repo|master|freetype.morph|freetype|freetype-locale
- -> test-repo|master|freetype.morph|freetype|freetype-misc
- test-repo|master|pango.morph|pango|pango-libs
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-bins
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-devel
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-doc
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-libs
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-locale
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-misc
- -> test-repo|master|freetype.morph|freetype|freetype-bins
- -> test-repo|master|freetype.morph|freetype|freetype-devel
- -> test-repo|master|freetype.morph|freetype|freetype-doc
- -> test-repo|master|freetype.morph|freetype|freetype-libs
- -> test-repo|master|freetype.morph|freetype|freetype-locale
- -> test-repo|master|freetype.morph|freetype|freetype-misc
- test-repo|master|pango.morph|pango|pango-bins
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-bins
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-devel
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-doc
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-libs
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-locale
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-misc
- -> test-repo|master|freetype.morph|freetype|freetype-bins
- -> test-repo|master|freetype.morph|freetype|freetype-devel
- -> test-repo|master|freetype.morph|freetype|freetype-doc
- -> test-repo|master|freetype.morph|freetype|freetype-libs
- -> test-repo|master|freetype.morph|freetype|freetype-locale
- -> test-repo|master|freetype.morph|freetype|freetype-misc
- test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-misc
- -> test-repo|master|glib.morph|glib|glib-bins
- -> test-repo|master|glib.morph|glib|glib-devel
- -> test-repo|master|glib.morph|glib|glib-doc
- -> test-repo|master|glib.morph|glib|glib-libs
- -> test-repo|master|glib.morph|glib|glib-locale
- -> test-repo|master|glib.morph|glib|glib-misc
- test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-locale
- -> test-repo|master|glib.morph|glib|glib-bins
- -> test-repo|master|glib.morph|glib|glib-devel
- -> test-repo|master|glib.morph|glib|glib-doc
- -> test-repo|master|glib.morph|glib|glib-libs
- -> test-repo|master|glib.morph|glib|glib-locale
- -> test-repo|master|glib.morph|glib|glib-misc
- test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-libs
- -> test-repo|master|glib.morph|glib|glib-bins
- -> test-repo|master|glib.morph|glib|glib-devel
- -> test-repo|master|glib.morph|glib|glib-doc
- -> test-repo|master|glib.morph|glib|glib-libs
- -> test-repo|master|glib.morph|glib|glib-locale
- -> test-repo|master|glib.morph|glib|glib-misc
- test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-bins
- -> test-repo|master|glib.morph|glib|glib-bins
- -> test-repo|master|glib.morph|glib|glib-devel
- -> test-repo|master|glib.morph|glib|glib-doc
- -> test-repo|master|glib.morph|glib|glib-libs
- -> test-repo|master|glib.morph|glib|glib-locale
- -> test-repo|master|glib.morph|glib|glib-misc
- test-repo|master|cairo.morph|cairo|cairo-misc
- test-repo|master|cairo.morph|cairo|cairo-locale
- test-repo|master|cairo.morph|cairo|cairo-libs
- test-repo|master|cairo.morph|cairo|cairo-bins
- test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-doc
- -> test-repo|master|glib.morph|glib|glib-bins
- -> test-repo|master|glib.morph|glib|glib-devel
- -> test-repo|master|glib.morph|glib|glib-doc
- -> test-repo|master|glib.morph|glib|glib-libs
- -> test-repo|master|glib.morph|glib|glib-locale
- -> test-repo|master|glib.morph|glib|glib-misc
- test-repo|master|gdk-pixbuf.morph|gdk-pixbuf|gdk-pixbuf-devel
- -> test-repo|master|glib.morph|glib|glib-bins
- -> test-repo|master|glib.morph|glib|glib-devel
- -> test-repo|master|glib.morph|glib|glib-doc
- -> test-repo|master|glib.morph|glib|glib-libs
- -> test-repo|master|glib.morph|glib|glib-locale
- -> test-repo|master|glib.morph|glib|glib-misc
- test-repo|master|glib.morph|glib|glib-misc
- test-repo|master|glib.morph|glib|glib-locale
- test-repo|master|glib.morph|glib|glib-libs
- test-repo|master|glib.morph|glib|glib-bins
- test-repo|master|glib.morph|glib|glib-doc
- test-repo|master|glib.morph|glib|glib-devel
- test-repo|master|pango.morph|pango|pango-doc
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-bins
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-devel
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-doc
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-libs
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-locale
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-misc
- -> test-repo|master|freetype.morph|freetype|freetype-bins
- -> test-repo|master|freetype.morph|freetype|freetype-devel
- -> test-repo|master|freetype.morph|freetype|freetype-doc
- -> test-repo|master|freetype.morph|freetype|freetype-libs
- -> test-repo|master|freetype.morph|freetype|freetype-locale
- -> test-repo|master|freetype.morph|freetype|freetype-misc
- test-repo|master|pango.morph|pango|pango-devel
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-bins
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-devel
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-doc
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-libs
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-locale
- -> test-repo|master|fontconfig.morph|fontconfig|fontconfig-misc
- -> test-repo|master|freetype.morph|freetype|freetype-bins
- -> test-repo|master|freetype.morph|freetype|freetype-devel
- -> test-repo|master|freetype.morph|freetype|freetype-doc
- -> test-repo|master|freetype.morph|freetype|freetype-libs
- -> test-repo|master|freetype.morph|freetype|freetype-locale
- -> test-repo|master|freetype.morph|freetype|freetype-misc
- test-repo|master|fontconfig.morph|fontconfig|fontconfig-misc
- test-repo|master|fontconfig.morph|fontconfig|fontconfig-locale
- test-repo|master|fontconfig.morph|fontconfig|fontconfig-libs
- test-repo|master|fontconfig.morph|fontconfig|fontconfig-bins
- test-repo|master|freetype.morph|freetype|freetype-misc
- test-repo|master|freetype.morph|freetype|freetype-locale
- test-repo|master|freetype.morph|freetype|freetype-libs
- test-repo|master|freetype.morph|freetype|freetype-bins
- test-repo|master|cairo.morph|cairo|cairo-doc
- test-repo|master|cairo.morph|cairo|cairo-devel
- test-repo|master|fontconfig.morph|fontconfig|fontconfig-doc
- test-repo|master|fontconfig.morph|fontconfig|fontconfig-devel
- test-repo|master|freetype.morph|freetype|freetype-doc
- test-repo|master|freetype.morph|freetype|freetype-devel
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-devel
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-doc
+ -> test-repo|master|dbus-glib.morph|dbus-glib.morph|dbus-glib.morph-devel
+ -> test-repo|master|dbus-glib.morph|dbus-glib.morph|dbus-glib.morph-doc
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-devel
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-doc
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-devel
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-doc
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-devel
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-doc
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-devel
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-doc
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-devel
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-doc
+ -> test-repo|master|gtk.morph|gtk.morph|gtk.morph-devel
+ -> test-repo|master|gtk.morph|gtk.morph|gtk.morph-doc
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-devel
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-doc
+ test-repo|master|dbus-glib.morph|dbus-glib.morph|dbus-glib.morph-doc
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-bins
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-devel
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-doc
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-libs
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-locale
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-misc
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-bins
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-devel
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-doc
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-libs
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-locale
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-misc
+ test-repo|master|dbus-glib.morph|dbus-glib.morph|dbus-glib.morph-devel
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-bins
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-devel
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-doc
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-libs
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-locale
+ -> test-repo|master|dbus.morph|dbus.morph|dbus.morph-misc
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-bins
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-devel
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-doc
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-libs
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-locale
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-misc
+ test-repo|master|dbus.morph|dbus.morph|dbus.morph-misc
+ test-repo|master|dbus.morph|dbus.morph|dbus.morph-locale
+ test-repo|master|dbus.morph|dbus.morph|dbus.morph-libs
+ test-repo|master|dbus.morph|dbus.morph|dbus.morph-bins
+ test-repo|master|dbus.morph|dbus.morph|dbus.morph-doc
+ test-repo|master|dbus.morph|dbus.morph|dbus.morph-devel
+ test-repo|master|gtk.morph|gtk.morph|gtk.morph-doc
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-bins
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-devel
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-doc
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-libs
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-locale
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-misc
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-bins
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-devel
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-doc
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-libs
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-locale
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-misc
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-bins
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-devel
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-doc
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-libs
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-locale
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-misc
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-bins
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-devel
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-doc
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-libs
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-locale
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-misc
+ test-repo|master|gtk.morph|gtk.morph|gtk.morph-devel
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-bins
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-devel
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-doc
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-libs
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-locale
+ -> test-repo|master|cairo.morph|cairo.morph|cairo.morph-misc
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-bins
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-devel
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-doc
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-libs
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-locale
+ -> test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-misc
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-bins
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-devel
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-doc
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-libs
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-locale
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-misc
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-bins
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-devel
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-doc
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-libs
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-locale
+ -> test-repo|master|pango.morph|pango.morph|pango.morph-misc
+ test-repo|master|pango.morph|pango.morph|pango.morph-misc
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-bins
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-devel
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-doc
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-libs
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-locale
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-misc
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-bins
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-devel
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-doc
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-libs
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-locale
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-misc
+ test-repo|master|pango.morph|pango.morph|pango.morph-locale
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-bins
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-devel
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-doc
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-libs
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-locale
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-misc
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-bins
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-devel
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-doc
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-libs
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-locale
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-misc
+ test-repo|master|pango.morph|pango.morph|pango.morph-libs
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-bins
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-devel
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-doc
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-libs
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-locale
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-misc
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-bins
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-devel
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-doc
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-libs
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-locale
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-misc
+ test-repo|master|pango.morph|pango.morph|pango.morph-bins
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-bins
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-devel
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-doc
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-libs
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-locale
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-misc
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-bins
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-devel
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-doc
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-libs
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-locale
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-misc
+ test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-misc
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-bins
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-devel
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-doc
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-libs
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-locale
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-misc
+ test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-locale
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-bins
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-devel
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-doc
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-libs
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-locale
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-misc
+ test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-libs
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-bins
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-devel
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-doc
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-libs
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-locale
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-misc
+ test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-bins
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-bins
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-devel
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-doc
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-libs
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-locale
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-misc
+ test-repo|master|cairo.morph|cairo.morph|cairo.morph-misc
+ test-repo|master|cairo.morph|cairo.morph|cairo.morph-locale
+ test-repo|master|cairo.morph|cairo.morph|cairo.morph-libs
+ test-repo|master|cairo.morph|cairo.morph|cairo.morph-bins
+ test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-doc
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-bins
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-devel
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-doc
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-libs
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-locale
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-misc
+ test-repo|master|gdk-pixbuf.morph|gdk-pixbuf.morph|gdk-pixbuf.morph-devel
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-bins
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-devel
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-doc
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-libs
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-locale
+ -> test-repo|master|glib.morph|glib.morph|glib.morph-misc
+ test-repo|master|glib.morph|glib.morph|glib.morph-misc
+ test-repo|master|glib.morph|glib.morph|glib.morph-locale
+ test-repo|master|glib.morph|glib.morph|glib.morph-libs
+ test-repo|master|glib.morph|glib.morph|glib.morph-bins
+ test-repo|master|glib.morph|glib.morph|glib.morph-doc
+ test-repo|master|glib.morph|glib.morph|glib.morph-devel
+ test-repo|master|pango.morph|pango.morph|pango.morph-doc
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-bins
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-devel
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-doc
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-libs
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-locale
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-misc
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-bins
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-devel
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-doc
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-libs
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-locale
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-misc
+ test-repo|master|pango.morph|pango.morph|pango.morph-devel
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-bins
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-devel
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-doc
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-libs
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-locale
+ -> test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-misc
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-bins
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-devel
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-doc
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-libs
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-locale
+ -> test-repo|master|freetype.morph|freetype.morph|freetype.morph-misc
+ test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-misc
+ test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-locale
+ test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-libs
+ test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-bins
+ test-repo|master|freetype.morph|freetype.morph|freetype.morph-misc
+ test-repo|master|freetype.morph|freetype.morph|freetype.morph-locale
+ test-repo|master|freetype.morph|freetype.morph|freetype.morph-libs
+ test-repo|master|freetype.morph|freetype.morph|freetype.morph-bins
+ test-repo|master|cairo.morph|cairo.morph|cairo.morph-doc
+ test-repo|master|cairo.morph|cairo.morph|cairo.morph-devel
+ test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-doc
+ test-repo|master|fontconfig.morph|fontconfig.morph|fontconfig.morph-devel
+ test-repo|master|freetype.morph|freetype.morph|freetype.morph-doc
+ test-repo|master|freetype.morph|freetype.morph|freetype.morph-devel