- Feb 20, 2024
-
-
David Runge authored
Signed-off-by:
David Runge <dvzrv@archlinux.org>
- Feb 01, 2024
-
-
David Runge authored
Switch to correct SPDX license identifiers for project. Declare sodepends not globally, but in the package() function so that they may not pull in wrong dependencies.
-
- Mar 23, 2023
-
-
David Runge authored
Remove unnecessary quotes and curly braces. Prevent libtool from overlinking. Use bash arrays with one entry per line for better handling.
-
- Jun 02, 2021
-
-
David Runge authored
Add patch to not install libgig.so namespaced, as that requires a ld.so.conf override.
-
- Jun 01, 2021
-
-
David Runge authored
Remove ld.so.conf integration, as it is (hopefully) not required anymore.
- Jul 07, 2020
-
- Jul 29, 2019
-
-
David Runge authored
Adding back ld.so.conf entry, as it is required for libgig dependants during runtime.
-
- Jul 26, 2019
-
-
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).
-
- Dec 19, 2017
-
-
David Runge authored
Switching to sha512sums. Minor fixes.
-
- Nov 15, 2017
-
-
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
-
- Dec 06, 2015
-
- Jul 26, 2015
-
- Nov 02, 2013
-
- Oct 31, 2013
-
-
Allan McRae authored
-
- Oct 25, 2012
-
-
Evangelos Foutras authored
-
- Oct 24, 2012
-
-
Alexander Rødseth authored
-
- Apr 29, 2012
-
-
Dave Reisner authored
-
- Mar 13, 2012
-
- Sep 25, 2010
-
-
Ray Rashif authored