diff options
author | Dan Armak <danarmak@gentoo.org> | 2004-11-06 17:23:33 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2004-11-06 17:23:33 +0000 |
commit | d583648111762c2609cd609dcc023a78a6d1f07c (patch) | |
tree | 875b4e1a0cb296bbcdc01f47649e5e961153d4ab /kde-base/smoke/files | |
parent | Stabling on Gentoo/IA64 with regard to security bug #70227. (Manifest recommit) (diff) | |
download | gentoo-2-d583648111762c2609cd609dcc023a78a6d1f07c.tar.gz gentoo-2-d583648111762c2609cd609dcc023a78a6d1f07c.tar.bz2 gentoo-2-d583648111762c2609cd609dcc023a78a6d1f07c.zip |
added split kdebindings ebuilds
Diffstat (limited to 'kde-base/smoke/files')
-rw-r--r-- | kde-base/smoke/files/digest-smoke-3.3.1 | 2 | ||||
-rw-r--r-- | kde-base/smoke/files/no-gtk-glib-check.diff | 22 | ||||
-rw-r--r-- | kde-base/smoke/files/parallel-make.diff | 59 |
3 files changed, 83 insertions, 0 deletions
diff --git a/kde-base/smoke/files/digest-smoke-3.3.1 b/kde-base/smoke/files/digest-smoke-3.3.1 new file mode 100644 index 000000000000..64edf11dedc4 --- /dev/null +++ b/kde-base/smoke/files/digest-smoke-3.3.1 @@ -0,0 +1,2 @@ +MD5 fd64783a92e66a2405b9e25f7322c222 kdebindings-3.3.1.tar.bz2 7168111 +MD5 a676a142e64fe0575a0d0415101a1b00 smoke-3.3.1-0-makefiles.tar.bz2 19210 diff --git a/kde-base/smoke/files/no-gtk-glib-check.diff b/kde-base/smoke/files/no-gtk-glib-check.diff new file mode 100644 index 000000000000..90fe098df490 --- /dev/null +++ b/kde-base/smoke/files/no-gtk-glib-check.diff @@ -0,0 +1,22 @@ +--- Makefile.am.orig 2004-10-08 15:23:14.000000000 +0200 ++++ Makefile.am 2004-10-29 22:01:41.662032792 +0200 +@@ -14,8 +14,6 @@ + + AUTOMAKE_OPTIONS = foreign 1.5 + +-$(top_srcdir)/acinclude.m4: $(top_srcdir)/dcopc/glib.m4 $(top_srcdir)/dcopc/gtk.m4 +- + EXTRA_DIST = admin + + include admin/deps.am +--- Makefile.am.in.orig 2004-08-05 21:57:23.000000000 +0300 ++++ Makefile.am.in 2004-10-29 22:01:45.358470848 +0200 +@@ -14,8 +14,6 @@ + + AUTOMAKE_OPTIONS = foreign 1.5 + +-$(top_srcdir)/acinclude.m4: $(top_srcdir)/dcopc/glib.m4 $(top_srcdir)/dcopc/gtk.m4 +- + EXTRA_DIST = admin + + include admin/deps.am diff --git a/kde-base/smoke/files/parallel-make.diff b/kde-base/smoke/files/parallel-make.diff new file mode 100644 index 000000000000..174ed73f0fb7 --- /dev/null +++ b/kde-base/smoke/files/parallel-make.diff @@ -0,0 +1,59 @@ +--- smoke/qt/Makefile.am.orig 2004-10-03 09:13:32.000000000 +0200 ++++ smoke/qt/Makefile.am 2004-10-30 00:16:08.016760480 +0200 +@@ -15,6 +15,27 @@ + libsmokeqt_la_SOURCES = smokedata.cpp x_1.cpp x_2.cpp x_3.cpp x_4.cpp x_5.cpp x_6.cpp x_7.cpp \ + x_8.cpp x_9.cpp x_10.cpp x_11.cpp x_12.cpp x_13.cpp x_14.cpp x_15.cpp \ + x_16.cpp x_17.cpp x_18.cpp x_19.cpp x_20.cpp ++ ++x_1.cpp: smokedata.cpp ++x_2.cpp: smokedata.cpp ++x_3.cpp: smokedata.cpp ++x_4.cpp: smokedata.cpp ++x_5.cpp: smokedata.cpp ++x_6.cpp: smokedata.cpp ++x_7.cpp: smokedata.cpp ++x_8.cpp: smokedata.cpp ++x_9.cpp: smokedata.cpp ++x_10.cpp: smokedata.cpp ++x_11.cpp: smokedata.cpp ++x_12.cpp: smokedata.cpp ++x_13.cpp: smokedata.cpp ++x_14.cpp: smokedata.cpp ++x_15.cpp: smokedata.cpp ++x_16.cpp: smokedata.cpp ++x_17.cpp: smokedata.cpp ++x_18.cpp: smokedata.cpp ++x_19.cpp: smokedata.cpp ++x_20.cpp: smokedata.cpp + + smokedata.cpp: + perl generate.pl +--- smoke/kde/Makefile.am.orig 2004-10-03 09:13:32.000000000 +0200 ++++ smoke/kde/Makefile.am 2004-10-30 00:33:44.270185552 +0200 +@@ -16,5 +16,26 @@ + x_8.cpp x_9.cpp x_10.cpp x_11.cpp x_12.cpp x_13.cpp x_14.cpp x_15.cpp \ + x_16.cpp x_17.cpp x_18.cpp x_19.cpp x_20.cpp + ++x_1.cpp: smokedata.cpp ++x_2.cpp: smokedata.cpp ++x_3.cpp: smokedata.cpp ++x_4.cpp: smokedata.cpp ++x_5.cpp: smokedata.cpp ++x_6.cpp: smokedata.cpp ++x_7.cpp: smokedata.cpp ++x_8.cpp: smokedata.cpp ++x_9.cpp: smokedata.cpp ++x_10.cpp: smokedata.cpp ++x_11.cpp: smokedata.cpp ++x_12.cpp: smokedata.cpp ++x_13.cpp: smokedata.cpp ++x_14.cpp: smokedata.cpp ++x_15.cpp: smokedata.cpp ++x_16.cpp: smokedata.cpp ++x_17.cpp: smokedata.cpp ++x_18.cpp: smokedata.cpp ++x_19.cpp: smokedata.cpp ++x_20.cpp: smokedata.cpp ++ + smokedata.cpp: + perl generate.pl |