chenxiaolong / Unity-for-Arch-Extra

Extra stuff for the Unity-for-Arch project
25 stars 9 forks source link

All of the dependencies on qt should be updated to qt4 #21

Closed qiuwei closed 11 years ago

qiuwei commented 11 years ago

att

chenxiaolong commented 11 years ago

qmake-qt4 also needs to be used: 2faa6b54f075cc4aea215699e4388e5775800ffd and 1e4993f09acf4af025733df4863f7d4d2ffef5a5

I still need to fix qt4-ubuntu to provide the new symlinks: https://projects.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/qt4&id=b179e86d75b1f86c6f27f6f976154a9ad153f910

chenxiaolong commented 11 years ago

qt4-ubuntu is updated. Commit d434d8d2926d94e490019c13758411bfb5e4ba24 is required to build these two new packages (qmake4 -> qmake-qt4 switch).

qiuwei commented 11 years ago

Yes, btw, as I mentioned on arch forum, some packages are missing in the dropbox repo. Is it a bug? Do we have some validation script to ensure that all binary packages are presented?

chenxiaolong commented 11 years ago

I've replied on the Arch Forum :) The packages don't exist in the repo simply because I haven't added them to Jenkins yet.

I do have a script that ensures all binary packages are published to the repo: https://github.com/chenxiaolong/jenkins-Unity-for-Arch/blob/master/Scripts/publish-repo.py :)