Browse Source

Alejandro Mery:

patch [2004101503162923987]


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@4635 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Alejandro Mery 20 years ago
parent
commit
3883c8bb35
2 changed files with 2 additions and 32 deletions
  1. +2
    -2
      package/mnemoc/gtk-sharp/gtk-sharp.desc
  2. +0
    -30
      package/mnemoc/gtk-sharp/missing-atk-assembly.patch

+ 2
- 2
package/mnemoc/gtk-sharp/gtk-sharp.desc

@ -39,8 +39,8 @@
[L] GPL
[S] Stable
[V] 1.0
[V] 1.0.2
[P] X -?---5---9 209.400
[D] 0 gtk-sharp-1.0.tar.gz http://dl.sourceforge.net/sourceforge/gtk-sharp/
[D] 3506239583 gtk-sharp-1.0.2.tar.gz http://dl.sourceforge.net/sourceforge/gtk-sharp/

+ 0
- 30
package/mnemoc/gtk-sharp/missing-atk-assembly.patch

@ -1,30 +0,0 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/mnemoc/gtk-sharp/missing-atk-assembly.patch
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
#
# 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.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
--- ./sample/rsvg/Makefile.in.orig 2004-09-12 06:00:13.607150736 +0200
+++ ./sample/rsvg/Makefile.in 2004-09-12 06:00:46.096211648 +0200
@@ -119,7 +119,7 @@
am__include = @am__include@
am__quote = @am__quote@
install_sh = @install_sh@
-assemblies = ../../glib/glib-sharp.dll ../../pango/pango-sharp.dll ../../atk/atk-sharp.dll ../../gdk/gdk-sharp.dll ../../gtk/gtk-sharp.dll ../../rsvg/rsvg-sharp.dll
+assemblies = ../../glib/glib-sharp.dll ../../pango/pango-sharp.dll ../../atk/atk-sharp.dll ../../art/art-sharp.dll ../../gdk/gdk-sharp.dll ../../gtk/gtk-sharp.dll ../../rsvg/rsvg-sharp.dll
references = $(addprefix /r:, $(assemblies))
@ENABLE_RSVG_TRUE@TARGETS = svghelloworld.exe

Loading…
Cancel
Save