You need to sign in or sign up before continuing.
  1. 20 Jul, 2021 1 commit
  2. 23 Oct, 2019 1 commit
  3. 25 Jul, 2018 1 commit
    • Michael Shigorin's avatar
      doc: assorted updates/fixups · f8a264bb
      Michael Shigorin authored
      doc/archdep.txt was the reason to look closer,
      and some other files needed a bit of facelift
      by now too (would be better to do that in sync).
      f8a264bb
  4. 25 Jun, 2018 1 commit
  5. 14 Mar, 2018 1 commit
    • Michael Shigorin's avatar
      lists, doc: introduce @IA32, @X86 archdep macros · 2d257a42
      Michael Shigorin authored
      The former ("proper 32-bit x86 package form") has been suggested
      by zerg@ quite some time ago but the desired interface wasn't clear
      at the moment IIRC; a quiet morning helped me realize that
      
        ICAClient-preinstall@IA32
      
      is rather more readable than
      
        ICAClient-preinstall@i586 i586-ICAClient-preinstall@x86_64
      
      so here's the (trivial) implementation; and I actually needed
      the latter, @X86 ("any-x86") to mark x86-only packages so
      
        xorg-drv-intel@X86
      
      is now equivalent to
      
        xorg-drv-intel@i586 xorg-drv-intel@x86_64
      2d257a42
  6. 04 May, 2015 1 commit
  7. 20 Apr, 2015 1 commit
    • Michael Shigorin's avatar
      pkg.in/lists: archdep suffices for pkglists · ac5dbb4b
      Michael Shigorin authored
      This is an initial implementation of architecture dependent
      contents handling for package lists more or less in the vein
      of mkimage-profiles-desktop's one *but* using suffix part to
      filter words in or out *not* prefix part to replace it with
      a comment marker (thus filtering out lines).
      
      The syntax should be pretty obvious:
      
        a b@i586 c@x86_64
      
      will get "a b" given ARCH=i586 and "a c" given ARCH=x86_64;
      please see doc/archdep.txt for a more elaborate description
      and a conversion script.
      ac5dbb4b