mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-02-23 03:25:49 +01:00
initial import
This commit is contained in:
3
gnome-base/orbit/files/digest-orbit-0.5.17
Normal file
3
gnome-base/orbit/files/digest-orbit-0.5.17
Normal file
@@ -0,0 +1,3 @@
|
||||
MD5 35acc6f8d49d930b566104fcceb893d3 ORBit-0.5.17.tar.bz2 1065003
|
||||
RMD160 9087d6659adbd0066d76a3eed5cc2799de640df4 ORBit-0.5.17.tar.bz2 1065003
|
||||
SHA256 e83403a357d6e2339a3c4b6f191fcd7a1342d6bbe3391d6b03cf66f051b9a95e ORBit-0.5.17.tar.bz2 1065003
|
||||
3
gnome-base/orbit/files/digest-orbit-0.5.17-r1
Normal file
3
gnome-base/orbit/files/digest-orbit-0.5.17-r1
Normal file
@@ -0,0 +1,3 @@
|
||||
MD5 35acc6f8d49d930b566104fcceb893d3 ORBit-0.5.17.tar.bz2 1065003
|
||||
RMD160 9087d6659adbd0066d76a3eed5cc2799de640df4 ORBit-0.5.17.tar.bz2 1065003
|
||||
SHA256 e83403a357d6e2339a3c4b6f191fcd7a1342d6bbe3391d6b03cf66f051b9a95e ORBit-0.5.17.tar.bz2 1065003
|
||||
3
gnome-base/orbit/files/digest-orbit-2.12.2
Normal file
3
gnome-base/orbit/files/digest-orbit-2.12.2
Normal file
@@ -0,0 +1,3 @@
|
||||
MD5 7f963dcd0d84e6854460449383cc8c70 ORBit2-2.12.2.tar.bz2 678266
|
||||
RMD160 f3ade6fe1d99c7becadf65630721378fff603c37 ORBit2-2.12.2.tar.bz2 678266
|
||||
SHA256 11f21cceb9897139e7772daf1bfcd993cf363e0c5d4caa43f5abb111d5e11813 ORBit2-2.12.2.tar.bz2 678266
|
||||
3
gnome-base/orbit/files/digest-orbit-2.12.5
Normal file
3
gnome-base/orbit/files/digest-orbit-2.12.5
Normal file
@@ -0,0 +1,3 @@
|
||||
MD5 cc52f71d974043414afea44c78e6d705 ORBit2-2.12.5.tar.bz2 685516
|
||||
RMD160 8952db9992a199de41fd04d0f3fae22065cfe2bf ORBit2-2.12.5.tar.bz2 685516
|
||||
SHA256 dc6d9c22875b178ed26103b445e6c937a7120225de581ca56d3865c069722591 ORBit2-2.12.5.tar.bz2 685516
|
||||
3
gnome-base/orbit/files/digest-orbit-2.14.0
Normal file
3
gnome-base/orbit/files/digest-orbit-2.14.0
Normal file
@@ -0,0 +1,3 @@
|
||||
MD5 bb1b4859522cb6e1a3a3dc4b7397db64 ORBit2-2.14.0.tar.bz2 704207
|
||||
RMD160 1e8eb52b8b95f70fa80b217a41d0bcac35c333c0 ORBit2-2.14.0.tar.bz2 704207
|
||||
SHA256 412e4880d79533a2bbd33757e031a2bee24a7bc771f22cf4fed3cb81790b1b68 ORBit2-2.14.0.tar.bz2 704207
|
||||
3
gnome-base/orbit/files/digest-orbit-2.14.2
Normal file
3
gnome-base/orbit/files/digest-orbit-2.14.2
Normal file
@@ -0,0 +1,3 @@
|
||||
MD5 88ea9b8e686ab0dd27b4199e0f41ac84 ORBit2-2.14.2.tar.bz2 706622
|
||||
RMD160 c308cd5e42a17134f3cc0f5888f8f4f07b06a4c3 ORBit2-2.14.2.tar.bz2 706622
|
||||
SHA256 5db7e046569f66a26c0bb0aa4c40f12ac57da293f469eb373044853996d4e2d0 ORBit2-2.14.2.tar.bz2 706622
|
||||
3
gnome-base/orbit/files/digest-orbit-2.14.3
Normal file
3
gnome-base/orbit/files/digest-orbit-2.14.3
Normal file
@@ -0,0 +1,3 @@
|
||||
MD5 857881e7aabf849016de9a1e9c53b328 ORBit2-2.14.3.tar.bz2 710195
|
||||
RMD160 2cc9c8c779c39002296ab49874071594fdea60c6 ORBit2-2.14.3.tar.bz2 710195
|
||||
SHA256 bdb70950197de7c5e1a515fa1be192854b0cc80266d23ef6834399df5b107a04 ORBit2-2.14.3.tar.bz2 710195
|
||||
17
gnome-base/orbit/files/orbit-0.5.17-m4.patch
Normal file
17
gnome-base/orbit/files/orbit-0.5.17-m4.patch
Normal file
@@ -0,0 +1,17 @@
|
||||
Fix aclocal warnings:
|
||||
/usr/share/aclocal/ORBit.m4:4: warning: underquoted definition of AM_PATH_ORBIT
|
||||
/usr/share/aclocal/libIDL.m4:6: warning: underquoted definition of AM_PATH_LIBIDL
|
||||
--- ORBit-0.5.17/ORBit.m4
|
||||
+++ ORBit-0.5.17/ORBit.m4
|
||||
@@ -3,3 +3,3 @@
|
||||
dnl
|
||||
-AC_DEFUN(AM_PATH_ORBIT,
|
||||
+AC_DEFUN([AM_PATH_ORBIT],
|
||||
[dnl
|
||||
--- ORBit-0.5.17/libIDL/libIDL.m4.in
|
||||
+++ ORBit-0.5.17/libIDL/libIDL.m4.in
|
||||
@@ -5,3 +5,3 @@
|
||||
dnl
|
||||
-AC_DEFUN(AM_PATH_LIBIDL,
|
||||
+AC_DEFUN([AM_PATH_LIBIDL],
|
||||
[dnl
|
||||
75
gnome-base/orbit/files/orbit-0.5.17-rpath-security-fix.patch
Normal file
75
gnome-base/orbit/files/orbit-0.5.17-rpath-security-fix.patch
Normal file
@@ -0,0 +1,75 @@
|
||||
diff -Nuar ORBit-0.5.17.orig/aclocal.m4 ORBit-0.5.17.maybe/aclocal.m4
|
||||
--- ORBit-0.5.17.orig/aclocal.m4 2002-06-06 04:27:07.000000000 -0700
|
||||
+++ ORBit-0.5.17.maybe/aclocal.m4 2006-01-12 16:53:21.000000000 -0800
|
||||
@@ -1492,7 +1492,7 @@
|
||||
|
||||
if test "$ld_shlibs" = yes; then
|
||||
runpath_var=LD_RUN_PATH
|
||||
- hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
|
||||
+ hardcode_libdir_flag_spec='${wl}-L${wl}$libdir'
|
||||
export_dynamic_flag_spec='${wl}--export-dynamic'
|
||||
case $host_os in
|
||||
cygwin* | mingw* | pw32*)
|
||||
@@ -1717,7 +1717,7 @@
|
||||
else
|
||||
archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
|
||||
fi
|
||||
- hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
|
||||
+ hardcode_libdir_flag_spec='${wl}-L${wl}$libdir'
|
||||
hardcode_libdir_separator=:
|
||||
link_all_deplibs=yes
|
||||
;;
|
||||
@@ -1736,7 +1736,7 @@
|
||||
newsos6)
|
||||
archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
|
||||
hardcode_direct=yes
|
||||
- hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
|
||||
+ hardcode_libdir_flag_spec='${wl}-L${wl}$libdir'
|
||||
hardcode_libdir_separator=:
|
||||
hardcode_shlibpath_var=no
|
||||
;;
|
||||
@@ -1746,7 +1746,7 @@
|
||||
hardcode_shlibpath_var=no
|
||||
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
||||
archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
|
||||
- hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
|
||||
+ hardcode_libdir_flag_spec='${wl}-L$libdir'
|
||||
export_dynamic_flag_spec='${wl}-E'
|
||||
else
|
||||
case "$host_os" in
|
||||
@@ -1756,7 +1756,7 @@
|
||||
;;
|
||||
*)
|
||||
archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
|
||||
- hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
|
||||
+ hardcode_libdir_flag_spec='${wl}-L$libdir'
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
@@ -1778,7 +1778,7 @@
|
||||
allow_undefined_flag=' -expect_unresolved \*'
|
||||
archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
|
||||
fi
|
||||
- hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
|
||||
+ hardcode_libdir_flag_spec='${wl}-L${wl}$libdir'
|
||||
hardcode_libdir_separator=:
|
||||
;;
|
||||
|
||||
@@ -1786,7 +1786,7 @@
|
||||
if test "$GCC" = yes; then
|
||||
allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
|
||||
archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
|
||||
- hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
|
||||
+ hardcode_libdir_flag_spec='${wl}-L${wl}$libdir'
|
||||
else
|
||||
allow_undefined_flag=' -expect_unresolved \*'
|
||||
archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
|
||||
@@ -1794,7 +1794,7 @@
|
||||
$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
|
||||
|
||||
#Both c and cxx compiler support -rpath directly
|
||||
- hardcode_libdir_flag_spec='-rpath $libdir'
|
||||
+ hardcode_libdir_flag_spec='-L$libdir'
|
||||
fi
|
||||
hardcode_libdir_separator=:
|
||||
;;
|
||||
Reference in New Issue
Block a user