]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
adapter: some qt5 replacements
authorElan Ruusamäe <glen@delfi.ee>
Mon, 12 Sep 2016 08:28:44 +0000 (11:28 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 12 Sep 2016 08:28:44 +0000 (11:28 +0300)
adapter.awk

index 703f11a61e9723633edcfdd011d56bdc4c37867e..b9561d49b1b3faeef54f87a3a3c478af64d35151 100644 (file)
@@ -2338,7 +2338,6 @@ function replace_requires(field,   pkg) {
 
        # {{{ fedora / redhat
        sub(/^Django$/, "python-django", $2)
-       sub(/^qt5-qtwebkit-devel$/, "Qt5WebKit-devel", $2)
        sub(/^GitPython$/, "python-git", $2)
        sub(/^MySQL-python$/, "python-MySQLdb", $2)
        sub(/^NetworkManager-glib-devel$/, "NetworkManager-devel", $2)
@@ -2470,6 +2469,9 @@ function replace_requires(field,   pkg) {
        sub(/^pyxdg$/, "python-pyxdg", $2)
        sub(/^qt4-devel$/, "qt4-build", $2)
        sub(/^qt4-webkit-devel$/, "QtWebKit-devel", $2)
+       sub(/^qt5-qtgraphicaleffects$/, "Qt5Quick-graphicaleffects", $2)
+       sub(/^qt5-qtquickcontrols$/, "Qt5Quick-controls", $2)
+       sub(/^qt5-qtwebkit-devel$/, "Qt5WebKit-devel", $2)
        sub(/^qtiocompressor-devel$/, "QtIOCompressor-devel", $2)
        sub(/^qtlockedfile-devel$/, "QtLockedFile-devel", $2)
        sub(/^qtsingleapplication-devel$/, "QtSingleApplication-devel", $2)
This page took 0.029863 seconds and 4 git commands to generate.