- dist patch: fix unresolved symbol glob_tooltips when using jpilot-sync
- bump PKGNAME from Antoine Jacoutot (maintainer) update-plist while here
This commit is contained in:
parent
2b8896f270
commit
916e06ced2
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.31 2005/11/15 12:59:22 wilfried Exp $
|
||||
# $OpenBSD: Makefile,v 1.32 2005/12/04 22:19:24 steven Exp $
|
||||
|
||||
COMMENT= "desktop organizer software for the palm pilot"
|
||||
|
||||
DISTNAME= jpilot-0.99.8
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
CATEGORIES= comms palm
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
|
11
comms/jpilot/patches/patch-jpilot-sync_c
Normal file
11
comms/jpilot/patches/patch-jpilot-sync_c
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-jpilot-sync_c,v 1.1 2005/12/04 22:19:24 steven Exp $
|
||||
--- jpilot-sync.c.orig Sun Dec 4 16:09:12 2005
|
||||
+++ jpilot-sync.c Sun Dec 4 16:09:31 2005
|
||||
@@ -44,6 +44,7 @@ int pipe_to_parent, pipe_from_parent;
|
||||
pid_t glob_child_pid;
|
||||
GtkWidget *glob_dialog;
|
||||
pid_t glob_child_pid;
|
||||
+GtkTooltips *glob_tooltips;
|
||||
|
||||
unsigned char skip_plugins;
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2005/10/31 21:08:15 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2005/12/04 22:19:24 steven Exp $
|
||||
%%SHARED%%
|
||||
bin/jpilot
|
||||
bin/jpilot-dump
|
||||
@ -64,8 +64,6 @@ share/jpilot/jpilotrc.default
|
||||
share/jpilot/jpilotrc.green
|
||||
share/jpilot/jpilotrc.purple
|
||||
share/jpilot/jpilotrc.steel
|
||||
share/locale/ca/
|
||||
share/locale/ca/LC_MESSAGES/
|
||||
share/locale/ca/LC_MESSAGES/jpilot.mo
|
||||
share/locale/cs/LC_MESSAGES/jpilot.mo
|
||||
share/locale/da/LC_MESSAGES/jpilot.mo
|
||||
@ -82,8 +80,6 @@ share/locale/rw/LC_MESSAGES/
|
||||
share/locale/rw/LC_MESSAGES/jpilot.mo
|
||||
share/locale/sv/LC_MESSAGES/jpilot.mo
|
||||
share/locale/tr/LC_MESSAGES/jpilot.mo
|
||||
share/locale/vi/
|
||||
share/locale/vi/LC_MESSAGES/
|
||||
share/locale/vi/LC_MESSAGES/jpilot.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/jpilot.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/jpilot.mo
|
||||
|
Loading…
x
Reference in New Issue
Block a user