Skip to content
Snippets Groups Projects
  1. Feb 20, 2024
  2. Feb 01, 2024
  3. Mar 23, 2023
  4. Jun 02, 2021
  5. Jun 01, 2021
  6. Jul 07, 2020
  7. Jul 29, 2019
  8. Jul 26, 2019
    • David Runge's avatar
      upgpkg: 4.2.0-1 · f3adac16
      David Runge authored
      Upgrading to 4.2.0. Switching to correct license (GPL2). Adding provides for libgig.so, so it can be tracked.
      Adding autoreconf to prepare(). Installing docs. Removing ld.so.conf.d entry (this should not be required with pkg-config).
  9. Dec 19, 2017
  10. Nov 15, 2017
    • Evangelos Foutras's avatar
      Remove i686 from arch=() · c8db4e03
      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
      c8db4e03
  11. Dec 06, 2015
  12. Jul 26, 2015
  13. Nov 02, 2013
  14. Oct 31, 2013
  15. Oct 25, 2012
  16. Oct 24, 2012
  17. Apr 29, 2012
  18. Mar 13, 2012
  19. Sep 25, 2010
Loading