View Single Post
  #17 (permalink)  
Old 16-Sep-2008, 03:51
RedDwarf RedDwarf is offline
Busy Penguin
 
Join Date: Jun 2008
Posts: 390
RedDwarf hasn't been rated much yet
Default Re: what worked for me...

Quote:
Originally Posted by caf4926 View Post
Add the qt4 build service repo
Index of /repositories/KDE:/Qt44/openSUSE_11.0
To avoid problems the repo that should be added is KDE:Qt, not KDE:Qt44

Code:
$ osc meta prj KDE:KDE4:Factory:Desktop
<project name="KDE:KDE4:Factory:Desktop">                
  <title>KDE 4.1.x Packages</title>                      
  <description>This project contains the KDE version currently developed in Factory for the next openSUSE release. It is supposed to be always useable and mostly bugfree. We gladly accept bugreports and enhancement requests, especially if those are not reproduceable with KDE:KDE4:STABLE:Desktop</description>                        
  <person role="maintainer" userid="wstephenson"/>                                                             
  <person role="maintainer" userid="Beineri"/>
  <person role="maintainer" userid="dirkmueller"/>
  <person role="maintainer" userid="coolo"/>
  <person role="maintainer" userid="jpr"/>
  <person role="maintainer" userid="llunak"/>
  <person role="bugowner" userid="dirkmueller"/>
  <debuginfo>
<enable repository='openSUSE_11.0'/>
<enable repository='openSUSE_Factory'/>
  </debuginfo>
  <repository name="openSUSE_10.3">
    <path repository="openSUSE_10.3" project="KDE:Qt"/>
    <arch>i586</arch>
    <arch>x86_64</arch>
  </repository>
  <repository name="openSUSE_11.0">
    <path repository="openSUSE_11.0" project="KDE:Qt"/>
    <arch>i586</arch>
    <arch>x86_64</arch>
    <arch>ppc</arch>
    <arch>ppc64</arch>
  </repository>
  <repository name="openSUSE_Factory">
    <path repository="standard" project="openSUSE:Factory"/>
    <arch>i586</arch>
    <arch>x86_64</arch>
    <arch>ppc</arch>
    <arch>ppc64</arch>
  </repository>
  <repository name="SLE_10">
    <path repository="SLE_10" project="devel:tools:building"/>
    <path repository="standard" project="SUSE:SLE-10:SP2:SDK"/>
    <path repository="SLE_10" project="home:dirkmueller:playground:kde4"/>
    <arch>i586</arch>
    <arch>x86_64</arch>
  </repository>
</project>
Reply With Quote