- update dasher to 4.9.0
- specify license version feedback and ok ajacoutot@
This commit is contained in:
parent
d0f34966dd
commit
abd83334b3
@ -1,14 +1,13 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2008/09/28 08:55:01 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2008/11/21 17:06:25 jasper Exp $
|
||||
|
||||
COMMENT= graphical predictive text input system
|
||||
|
||||
GNOME_PROJECT= dasher
|
||||
GNOME_VERSION= 4.6.1
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
GNOME_VERSION= 4.9.0
|
||||
|
||||
CATEGORIES= x11
|
||||
|
||||
# GPL
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
@ -22,11 +21,11 @@ WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcomposite \
|
||||
Xrender Xtst art_lgpl_2 atk-1.0 audiofile bonobo-2 \
|
||||
bonobo-activation bonoboui-2 c cairo crypto dbus-1 \
|
||||
dbus-glib-1 esd expat fontconfig freetype gailutil \
|
||||
gconf-2 gdk-x11-2.0 gdk_pixbuf-2.0 glade-2.0 glib-2.0 \
|
||||
glitz gmodule-2.0 gnome-2 gnome-keyring gnomecanvas-2 \
|
||||
gnomevfs-2 gobject-2.0 gthread-2.0 gtk-x11-2.0 jpeg \
|
||||
m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png \
|
||||
popt pthread ssl stdc++ util xml2 z
|
||||
gconf-2 gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glade-2.0 \
|
||||
glib-2.0 glitz gmodule-2.0 gnome-2 gnome-keyring gnomecanvas-2 \
|
||||
gnomevfs-2 gobject-2.0 gthread-2.0 gtk-x11-2.0 m pango-1.0 \
|
||||
pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png popt \
|
||||
pthread ssl stdc++ util xml2 z
|
||||
|
||||
BUILD_DEPENDS= ::x11/gnome/doc-utils
|
||||
LIB_DEPENDS= gnomeui-2::x11/gnome/libgnomeui \
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (gnome/dasher-4.6.1.tar.bz2) = FFffUHVHfXV/ffVpOUdGTQ==
|
||||
RMD160 (gnome/dasher-4.6.1.tar.bz2) = d6dl3cYjiVoqEhcyhI8AxagmUtA=
|
||||
SHA1 (gnome/dasher-4.6.1.tar.bz2) = bv6z/dFg4gO2Dl0rn6yg0kOmjtM=
|
||||
SHA256 (gnome/dasher-4.6.1.tar.bz2) = Pw7go3Rl9SYpN+jSdGv3cQzGUF5wToDDGNw+AYBq68g=
|
||||
SIZE (gnome/dasher-4.6.1.tar.bz2) = 6473483
|
||||
MD5 (gnome/dasher-4.9.0.tar.bz2) = 9vAkh48lipUG5iz3F0RkNw==
|
||||
RMD160 (gnome/dasher-4.9.0.tar.bz2) = dUDa7rSPl9zNUMRVk+IPIo9Xo/c=
|
||||
SHA1 (gnome/dasher-4.9.0.tar.bz2) = yJeASqRwHO4AtQxt2Dv4ADo65KU=
|
||||
SHA256 (gnome/dasher-4.9.0.tar.bz2) = q7FTKMlceGOQ/J6l90cKJHiA8FsqrN080IMGeg43Sj4=
|
||||
SIZE (gnome/dasher-4.9.0.tar.bz2) = 6734895
|
||||
|
@ -1,20 +0,0 @@
|
||||
$OpenBSD: patch-Src_DasherCore_DasherViewSquare_cpp,v 1.1.1.1 2007/11/19 20:43:55 jasper Exp $
|
||||
--- Src/DasherCore/DasherViewSquare.cpp.orig Mon Oct 15 15:55:00 2007
|
||||
+++ Src/DasherCore/DasherViewSquare.cpp Mon Nov 19 21:11:05 2007
|
||||
@@ -21,6 +21,7 @@
|
||||
#include <limits>
|
||||
|
||||
#include <iostream>
|
||||
+#include <stdlib.h>
|
||||
|
||||
using namespace Dasher;
|
||||
|
||||
@@ -802,7 +803,7 @@ inline myint CDasherViewSquare::CustomIDiv(myint iNume
|
||||
else
|
||||
return quot;
|
||||
#else
|
||||
- lldiv_t res = __gnu_cxx::lldiv(iNumerator, iDenominator);
|
||||
+ lldiv_t res = lldiv(iNumerator, iDenominator);
|
||||
|
||||
if(res.rem < 0)
|
||||
return res.quot - 1;
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-Src_Gtk2_DasherControl_cpp,v 1.1.1.1 2007/11/19 20:43:55 jasper Exp $
|
||||
--- Src/Gtk2/DasherControl.cpp.orig Mon Oct 15 15:55:05 2007
|
||||
+++ Src/Gtk2/DasherControl.cpp Mon Nov 19 21:11:05 2007
|
||||
@@ -8,6 +8,7 @@
|
||||
$OpenBSD: patch-Src_Gtk2_DasherControl_cpp,v 1.2 2008/11/21 17:06:25 jasper Exp $
|
||||
--- Src/Gtk2/DasherControl.cpp.orig Sun Mar 2 19:47:00 2008
|
||||
+++ Src/Gtk2/DasherControl.cpp Tue Nov 11 16:40:12 2008
|
||||
@@ -9,6 +9,7 @@
|
||||
#include "../DasherCore/WrapperFactory.h"
|
||||
|
||||
#include <fcntl.h>
|
||||
|
@ -1,8 +1,9 @@
|
||||
$OpenBSD: patch-Src_Gtk2_dasher_main_cpp,v 1.1.1.1 2007/11/19 20:43:55 jasper Exp $
|
||||
--- Src/Gtk2/dasher_main.cpp.orig Mon Oct 15 15:55:06 2007
|
||||
+++ Src/Gtk2/dasher_main.cpp Mon Nov 19 21:11:05 2007
|
||||
@@ -1,5 +1,7 @@
|
||||
#include "config.h"
|
||||
$OpenBSD: patch-Src_Gtk2_dasher_main_cpp,v 1.2 2008/11/21 17:06:25 jasper Exp $
|
||||
--- Src/Gtk2/dasher_main.cpp.orig Mon Apr 21 21:04:03 2008
|
||||
+++ Src/Gtk2/dasher_main.cpp Tue Nov 11 16:40:12 2008
|
||||
@@ -2,6 +2,8 @@
|
||||
|
||||
#include <cstring>
|
||||
|
||||
+#include <unistd.h>
|
||||
+
|
||||
|
@ -1,7 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/11/19 20:43:55 jasper Exp $
|
||||
bin/dasher
|
||||
@comment $OpenBSD: PLIST,v 1.2 2008/11/21 17:06:25 jasper Exp $
|
||||
@bin bin/dasher
|
||||
@man man/man1/dasher.1
|
||||
share/applications/
|
||||
share/applications/dasher.desktop
|
||||
share/dasher/
|
||||
share/dasher/alphabet.AfaanOromo.xml
|
||||
@ -156,8 +155,11 @@ share/dasher/controllabels.xml
|
||||
share/dasher/dasher.compose.glade
|
||||
share/dasher/dasher.direct.glade
|
||||
share/dasher/dasher.fullscreen.glade
|
||||
share/dasher/dasher.gameWIP.glade
|
||||
share/dasher/dasher.preferences.glade
|
||||
share/dasher/dasher.traditional.glade
|
||||
share/dasher/dashermaemo.glade
|
||||
share/dasher/dashermaemo.preferences.glade
|
||||
share/dasher/dashermaemofullscreen.glade
|
||||
share/dasher/training_albanian_SQ.txt
|
||||
share/dasher/training_basque_EU.txt
|
||||
@ -187,7 +189,6 @@ share/dasher/training_swahili_KE.txt
|
||||
share/dasher/training_swedish_SE.txt
|
||||
share/dasher/training_turkish_TR.txt
|
||||
share/dasher/training_welsh_GB.txt
|
||||
share/gnome/
|
||||
share/gnome/help/
|
||||
share/gnome/help/dasher/
|
||||
share/gnome/help/dasher/C/
|
||||
@ -244,6 +245,24 @@ share/gnome/help/dasher/fr/figures/prefs2.png
|
||||
share/gnome/help/dasher/fr/figures/prefs3.png
|
||||
share/gnome/help/dasher/fr/figures/prefs4.png
|
||||
share/gnome/help/dasher/fr/figures/prefs5.png
|
||||
share/gnome/help/dasher/oc/
|
||||
share/gnome/help/dasher/oc/dasher.xml
|
||||
share/gnome/help/dasher/oc/figures/
|
||||
share/gnome/help/dasher/oc/figures/a-z.gif
|
||||
share/gnome/help/dasher/oc/figures/aa-az.gif
|
||||
share/gnome/help/dasher/oc/figures/ala-alz.gif
|
||||
share/gnome/help/dasher/oc/figures/exampleHad2.png
|
||||
share/gnome/help/dasher/oc/figures/exampleHad2a.png
|
||||
share/gnome/help/dasher/oc/figures/exampleHad3a.png
|
||||
share/gnome/help/dasher/oc/figures/exampleHad4.png
|
||||
share/gnome/help/dasher/oc/figures/figure2.png
|
||||
share/gnome/help/dasher/oc/figures/main.png
|
||||
share/gnome/help/dasher/oc/figures/object.gif
|
||||
share/gnome/help/dasher/oc/figures/prefs1.png
|
||||
share/gnome/help/dasher/oc/figures/prefs2.png
|
||||
share/gnome/help/dasher/oc/figures/prefs3.png
|
||||
share/gnome/help/dasher/oc/figures/prefs4.png
|
||||
share/gnome/help/dasher/oc/figures/prefs5.png
|
||||
share/gnome/help/dasher/ru/
|
||||
share/gnome/help/dasher/ru/dasher.xml
|
||||
share/gnome/help/dasher/ru/figures/
|
||||
@ -280,7 +299,6 @@ share/gnome/help/dasher/sv/figures/prefs2.png
|
||||
share/gnome/help/dasher/sv/figures/prefs3.png
|
||||
share/gnome/help/dasher/sv/figures/prefs4.png
|
||||
share/gnome/help/dasher/sv/figures/prefs5.png
|
||||
share/icons/
|
||||
share/icons/hicolor/
|
||||
share/icons/hicolor/48x48/
|
||||
share/icons/hicolor/48x48/apps/
|
||||
@ -288,10 +306,11 @@ share/icons/hicolor/48x48/apps/dasher.png
|
||||
share/icons/hicolor/scalable/
|
||||
share/icons/hicolor/scalable/apps/
|
||||
share/icons/hicolor/scalable/apps/dasher.svg
|
||||
share/locale/ar/
|
||||
share/locale/ar/LC_MESSAGES/
|
||||
share/locale/ar/LC_MESSAGES/dasher.mo
|
||||
share/locale/az/
|
||||
share/locale/as/
|
||||
share/locale/as/LC_MESSAGES/
|
||||
share/locale/as/LC_MESSAGES/dasher.mo
|
||||
share/locale/az/LC_MESSAGES/
|
||||
share/locale/az/LC_MESSAGES/dasher.mo
|
||||
share/locale/be/LC_MESSAGES/dasher.mo
|
||||
@ -299,49 +318,38 @@ share/locale/be@latin/
|
||||
share/locale/be@latin/LC_MESSAGES/
|
||||
share/locale/be@latin/LC_MESSAGES/dasher.mo
|
||||
share/locale/bg/LC_MESSAGES/dasher.mo
|
||||
share/locale/bn/
|
||||
share/locale/bn/LC_MESSAGES/
|
||||
share/locale/bn/LC_MESSAGES/dasher.mo
|
||||
share/locale/bn_IN/
|
||||
share/locale/bn_IN/LC_MESSAGES/
|
||||
share/locale/bn_IN/LC_MESSAGES/dasher.mo
|
||||
share/locale/bs/
|
||||
share/locale/bs/LC_MESSAGES/
|
||||
share/locale/bs/LC_MESSAGES/dasher.mo
|
||||
share/locale/ca/LC_MESSAGES/dasher.mo
|
||||
share/locale/cs/LC_MESSAGES/dasher.mo
|
||||
share/locale/cy/
|
||||
share/locale/cy/LC_MESSAGES/
|
||||
share/locale/cy/LC_MESSAGES/dasher.mo
|
||||
share/locale/da/LC_MESSAGES/dasher.mo
|
||||
share/locale/de/LC_MESSAGES/dasher.mo
|
||||
share/locale/dz/
|
||||
share/locale/dz/LC_MESSAGES/
|
||||
share/locale/dz/LC_MESSAGES/dasher.mo
|
||||
share/locale/el/LC_MESSAGES/dasher.mo
|
||||
share/locale/en_CA/
|
||||
share/locale/en_CA/LC_MESSAGES/
|
||||
share/locale/en_CA/LC_MESSAGES/dasher.mo
|
||||
share/locale/en_GB/
|
||||
share/locale/en_GB/LC_MESSAGES/
|
||||
share/locale/en_GB/LC_MESSAGES/dasher.mo
|
||||
share/locale/es/LC_MESSAGES/dasher.mo
|
||||
share/locale/et/LC_MESSAGES/dasher.mo
|
||||
share/locale/eu/
|
||||
share/locale/eu/LC_MESSAGES/
|
||||
share/locale/eu/LC_MESSAGES/dasher.mo
|
||||
share/locale/fa/
|
||||
share/locale/fa/LC_MESSAGES/
|
||||
share/locale/fa/LC_MESSAGES/dasher.mo
|
||||
share/locale/fi/LC_MESSAGES/dasher.mo
|
||||
share/locale/fr/LC_MESSAGES/dasher.mo
|
||||
share/locale/ga/LC_MESSAGES/dasher.mo
|
||||
share/locale/gl/LC_MESSAGES/dasher.mo
|
||||
share/locale/gu/
|
||||
share/locale/gu/LC_MESSAGES/
|
||||
share/locale/gu/LC_MESSAGES/dasher.mo
|
||||
share/locale/he/LC_MESSAGES/dasher.mo
|
||||
share/locale/hi/
|
||||
share/locale/hi/LC_MESSAGES/
|
||||
share/locale/hi/LC_MESSAGES/dasher.mo
|
||||
share/locale/hr/LC_MESSAGES/dasher.mo
|
||||
@ -349,40 +357,30 @@ share/locale/hu/LC_MESSAGES/dasher.mo
|
||||
share/locale/id/LC_MESSAGES/dasher.mo
|
||||
share/locale/it/LC_MESSAGES/dasher.mo
|
||||
share/locale/ja/LC_MESSAGES/dasher.mo
|
||||
share/locale/ka/
|
||||
share/locale/ka/LC_MESSAGES/
|
||||
share/locale/ka/LC_MESSAGES/dasher.mo
|
||||
share/locale/kn/LC_MESSAGES/dasher.mo
|
||||
share/locale/ko/LC_MESSAGES/dasher.mo
|
||||
share/locale/ku/
|
||||
share/locale/ku/LC_MESSAGES/
|
||||
share/locale/ku/LC_MESSAGES/dasher.mo
|
||||
share/locale/ky/
|
||||
share/locale/ky/LC_MESSAGES/
|
||||
share/locale/ky/LC_MESSAGES/dasher.mo
|
||||
share/locale/lt/
|
||||
share/locale/lt/LC_MESSAGES/
|
||||
share/locale/lt/LC_MESSAGES/dasher.mo
|
||||
share/locale/lv/LC_MESSAGES/dasher.mo
|
||||
share/locale/mg/
|
||||
share/locale/mg/LC_MESSAGES/
|
||||
share/locale/mg/LC_MESSAGES/dasher.mo
|
||||
share/locale/mk/
|
||||
share/locale/mk/LC_MESSAGES/
|
||||
share/locale/mk/LC_MESSAGES/dasher.mo
|
||||
share/locale/ml/
|
||||
share/locale/ml/LC_MESSAGES/
|
||||
share/locale/ml/LC_MESSAGES/dasher.mo
|
||||
share/locale/mn/
|
||||
share/locale/mn/LC_MESSAGES/
|
||||
share/locale/mn/LC_MESSAGES/dasher.mo
|
||||
share/locale/mr/
|
||||
share/locale/mr/LC_MESSAGES/
|
||||
share/locale/mr/LC_MESSAGES/dasher.mo
|
||||
share/locale/ms/
|
||||
share/locale/ms/LC_MESSAGES/
|
||||
share/locale/ms/LC_MESSAGES/dasher.mo
|
||||
share/locale/nb/LC_MESSAGES/dasher.mo
|
||||
share/locale/ne/
|
||||
share/locale/ne/LC_MESSAGES/
|
||||
share/locale/ne/LC_MESSAGES/dasher.mo
|
||||
share/locale/nl/LC_MESSAGES/dasher.mo
|
||||
@ -390,10 +388,8 @@ share/locale/nn/LC_MESSAGES/dasher.mo
|
||||
share/locale/oc/
|
||||
share/locale/oc/LC_MESSAGES/
|
||||
share/locale/oc/LC_MESSAGES/dasher.mo
|
||||
share/locale/or/
|
||||
share/locale/or/LC_MESSAGES/
|
||||
share/locale/or/LC_MESSAGES/dasher.mo
|
||||
share/locale/pa/
|
||||
share/locale/pa/LC_MESSAGES/
|
||||
share/locale/pa/LC_MESSAGES/dasher.mo
|
||||
share/locale/pl/LC_MESSAGES/dasher.mo
|
||||
@ -401,7 +397,6 @@ share/locale/pt/LC_MESSAGES/dasher.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/dasher.mo
|
||||
share/locale/ro/LC_MESSAGES/dasher.mo
|
||||
share/locale/ru/LC_MESSAGES/dasher.mo
|
||||
share/locale/rw/
|
||||
share/locale/rw/LC_MESSAGES/
|
||||
share/locale/rw/LC_MESSAGES/dasher.mo
|
||||
share/locale/si/
|
||||
@ -409,25 +404,20 @@ share/locale/si/LC_MESSAGES/
|
||||
share/locale/si/LC_MESSAGES/dasher.mo
|
||||
share/locale/sk/LC_MESSAGES/dasher.mo
|
||||
share/locale/sl/LC_MESSAGES/dasher.mo
|
||||
share/locale/sq/
|
||||
share/locale/sq/LC_MESSAGES/
|
||||
share/locale/sq/LC_MESSAGES/dasher.mo
|
||||
share/locale/sr/LC_MESSAGES/dasher.mo
|
||||
share/locale/sr@Latn/
|
||||
share/locale/sr@Latn/LC_MESSAGES/
|
||||
share/locale/sr@Latn/LC_MESSAGES/dasher.mo
|
||||
share/locale/sv/LC_MESSAGES/dasher.mo
|
||||
share/locale/ta/
|
||||
share/locale/ta/LC_MESSAGES/
|
||||
share/locale/ta/LC_MESSAGES/dasher.mo
|
||||
share/locale/th/
|
||||
share/locale/th/LC_MESSAGES/
|
||||
share/locale/th/LC_MESSAGES/dasher.mo
|
||||
share/locale/tk/
|
||||
share/locale/tk/LC_MESSAGES/
|
||||
share/locale/tk/LC_MESSAGES/dasher.mo
|
||||
share/locale/tr/LC_MESSAGES/dasher.mo
|
||||
share/locale/ug/
|
||||
share/locale/ug/LC_MESSAGES/
|
||||
share/locale/ug/LC_MESSAGES/dasher.mo
|
||||
share/locale/uk/LC_MESSAGES/dasher.mo
|
||||
@ -438,15 +428,14 @@ share/locale/vi/LC_MESSAGES/dasher.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/dasher.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/dasher.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/dasher.mo
|
||||
share/omf/
|
||||
share/omf/dasher/
|
||||
share/omf/dasher/dasher-C.omf
|
||||
share/omf/dasher/dasher-es.omf
|
||||
share/omf/dasher/dasher-fr.omf
|
||||
share/omf/dasher/dasher-oc.omf
|
||||
share/omf/dasher/dasher-ru.omf
|
||||
share/omf/dasher/dasher-sv.omf
|
||||
@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/share/schemas/dasher/*.schemas > /dev/null
|
||||
share/schemas/
|
||||
share/schemas/dasher/
|
||||
share/schemas/dasher/dasher.schemas
|
||||
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/dasher/*.schemas > /dev/null
|
||||
|
Loading…
x
Reference in New Issue
Block a user