···1-source $stdenv/setup
2-3-4-preConfigure() {
5-6- # Patch some of the configure files a bit to get of global paths.
7- # (Buildings using stuff in those paths will fail anyway, but it
8- # will cause ./configure misdetections).
9- for i in config.tests/unix/checkavail config.tests/*/*.test mkspecs/*/qmake.conf; do
10- echo "patching $i..."
11- substituteInPlace "$i" \
12- --replace " /lib" " /FOO" \
13- --replace "/usr" "/FOO"
14- done
15-}
16-17-18-# !!! TODO: -system-libmng
19-configureFlags="-prefix $out $configureFlags"
20-dontAddPrefix=1
21-22-configureScript=configureScript
23-configureScript() {
24- echo yes | ./configure $configureFlags
25- export LD_LIBRARY_PATH=$(pwd)/lib
26-}
27-28-29-postInstall() {
30- # Qt's `make install' is broken; it copies ./bin/qmake, which
31- # is a symlink to ./qmake/qmake. So we end up with a dangling
32- # symlink.
33- rm $out/bin/qmake
34- cp -p qmake/qmake $out/bin
35-}
36-37-38-genericBuild
···1-diff -ruN qt-x11-free-3.3.3/configure qt-x11-free-3.3.3.new/configure
2---- qt-x11-free-3.3.3/configure 2004-06-14 11:18:55.000000000 +0200
3-+++ qt-x11-free-3.3.3.new/configure 2005-11-12 19:39:43.000000000 +0100
4-@@ -16,9 +16,9 @@
5- relconf=`basename $0`
6- # the directory of this script is the "source tree"
7- relpath=`dirname $0`
8--relpath=`(cd $relpath; /bin/pwd)`
9-+relpath=`(cd $relpath; pwd)`
10- # the current directory is the "build tree" or "object tree"
11--outpath=`/bin/pwd`
12-+outpath=`pwd`
13-14- # later cache the command line in config.status
15- OPT_CMDLINE=`echo $@ | sed "s,-v ,,g; s,-v$,,g"`
···1-diff -rc qt-x11-free-3.3.6-orig/config.tests/x11/xrandr.test qt-x11-free-3.3.6/config.tests/x11/xrandr.test
2-*** qt-x11-free-3.3.6-orig/config.tests/x11/xrandr.test 2006-09-14 14:00:08.000000000 +0200
3---- qt-x11-free-3.3.6/config.tests/x11/xrandr.test 2006-09-14 14:10:39.000000000 +0200
4-***************
5-*** 52,69 ****
6- INCDIRS="$IN_INCDIRS $XDIRS /FOO/include /include"
7- F=
8- for INCDIR in $INCDIRS; do
9-! if [ -f $INCDIR/$INC -a -f $INCDIR/$INC2 ]; then
10- F=yes
11-! XRANDR_H=$INCDIR/$INC
12- RANDR_H=$INCDIR/$INC2
13-! [ "$VERBOSE" = "yes" ] && echo " Found $INC in $INCDIR"
14- break
15- fi
16- done
17- if [ -z "$F" ]
18- then
19- XRANDR=no
20-! [ "$VERBOSE" = "yes" ] && echo " Could not find $INC anywhere in $INCDIRS"
21- fi
22- fi
23-24---- 52,69 ----
25- INCDIRS="$IN_INCDIRS $XDIRS /FOO/include /include"
26- F=
27- for INCDIR in $INCDIRS; do
28-! if [ -f $INCDIR/$INC2 ]; then
29- F=yes
30-! # XRANDR_H=$INCDIR/$INC
31- RANDR_H=$INCDIR/$INC2
32-! [ "$VERBOSE" = "yes" ] && echo " Found $INC2 in $INCDIR"
33- break
34- fi
35- done
36- if [ -z "$F" ]
37- then
38- XRANDR=no
39-! [ "$VERBOSE" = "yes" ] && echo " Could not find $INC2 anywhere in $INCDIRS"
40- fi
41- fi
42-
···000000000000000000000000000000000000000000
+1
pkgs/top-level/aliases.nix
···550 retroshare06 = retroshare;
551 gtk-recordmydesktop = throw "gtk-recordmydesktop has been removed from nixpkgs, as it's unmaintained and uses deprecated libraries"; # added 2019-12-10
552 qt-recordmydesktop = throw "qt-recordmydesktop has been removed from nixpkgs, as it's abandoned and uses deprecated libraries"; # added 2019-12-10
0553 rfkill = throw "rfkill has been removed, as it's included in util-linux"; # added 2020-08-23
554 riak-cs = throw "riak-cs is not maintained anymore"; # added 2020-10-14
555 rkt = throw "rkt was archived by upstream"; # added 2020-05-16
···550 retroshare06 = retroshare;
551 gtk-recordmydesktop = throw "gtk-recordmydesktop has been removed from nixpkgs, as it's unmaintained and uses deprecated libraries"; # added 2019-12-10
552 qt-recordmydesktop = throw "qt-recordmydesktop has been removed from nixpkgs, as it's abandoned and uses deprecated libraries"; # added 2019-12-10
553+ qt-3 = throw "qt-3 has been removed from nixpkgs, as it's unmaintained and insecure"; # added 2021-02-15
554 rfkill = throw "rfkill has been removed, as it's included in util-linux"; # added 2020-08-23
555 riak-cs = throw "riak-cs is not maintained anymore"; # added 2020-10-14
556 rkt = throw "rkt was archived by upstream"; # added 2020-05-16