diff options
author | 2004-04-22 22:47:31 +0000 | |
---|---|---|
committer | 2004-04-22 22:47:31 +0000 | |
commit | 352fd5573345d4e63ca21934354cb0ab69ab07d1 (patch) | |
tree | 8e163867e3c65513aa1f03bed9044381f5fa83bd /app-dicts/stardict | |
parent | Mark 3.2.1 stable on x86. Remove old versions. (Manifest recommit) (diff) | |
download | gentoo-2-352fd5573345d4e63ca21934354cb0ab69ab07d1.tar.gz gentoo-2-352fd5573345d4e63ca21934354cb0ab69ab07d1.tar.bz2 gentoo-2-352fd5573345d4e63ca21934354cb0ab69ab07d1.zip |
Applied patch to compile against gtk+-2.4.
Diffstat (limited to 'app-dicts/stardict')
-rw-r--r-- | app-dicts/stardict/ChangeLog | 6 | ||||
-rw-r--r-- | app-dicts/stardict/files/stardict-gtk24.patch | 35 | ||||
-rw-r--r-- | app-dicts/stardict/stardict-2.2.1.ebuild | 4 | ||||
-rw-r--r-- | app-dicts/stardict/stardict-2.4.0.ebuild | 4 | ||||
-rw-r--r-- | app-dicts/stardict/stardict-2.4.1.ebuild | 4 | ||||
-rw-r--r-- | app-dicts/stardict/stardict-2.4.2.ebuild | 5 |
6 files changed, 50 insertions, 8 deletions
diff --git a/app-dicts/stardict/ChangeLog b/app-dicts/stardict/ChangeLog index 1f9bee149a81..8ba0aa5aeb3f 100644 --- a/app-dicts/stardict/ChangeLog +++ b/app-dicts/stardict/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-dicts/stardict # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/ChangeLog,v 1.14 2004/03/06 12:03:51 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/ChangeLog,v 1.15 2004/04/22 22:47:31 khai Exp $ + + 22 Apr 2004; <khai@gentoo.org> +files/stardict-gtk24.patch, + stardict-2.4.2.ebuild: + Applied patch to fix compilation against gtk+-2.4. 06 Mar 2004; Alastair Tse <liquidx@gentoo.org> stardict-2.4.2.ebuild: make tools executable (#43719) diff --git a/app-dicts/stardict/files/stardict-gtk24.patch b/app-dicts/stardict/files/stardict-gtk24.patch new file mode 100644 index 000000000000..bc79052f93ad --- /dev/null +++ b/app-dicts/stardict/files/stardict-gtk24.patch @@ -0,0 +1,35 @@ +diff -ruN stardict-2.4.2.old/src/Makefile.am stardict-2.4.2/src/Makefile.am +--- stardict-2.4.2.old/src/Makefile.am 2004-04-22 15:37:45.326039331 -0700 ++++ stardict-2.4.2/src/Makefile.am 2004-04-22 15:40:13.902664279 -0700 +@@ -9,12 +9,7 @@ + -DGNOME_ICONDIR=\""$(datadir)/pixmaps"\" \ + -DSTARDICT_LOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ + -DSTARDICT_DATA_DIR=\""$(datadir)/stardict"\" \ +- -DG_DISABLE_DEPRECATED \ +- -DGDK_DISABLE_DEPRECATED \ +- -DGTK_DISABLE_DEPRECATED \ +- -DGDK_PIXBUF_DISABLE_DEPRECATED \ +- -DGNOME_DISABLE_DEPRECATED +- ++ + + stardict_LDFLAGS = + +diff -ruN stardict-2.4.2.old/src/Makefile.in stardict-2.4.2/src/Makefile.in +--- stardict-2.4.2.old/src/Makefile.in 2004-04-22 15:37:45.332037580 -0700 ++++ stardict-2.4.2/src/Makefile.in 2004-04-22 15:40:13.902664279 -0700 +@@ -141,13 +141,7 @@ + -DGNOME_ICONDIR=\""$(datadir)/pixmaps"\" \ + -DSTARDICT_LOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ + -DSTARDICT_DATA_DIR=\""$(datadir)/stardict"\" \ +- -DG_DISABLE_DEPRECATED \ +- -DGDK_DISABLE_DEPRECATED \ +- -DGTK_DISABLE_DEPRECATED \ +- -DGDK_PIXBUF_DISABLE_DEPRECATED \ +- -DGNOME_DISABLE_DEPRECATED +- +- ++ + stardict_LDFLAGS = + + stardict_LDADD = \ diff --git a/app-dicts/stardict/stardict-2.2.1.ebuild b/app-dicts/stardict/stardict-2.2.1.ebuild index 08cbc5ba1bbc..c53b32eb1a85 100644 --- a/app-dicts/stardict/stardict-2.2.1.ebuild +++ b/app-dicts/stardict/stardict-2.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/stardict-2.2.1.ebuild,v 1.4 2003/09/12 19:20:49 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/stardict-2.2.1.ebuild,v 1.5 2004/04/22 22:47:31 khai Exp $ inherit gnome2 diff --git a/app-dicts/stardict/stardict-2.4.0.ebuild b/app-dicts/stardict/stardict-2.4.0.ebuild index 0b00182fb10e..385f9fc82f1f 100644 --- a/app-dicts/stardict/stardict-2.4.0.ebuild +++ b/app-dicts/stardict/stardict-2.4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/stardict-2.4.0.ebuild,v 1.2 2003/10/30 10:02:39 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/stardict-2.4.0.ebuild,v 1.3 2004/04/22 22:47:31 khai Exp $ inherit gnome2 diff --git a/app-dicts/stardict/stardict-2.4.1.ebuild b/app-dicts/stardict/stardict-2.4.1.ebuild index b00ae51c43d6..3a5bc1a38827 100644 --- a/app-dicts/stardict/stardict-2.4.1.ebuild +++ b/app-dicts/stardict/stardict-2.4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/stardict-2.4.1.ebuild,v 1.2 2004/01/07 16:53:15 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/stardict-2.4.1.ebuild,v 1.3 2004/04/22 22:47:31 khai Exp $ inherit gnome2 diff --git a/app-dicts/stardict/stardict-2.4.2.ebuild b/app-dicts/stardict/stardict-2.4.2.ebuild index 464efa224f31..bbd19d37a292 100644 --- a/app-dicts/stardict/stardict-2.4.2.ebuild +++ b/app-dicts/stardict/stardict-2.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/stardict-2.4.2.ebuild,v 1.2 2004/03/06 12:03:51 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/stardict-2.4.2.ebuild,v 1.3 2004/04/22 22:47:31 khai Exp $ inherit gnome2 @@ -35,6 +35,9 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} gnome2_omf_fix + + # Fix gtk-2.4 deprecation issues + epatch ${FILESDIR}/stardict-gtk24.patch } src_install() { |