1. 14 Mar, 2024 1 commit
  2. 08 Dec, 2023 1 commit
  3. 27 Mar, 2023 1 commit
    • Anton Midyukov's avatar
      alternatives: initial feature · 2f0cf575
      Anton Midyukov authored
      This feature allows you to set alternatives [1].
      For example, like this:
      
         @$(call add,ALTERNATIVES,/usr/bin/xvt:/usr/bin/xterm)
      
      Also, in the config itself, targets for setting alternatives may already
      be predefined. For example, use/alternatives/xvt/% allows you to specify
      arbitrary alternatives for xvt:
      use/alternatives/xvt/xterm, use/alternatives/xvt/mate-terminal, etc.
      However, an alternative must be available.
      
      1. https://www.altlinux.org/Alternatives
      2f0cf575
  4. 18 Mar, 2023 1 commit
  5. 25 Oct, 2021 1 commit
  6. 23 Aug, 2021 1 commit
  7. 23 Jul, 2021 1 commit
  8. 06 Jun, 2021 1 commit
  9. 05 May, 2015 1 commit
    • Michael Shigorin's avatar
      mkimage-profiles.asciidoc: index optimization · f1704f27
      Michael Shigorin authored
      The new archdep part has been initially included into
      "The Basics" chapter which it doesn't really belong to,
      let's move it into Addendum.
      
      NB: I'd better try building a package and skimming over
          at least the index upon having modified docs next time.
      f1704f27
  10. 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
  11. 05 Mar, 2014 3 commits
  12. 09 Oct, 2013 1 commit
  13. 10 Jun, 2013 1 commit
    • Michael Shigorin's avatar
      README update · 5b21100b
      Michael Shigorin authored
      These have been proofread somewhat to correspond
      to the current state of affairs; a missing one
      was added for fonts feature.
      5b21100b
  14. 05 Nov, 2012 1 commit
  15. 31 Oct, 2012 1 commit