Skip to content
Snippets Groups Projects
  1. Jul 05, 2024
  2. Feb 08, 2024
  3. Mar 22, 2023
  4. Jun 20, 2021
  5. Jul 07, 2020
  6. May 30, 2019
  7. Nov 09, 2018
  8. Nov 15, 2017
    • Evangelos Foutras's avatar
      Remove i686 from arch=() · 6caeb145
      Evangelos Foutras authored
      FTR, commands used to change arch=() and then verify the changes:
      
      $ sed -Ei "/^arch=/{s/ *?['\"]?i686['\"]? *?//;s/ *$//}" */*/PKGBUILD*
      
      $ grep -r i686 * | grep arch= | grep -v repos
      
      $ svn diff | grep -A 1 ^-[^-] | grep -v -- -- | cut -c2- |
        while IFS=$'\n' read -r l1; IFS=$'\n' read -r l2; do
          echo "$l1 -> $l2"
        done | sort -u
      6caeb145
  9. Oct 12, 2016
  10. May 12, 2013
  11. Jan 29, 2013
  12. Jan 24, 2013
  13. Nov 12, 2012
  14. Oct 25, 2012
  15. Oct 24, 2012
  16. Oct 20, 2012
  17. Feb 21, 2012
  18. Dec 07, 2011
  19. Mar 20, 2010
    • Chris Brannon's avatar
      Misc package fixes. · f26d133b
      Chris Brannon authored
      etc/conf.d/espeakup.conf needs to be in the backup array.  How did I forget?
      This package shouldn't depend on the kernel module package, per the kernel
      packaging guidelines.
      The upstream source archive has a very permanent download location now.
      The homepage should probably be the author's github page for this project.
      
      The old package was built before the svn transition, so it was time for a
      rebuild anyway.
  20. Jul 16, 2009
Loading