Skip to content
Snippets Groups Projects
  1. Jul 14, 2024
  2. Jul 11, 2024
  3. Mar 20, 2023
  4. Nov 29, 2020
  5. Jul 07, 2020
  6. Sep 23, 2019
    • David Runge's avatar
      upgpkg: 9-1 · a33025bd
      David Runge authored
      Upgrading to 9. Removing all (now unneeded patches). Switching to meson as build system and adding python-dbus to optdepends (it's only required for certain scripts). Adding docs.
  7. Feb 06, 2019
  8. Jun 03, 2018
  9. Nov 21, 2017
    • David Runge's avatar
      upgpkg: 8-2 · a599ef61
      David Runge authored
      Updating to working upstream. Applying all available latest patches (i.e. libpthread linking, controlling unique port names over dbus and fixing minor spelling issues in man page) from upstream.
      Maintainer contacted for fix of missing tarball situation.
  10. Nov 15, 2017
    • Evangelos Foutras's avatar
      Remove i686 from arch=() · ac51c0ec
      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
      ac51c0ec
  11. Nov 28, 2014
Loading