Announcement

Collapse
No announcement yet.

Patch for mandriva-packages

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Patch for mandriva-packages

    Fixes some file detection. I've removed the binary file check from glut since it is arch specific. The devel package should auto pull the correct binary package anyway.

    Code:
    diff --git a/pts/distro-xml/mandrivalinux-packages.xml b/pts/distro-xml/mandrivalinux-packages.xml
    index c5df849..037c2a3 100644
    --- a/pts/distro-xml/mandrivalinux-packages.xml
    +++ b/pts/distro-xml/mandrivalinux-packages.xml
    @@ -13,12 +13,12 @@
                    <Package>
                            <GenericName>glut</GenericName>
                            <PackageName>mesaglut-devel</PackageName>
    -                       <FileCheck>/usr/lib/libglut.so, /usr/include/GL/glut.h</FileCheck>
    +                       <FileCheck>/usr/include/GL/glut.h</FileCheck>
                    </Package>
                    <Package>
                            <GenericName>csh</GenericName>
                            <PackageName>tcsh</PackageName>
    -                       <FileCheck>/usr/bin/tcsh</FileCheck>
    +                       <FileCheck>/bin/tcsh</FileCheck>
                    </Package>
                    <Package>
                            <GenericName>libpng-development</GenericName>
    @@ -60,7 +60,7 @@
                    <Package>
                            <GenericName>imlib2-development</GenericName>
                            <PackageName>imlib2-devel</PackageName>
    -                       <FileCheck>/usr/lib/imlib2</FileCheck>
    +                       <FileCheck>/usr/include/Imlib2.h</FileCheck>
                    </Package>
                     <Package>
                             <GenericName>java</GenericName>

  • #2
    In git, thanks.

    uncle_fungus: I think the pts git tree at phorogit should be rebuilt and fixed.
    Michael Larabel
    https://www.michaellarabel.com/

    Comment


    • #3
      Seems to be working. Thanks.

      Comment

      Working...
      X