mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Update to 0.25.
This commit is contained in:
parent
a6b5deb95c
commit
d39387b84e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66153
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= sodipodi
|
||||
PORTVERSION= 0.24.1
|
||||
PORTVERSION= 0.25
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (sodipodi-0.24.1.tar.gz) = 1bb1c07993e6cee32ae2b2d8c39b9b40
|
||||
MD5 (sodipodi-0.25.tar.gz) = 9abf6f193933f73a227e105ffaf545d2
|
||||
|
@ -1,8 +1,5 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- po/Makefile.in.in 2001/09/28 13:21:12 1.1
|
||||
+++ po/Makefile.in.in 2001/09/28 13:21:31
|
||||
--- po/Makefile.in.in.orig Wed Sep 11 11:51:02 2002
|
||||
+++ po/Makefile.in.in Wed Sep 11 11:51:50 2002
|
||||
@@ -106,7 +106,7 @@
|
||||
@catalogs='$(CATALOGS)'; \
|
||||
for cat in $$catalogs; do \
|
||||
@ -27,6 +24,6 @@ $FreeBSD$
|
||||
cat=`basename $$cat`; \
|
||||
- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
|
||||
+ lang=`echo $$cat | sed 's/\.mo$$//'`; \
|
||||
cp $$lang.po $$lang.old.po; \
|
||||
echo "$$lang:"; \
|
||||
if $(MSGMERGE) $$lang.po $(PACKAGE).pot -o $$lang.new.po; then \
|
||||
mv -f $$lang.new.po $$lang.po; \
|
||||
if $(MSGMERGE) $$lang ; then \
|
||||
|
@ -1,14 +0,0 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- src/bonobo/Makefile.in 2002/02/22 19:30:36 1.1
|
||||
+++ src/bonobo/Makefile.in 2002/02/22 19:30:52
|
||||
@@ -124,7 +124,7 @@
|
||||
cflags_set = @cflags_set@
|
||||
cxxflags_set = @cxxflags_set@
|
||||
|
||||
-INCLUDES = -I$(includedir) -I$(SODIPODI_CFLAGS)
|
||||
+INCLUDES = -I$(includedir) -I$(SODIPODI_CFLAGS) @GNOME_INCLUDEDIR@
|
||||
|
||||
|
||||
noinst_LIBRARIES = libspbonobo.a
|
@ -1,14 +0,0 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- src/sp-text.c 2001/09/28 13:10:32 1.1
|
||||
+++ src/sp-text.c 2001/09/28 13:19:21
|
||||
@@ -235,7 +235,7 @@
|
||||
x = text->x;
|
||||
y += text->size;
|
||||
} else {
|
||||
- g_unichar_to_utf8 (btowc(*c), utfbuf);
|
||||
+ g_unichar_to_utf8 (*c, utfbuf);
|
||||
glyph = gnome_font_face_lookup_default (face, g_utf8_get_char(utfbuf));
|
||||
|
||||
w = gnome_font_face_get_glyph_width (face, glyph);
|
@ -1,8 +1,8 @@
|
||||
bin/sodipodi
|
||||
bin/sodipodi-bonobo
|
||||
share/gnome/apps/Graphics/sodipodi.desktop
|
||||
share/gnome/oaf/GNOME_Sodipodi.oafinfo
|
||||
share/gnome/oaf/GNOME_Sodipodi.oaf
|
||||
share/gnome/pixmaps/sodipodi.png
|
||||
share/gnome/sodipodi/about.svg
|
||||
share/gnome/sodipodi/add.xpm
|
||||
share/gnome/sodipodi/al_bottom_in.xpm
|
||||
share/gnome/sodipodi/al_bottom_out.xpm
|
||||
@ -14,7 +14,6 @@ share/gnome/sodipodi/al_right_in.xpm
|
||||
share/gnome/sodipodi/al_right_out.xpm
|
||||
share/gnome/sodipodi/al_top_in.xpm
|
||||
share/gnome/sodipodi/al_top_out.xpm
|
||||
share/gnome/sodipodi/align.c
|
||||
share/gnome/sodipodi/align.glade
|
||||
share/gnome/sodipodi/align_bc.xpm
|
||||
share/gnome/sodipodi/align_bl.xpm
|
||||
@ -41,21 +40,21 @@ share/gnome/sodipodi/curve.xpm
|
||||
share/gnome/sodipodi/cusp.xpm
|
||||
share/gnome/sodipodi/del.xpm
|
||||
share/gnome/sodipodi/delete.xpm
|
||||
share/gnome/sodipodi/desktop.c
|
||||
share/gnome/sodipodi/desktop.glade
|
||||
share/gnome/sodipodi/dimension_hor.xpm
|
||||
share/gnome/sodipodi/dimension_ver.xpm
|
||||
share/gnome/sodipodi/display.c
|
||||
share/gnome/sodipodi/display.glade
|
||||
share/gnome/sodipodi/div.xpm
|
||||
share/gnome/sodipodi/document.c
|
||||
share/gnome/sodipodi/document.glade
|
||||
share/gnome/sodipodi/draw_arc.xpm
|
||||
share/gnome/sodipodi/draw_dynahand.xpm
|
||||
share/gnome/sodipodi/draw_ellipse.xpm
|
||||
share/gnome/sodipodi/draw_freehand.xpm
|
||||
share/gnome/sodipodi/draw_node.xpm
|
||||
share/gnome/sodipodi/draw_pen.xpm
|
||||
share/gnome/sodipodi/draw_rect.xpm
|
||||
share/gnome/sodipodi/draw_select.xpm
|
||||
share/gnome/sodipodi/draw_spiral.xpm
|
||||
share/gnome/sodipodi/draw_star.xpm
|
||||
share/gnome/sodipodi/draw_text.xpm
|
||||
share/gnome/sodipodi/draw_zoom.xpm
|
||||
share/gnome/sodipodi/dt_active.xpm
|
||||
@ -91,7 +90,6 @@ share/gnome/sodipodi/font.xpm
|
||||
share/gnome/sodipodi/forward.xpm
|
||||
share/gnome/sodipodi/freehand.xpm
|
||||
share/gnome/sodipodi/guide_dialog.png
|
||||
share/gnome/sodipodi/item.c
|
||||
share/gnome/sodipodi/item.glade
|
||||
share/gnome/sodipodi/join.xpm
|
||||
share/gnome/sodipodi/join_bevel.xpm
|
||||
@ -120,7 +118,6 @@ share/gnome/sodipodi/object_flip_hor.xpm
|
||||
share/gnome/sodipodi/object_flip_ver.xpm
|
||||
share/gnome/sodipodi/object_font.xpm
|
||||
share/gnome/sodipodi/object_layout.xpm
|
||||
share/gnome/sodipodi/object_props.c
|
||||
share/gnome/sodipodi/object_props.glade
|
||||
share/gnome/sodipodi/object_reset.xpm
|
||||
share/gnome/sodipodi/object_rotate.xpm
|
||||
@ -155,16 +152,12 @@ share/gnome/sodipodi/skew.xpm
|
||||
share/gnome/sodipodi/skew_hor.xpm
|
||||
share/gnome/sodipodi/skew_ver.xpm
|
||||
share/gnome/sodipodi/smooth.xpm
|
||||
share/gnome/sodipodi/sodipodi-glade.c
|
||||
share/gnome/sodipodi/sodipodi.glade
|
||||
share/gnome/sodipodi/stroke.xpm
|
||||
share/gnome/sodipodi/sym.xpm
|
||||
share/gnome/sodipodi/text-dialog.c
|
||||
share/gnome/sodipodi/text-dialog.glade
|
||||
share/gnome/sodipodi/text.xpm
|
||||
share/gnome/sodipodi/toback.xpm
|
||||
share/gnome/sodipodi/tofront.xpm
|
||||
share/gnome/sodipodi/toolbox.c
|
||||
share/gnome/sodipodi/toolbox.glade
|
||||
share/gnome/sodipodi/toolbox_draw.xpm
|
||||
share/gnome/sodipodi/toolbox_edit.xpm
|
||||
@ -173,10 +166,10 @@ share/gnome/sodipodi/toolbox_node.xpm
|
||||
share/gnome/sodipodi/toolbox_object.xpm
|
||||
share/gnome/sodipodi/toolbox_select.xpm
|
||||
share/gnome/sodipodi/toolbox_zoom.xpm
|
||||
share/gnome/sodipodi/transformation.c
|
||||
share/gnome/sodipodi/transformation.glade
|
||||
share/gnome/sodipodi/unknown.xpm
|
||||
share/gnome/sodipodi/xml-tree.c
|
||||
share/gnome/sodipodi/writing_mode_lr.xpm
|
||||
share/gnome/sodipodi/writing_mode_tb.xpm
|
||||
share/gnome/sodipodi/xml-tree.glade
|
||||
share/gnome/sodipodi/zoom.xpm
|
||||
share/gnome/sodipodi/zoom_1_to_1.xpm
|
||||
@ -187,9 +180,11 @@ share/gnome/sodipodi/zoom_in.xpm
|
||||
share/gnome/sodipodi/zoom_out.xpm
|
||||
share/gnome/sodipodi/zoom_page.xpm
|
||||
share/gnome/sodipodi/zoom_select.xpm
|
||||
share/locale/az/LC_MESSAGES/sodipodi.mo
|
||||
share/locale/ca/LC_MESSAGES/sodipodi.mo
|
||||
share/locale/da/LC_MESSAGES/sodipodi.mo
|
||||
share/locale/de/LC_MESSAGES/sodipodi.mo
|
||||
share/locale/el/LC_MESSAGES/sodipodi.mo
|
||||
share/locale/es/LC_MESSAGES/sodipodi.mo
|
||||
share/locale/et/LC_MESSAGES/sodipodi.mo
|
||||
share/locale/fr/LC_MESSAGES/sodipodi.mo
|
||||
@ -200,10 +195,13 @@ share/locale/it/LC_MESSAGES/sodipodi.mo
|
||||
share/locale/ja/LC_MESSAGES/sodipodi.mo
|
||||
share/locale/no/LC_MESSAGES/sodipodi.mo
|
||||
share/locale/pl/LC_MESSAGES/sodipodi.mo
|
||||
share/locale/pt/LC_MESSAGES/sodipodi.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/sodipodi.mo
|
||||
share/locale/ru/LC_MESSAGES/sodipodi.mo
|
||||
share/locale/sk/LC_MESSAGES/sodipodi.mo
|
||||
share/locale/sl/LC_MESSAGES/sodipodi.mo
|
||||
share/locale/sv/LC_MESSAGES/sodipodi.mo
|
||||
share/locale/tr/LC_MESSAGES/sodipodi.mo
|
||||
share/locale/uk/LC_MESSAGES/sodipodi.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/sodipodi.mo
|
||||
@dirrm share/gnome/sodipodi
|
||||
|
Loading…
Reference in New Issue
Block a user