Update to dia-0.97.1.
This commit is contained in:
parent
c5310054fb
commit
fc2cd23f56
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.61 2009/12/22 16:06:40 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.62 2010/03/20 16:53:22 ajacoutot Exp $
|
||||
|
||||
COMMENT= technical diagrams drawing tool
|
||||
|
||||
GNOME_PROJECT= dia
|
||||
GNOME_VERSION= 0.97
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
GNOME_VERSION= 0.97.1
|
||||
|
||||
CATEGORIES= graphics
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (dia-0.97.tar.bz2) = PRH5qqWkkj8KVTOWLIe9+w==
|
||||
RMD160 (dia-0.97.tar.bz2) = Gyhp4uvdLze5CKsxZuUprsGGKvY=
|
||||
SHA1 (dia-0.97.tar.bz2) = HFpyfp5PWbgjpGFvyIEFUAbri5Y=
|
||||
SHA256 (dia-0.97.tar.bz2) = kIM4K9VDW21jJPxgHzWafHWVBOSK287OCn1cRadsz1o=
|
||||
SIZE (dia-0.97.tar.bz2) = 6736670
|
||||
MD5 (dia-0.97.1.tar.bz2) = V+RLufOHVZoFBrUqE03q8A==
|
||||
RMD160 (dia-0.97.1.tar.bz2) = 5sPNKHKqfQvY/6UCV3An1/RciYI=
|
||||
SHA1 (dia-0.97.1.tar.bz2) = 6jXg4PL3W2niL6o4lo4IA6irT0c=
|
||||
SHA256 (dia-0.97.1.tar.bz2) = jf6LLJ2HuvKYNMjeXj7JFJfCsX8rd/sbhnr931xCkUI=
|
||||
SIZE (dia-0.97.1.tar.bz2) = 6836081
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-app_commands_c,v 1.5 2009/06/01 21:17:39 ajacoutot Exp $
|
||||
--- app/commands.c.orig Sun Mar 8 13:38:35 2009
|
||||
+++ app/commands.c Tue Apr 14 22:57:59 2009
|
||||
$OpenBSD: patch-app_commands_c,v 1.6 2010/03/20 16:53:22 ajacoutot Exp $
|
||||
--- app/commands.c.orig Sat Nov 7 18:13:53 2009
|
||||
+++ app/commands.c Sun Jan 24 20:14:59 2010
|
||||
@@ -641,7 +641,7 @@ help_manual_callback (GtkAction *action)
|
||||
const char *dentry;
|
||||
GError *error = NULL;
|
||||
@ -10,21 +10,3 @@ $OpenBSD: patch-app_commands_c,v 1.5 2009/06/01 21:17:39 ajacoutot Exp $
|
||||
if (!helpdir) {
|
||||
message_warning(_("Could not find help directory"));
|
||||
return;
|
||||
@@ -690,7 +690,7 @@ help_manual_callback (GtkAction *action)
|
||||
ShellExecuteA (0, "open", helpindex, NULL, helpdir, SW_SHOWNORMAL);
|
||||
#else
|
||||
command = getenv("BROWSER");
|
||||
- command = g_strdup_printf("%s 'file://%s' &", command ? command : "gnome-open", helpindex);
|
||||
+ command = g_strdup_printf("%s 'file://%s' &", command ? command : "xdg-open", helpindex);
|
||||
system(command);
|
||||
g_free(command);
|
||||
#endif
|
||||
@@ -708,7 +708,7 @@ activate_url (GtkAboutDialog *about,
|
||||
ShellExecuteA (0, "open", link, NULL, NULL, SW_SHOWNORMAL);
|
||||
#else
|
||||
gchar *command = getenv("BROWSER");
|
||||
- command = g_strdup_printf("%s '%s' &", command ? command : "gnome-open", link);
|
||||
+ command = g_strdup_printf("%s '%s' &", command ? command : "xdg-open", link);
|
||||
system(command);
|
||||
g_free(command);
|
||||
#endif
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-doc_en_Makefile_in,v 1.5 2009/06/01 21:17:39 ajacoutot Exp $
|
||||
--- doc/en/Makefile.in.orig Sun May 3 20:12:41 2009
|
||||
+++ doc/en/Makefile.in Mon May 4 10:23:37 2009
|
||||
@@ -950,7 +950,7 @@ clean-local-xml: clean-local-omf
|
||||
$OpenBSD: patch-doc_en_Makefile_in,v 1.6 2010/03/20 16:53:22 ajacoutot Exp $
|
||||
--- doc/en/Makefile.in.orig Sun Jan 24 19:46:55 2010
|
||||
+++ doc/en/Makefile.in Sun Jan 24 20:14:59 2010
|
||||
@@ -956,7 +956,7 @@ clean-local-xml: clean-local-omf
|
||||
|
||||
dist-hook: app-dist-hook
|
||||
@HAVE_DB2MAN_TRUE@dia.1: dia.dbk
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-doc_eu_Makefile_in,v 1.4 2009/06/01 21:17:39 ajacoutot Exp $
|
||||
--- doc/eu/Makefile.in.orig Sun May 3 20:12:41 2009
|
||||
+++ doc/eu/Makefile.in Mon May 4 10:23:37 2009
|
||||
@@ -865,7 +865,7 @@ clean-local-xml: clean-local-omf
|
||||
$OpenBSD: patch-doc_eu_Makefile_in,v 1.5 2010/03/20 16:53:22 ajacoutot Exp $
|
||||
--- doc/eu/Makefile.in.orig Sun Jan 24 19:46:55 2010
|
||||
+++ doc/eu/Makefile.in Sun Jan 24 20:14:59 2010
|
||||
@@ -871,7 +871,7 @@ clean-local-xml: clean-local-omf
|
||||
|
||||
dist-hook: app-dist-hook
|
||||
@HAVE_DB2MAN_TRUE@dia.1: dia.dbk
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.21 2009/12/22 16:06:40 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.22 2010/03/20 16:53:22 ajacoutot Exp $
|
||||
%%SHARED%%
|
||||
@bin bin/dia
|
||||
lib/dia/
|
||||
@ -1772,6 +1772,7 @@ share/locale/be/LC_MESSAGES/dia.mo
|
||||
share/locale/bg/LC_MESSAGES/dia.mo
|
||||
share/locale/bs/LC_MESSAGES/dia.mo
|
||||
share/locale/ca/LC_MESSAGES/dia.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/dia.mo
|
||||
share/locale/cs/LC_MESSAGES/dia.mo
|
||||
share/locale/da/LC_MESSAGES/dia.mo
|
||||
share/locale/de/LC_MESSAGES/dia.mo
|
||||
@ -1806,6 +1807,7 @@ share/locale/ne/LC_MESSAGES/dia.mo
|
||||
share/locale/nl/LC_MESSAGES/dia.mo
|
||||
share/locale/nn/LC_MESSAGES/dia.mo
|
||||
share/locale/oc/LC_MESSAGES/dia.mo
|
||||
share/locale/or/LC_MESSAGES/dia.mo
|
||||
share/locale/pa/LC_MESSAGES/dia.mo
|
||||
share/locale/pl/LC_MESSAGES/dia.mo
|
||||
share/locale/pt/LC_MESSAGES/dia.mo
|
||||
@ -1817,8 +1819,11 @@ share/locale/sk/LC_MESSAGES/dia.mo
|
||||
share/locale/sl/LC_MESSAGES/dia.mo
|
||||
share/locale/sq/LC_MESSAGES/dia.mo
|
||||
share/locale/sr/LC_MESSAGES/dia.mo
|
||||
share/locale/sr@Latn/
|
||||
share/locale/sr@Latn/LC_MESSAGES/
|
||||
share/locale/sr@Latn/LC_MESSAGES/dia.mo
|
||||
share/locale/sv/LC_MESSAGES/dia.mo
|
||||
share/locale/ta/LC_MESSAGES/dia.mo
|
||||
share/locale/th/LC_MESSAGES/dia.mo
|
||||
share/locale/tr/LC_MESSAGES/dia.mo
|
||||
share/locale/uk/LC_MESSAGES/dia.mo
|
||||
@ -1830,6 +1835,7 @@ share/locale/zh_TW/LC_MESSAGES/dia.mo
|
||||
@comment share/man/fr/
|
||||
@comment share/man/fr/man1/
|
||||
@comment @man share/man/fr/man1/dia.1
|
||||
share/mime-info/
|
||||
share/mime-info/dia.keys
|
||||
share/mime-info/dia.mime
|
||||
@exec %D/bin/update-desktop-database
|
||||
|
Loading…
x
Reference in New Issue
Block a user