Browse Source

qtcurve: Updated (0.22 -> 0.59.5)

early
Aldas Nabazas 16 years ago
parent
commit
d1233177d7
  1. 151
      themes/qtcurve/head.patch
  2. 56
      themes/qtcurve/qtcurve.cache
  3. 8
      themes/qtcurve/qtcurve.desc

151
themes/qtcurve/head.patch

@ -1,151 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../qtcurve/head.patch
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2004 Clifford Wolf
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
diff -urN QtCurve-0.21.orig/acinclude.m4 QtCurve-0.21/acinclude.m4
--- QtCurve-0.21.orig/acinclude.m4 2004-02-16 17:14:15.000000000 -0500
+++ QtCurve-0.21/acinclude.m4 2004-05-16 21:12:21.000000000 -0400
@@ -9876,7 +9876,7 @@
# If the export-symbols file already is a .def file (1st line
# is EXPORTS), use it as is.
# If DATA tags from a recent dlltool are present, honour them!
- _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`head -1 $export_symbols`" = xEXPORTS; then
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`head -n 1 $export_symbols`" = xEXPORTS; then
cp $export_symbols $output_objdir/$soname-def;
else
echo EXPORTS > $output_objdir/$soname-def;
diff -urN QtCurve-0.21.orig/aclocal.m4 QtCurve-0.21/aclocal.m4
--- QtCurve-0.21.orig/aclocal.m4 2004-04-22 12:22:05.000000000 -0400
+++ QtCurve-0.21/aclocal.m4 2004-05-16 21:10:54.000000000 -0400
@@ -9854,7 +9854,7 @@
# If the export-symbols file already is a .def file (1st line
# is EXPORTS), use it as is.
# If DATA tags from a recent dlltool are present, honour them!
- _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`head -1 $export_symbols`" = xEXPORTS; then
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`head -n 1 $export_symbols`" = xEXPORTS; then
cp $export_symbols $output_objdir/$soname-def;
else
echo EXPORTS > $output_objdir/$soname-def;
diff -urN QtCurve-0.21.orig/admin/cvs.sh QtCurve-0.21/admin/cvs.sh
--- QtCurve-0.21.orig/admin/cvs.sh 2003-02-20 07:36:14.000000000 -0500
+++ QtCurve-0.21/admin/cvs.sh 2004-05-16 21:09:40.000000000 -0400
@@ -27,7 +27,7 @@
check_autotool_versions()
{
-AUTOCONF_VERSION=`$AUTOCONF --version | head -1`
+AUTOCONF_VERSION=`$AUTOCONF --version | head -n 1`
case $AUTOCONF_VERSION in
Autoconf*2.5* | autoconf*2.5* ) : ;;
"" )
@@ -42,7 +42,7 @@
;;
esac
-AUTOHEADER_VERSION=`$AUTOHEADER --version | head -1`
+AUTOHEADER_VERSION=`$AUTOHEADER --version | head -n 1`
case $AUTOHEADER_VERSION in
Autoconf*2.5* | autoheader*2.5* ) : ;;
"" )
@@ -57,7 +57,7 @@
;;
esac
-AUTOMAKE_STRING=`$AUTOMAKE --version | head -1`
+AUTOMAKE_STRING=`$AUTOMAKE --version | head -n 1`
case $AUTOMAKE_STRING in
automake*1.5d* )
echo "*** YOU'RE USING $AUTOMAKE_STRING."
@@ -247,10 +247,10 @@
echo "AC_OUTPUT" >> configure.in.new
modulename=
if test -f configure.in.in; then
- if head -2 configure.in.in | egrep "^#MIN_CONFIG\(.*\)$" > /dev/null; then
+ if head -n 2 configure.in.in | egrep "^#MIN_CONFIG\(.*\)$" > /dev/null; then
kde_use_qt_param=`cat configure.in.in | sed -n -e "s/#MIN_CONFIG(\(.*\))/\1/p"`
fi
- if head -2 configure.in.in | egrep "^#MIN_CONFIG" > /dev/null; then
+ if head -n 2 configure.in.in | egrep "^#MIN_CONFIG" > /dev/null; then
line=`grep "^AM_INIT_AUTOMAKE(" configure.in.in`
if test -n "$line"; then
modulename=`echo $line | sed -e "s#AM_INIT_AUTOMAKE(\([^,]*\),.*#\1#"`
@@ -290,7 +290,7 @@
done
rm -f configure.files
touch configure.files
-if test -f configure.in.in && head -2 configure.in.in | grep "^#MIN_CONFIG" > /dev/null; then
+if test -f configure.in.in && head -n 2 configure.in.in | grep "^#MIN_CONFIG" > /dev/null; then
echo $admindir/configure.in.min >> configure.files
fi
test -f configure.in.in && echo configure.in.in >> configure.files
@@ -305,8 +305,8 @@
subdirs()
{
dirs=
-compilefirst=`sed -ne 's#^COMPILE_FIRST[ ]*=[ ]*##p' $makefile_am | head -1`
-compilelast=`sed -ne 's#^COMPILE_LAST[ ]*=[ ]*##p' $makefile_am | head -1`
+compilefirst=`sed -ne 's#^COMPILE_FIRST[ ]*=[ ]*##p' $makefile_am | head -n 1`
+compilelast=`sed -ne 's#^COMPILE_LAST[ ]*=[ ]*##p' $makefile_am | head -n 1`
for i in `ls -1`; do
if test -f $i/Makefile.am; then
case " $compilefirst $compilelast " in
@@ -323,11 +323,11 @@
done
(for d in $dirs; do
- list=`sed -ne "s#^COMPILE_BEFORE_$d""[ ]*=[ ]*##p" $makefile_am | head -1`
+ list=`sed -ne "s#^COMPILE_BEFORE_$d""[ ]*=[ ]*##p" $makefile_am | head -n 1`
for s in $list; do
echo $s $d
done
- list=`sed -ne "s#^COMPILE_AFTER_$d""[ ]*=[ ]*##p" $makefile_am | head -1`
+ list=`sed -ne "s#^COMPILE_AFTER_$d""[ ]*=[ ]*##p" $makefile_am | head -n 1`
for s in $list; do
echo $d $s
done
diff -urN QtCurve-0.21.orig/admin/libtool.m4.in QtCurve-0.21/admin/libtool.m4.in
--- QtCurve-0.21.orig/admin/libtool.m4.in 2003-02-20 07:36:14.000000000 -0500
+++ QtCurve-0.21/admin/libtool.m4.in 2004-05-16 21:10:26.000000000 -0400
@@ -4503,7 +4503,7 @@
# If the export-symbols file already is a .def file (1st line
# is EXPORTS), use it as is.
# If DATA tags from a recent dlltool are present, honour them!
- _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`head -1 $export_symbols`" = xEXPORTS; then
+ _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`head -n 1 $export_symbols`" = xEXPORTS; then
cp $export_symbols $output_objdir/$soname-def;
else
echo EXPORTS > $output_objdir/$soname-def;
diff -urN QtCurve-0.21.orig/configure QtCurve-0.21/configure
--- QtCurve-0.21.orig/configure 2004-04-22 12:22:25.000000000 -0400
+++ QtCurve-0.21/configure 2004-05-16 21:11:51.000000000 -0400
@@ -7902,7 +7902,7 @@
# If the export-symbols file already is a .def file (1st line
# is EXPORTS), use it as is.
# If DATA tags from a recent dlltool are present, honour them!
- archive_expsym_cmds='if test "x`head -1 $export_symbols`" = xEXPORTS; then
+ archive_expsym_cmds='if test "x`head -n 1 $export_symbols`" = xEXPORTS; then
cp $export_symbols $output_objdir/$soname-def;
else
echo EXPORTS > $output_objdir/$soname-def;
@@ -13845,7 +13845,7 @@
# If the export-symbols file already is a .def file (1st line
# is EXPORTS), use it as is.
# If DATA tags from a recent dlltool are present, honour them!
- archive_expsym_cmds_GCJ='if test "x`head -1 $export_symbols`" = xEXPORTS; then
+ archive_expsym_cmds_GCJ='if test "x`head -n 1 $export_symbols`" = xEXPORTS; then
cp $export_symbols $output_objdir/$soname-def;
else
echo EXPORTS > $output_objdir/$soname-def;

56
themes/qtcurve/qtcurve.cache

@ -1,74 +1,32 @@
[TIMESTAMP] 1134182184 Sat Dec 10 03:36:24 2005
[BUILDTIME] 40 (9)
[SIZE] 0.38 MB, 26 files
[TIMESTAMP] 1220176458 Sun Aug 31 11:54:18 2008
[BUILDTIME] 10 (5)
[SIZE] 0.51 MB, 26 files
[DEP] atk
[DEP] autoconf
[DEP] arts
[DEP] bash
[DEP] binutils
[DEP] bzip2
[DEP] cairo
[DEP] xorg-cf-files
[DEP] cmake
[DEP] coreutils
[DEP] diffutils
[DEP] expat
[DEP] file
[DEP] fhs
[DEP] findutils
[DEP] fontconfig
[DEP] freetype
[DEP] gawk
[DEP] gcc
[DEP] gettext
[DEP] glib
[DEP] glib12
[DEP] glibc
[DEP] glitz
[DEP] grep
[DEP] gtk+
[DEP] gtk+12
[DEP] imake
[DEP] inputproto
[DEP] kbproto
[DEP] kdelibs
[DEP] libart_lgpl23
[DEP] libdnet
[DEP] libdrm
[DEP] libice
[DEP] libidn
[DEP] libjpeg
[DEP] libpng
[DEP] libsm
[DEP] libx11
[DEP] libxau
[DEP] libxcursor
[DEP] libxdmcp
[DEP] libxcb
[DEP] libxext
[DEP] libxfixes
[DEP] libxft
[DEP] libxi
[DEP] libxinerama
[DEP] libxmu
[DEP] libxrandr
[DEP] libxrender
[DEP] libxt
[DEP] libxxf86vm
[DEP] linux-header
[DEP] m4
[DEP] make
[DEP] mesa
[DEP] mktemp
[DEP] net-tools
[DEP] pango
[DEP] patch
[DEP] perl
[DEP] pkgconfig
[DEP] qt3
[DEP] renderproto
[DEP] sed
[DEP] sysfiles
[DEP] tar
[DEP] util-linux
[DEP] xineramaproto
[DEP] xproto
[DEP] zlib

8
themes/qtcurve/qtcurve.desc

@ -2,7 +2,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../qtcurve/qtcurve.desc
[COPY] Copyright (C) 2006 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2008 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2004 Clifford Wolf
[COPY]
@ -47,7 +47,9 @@
[L] GPL
[S] Stable
[V] 0.22
[V] 0.59.5
[P] X -----5---9 168.100
[D] 1467293591 QtCurve-0.22.tar.gz http://www.cpdrummond.freeuk.com/
[O] . $base/package/*/*/cmake-conf.in
[D] 324035764 QtCurve-KDE3-0.59.5.tar.bz2 http://home.freeuk.com/cpdrummond/

Loading…
Cancel
Save