mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-01-24 18:12:13 +08:00
wxmaxima updated to version 13.04
This commit is contained in:
parent
158f0d00b6
commit
02f1b43abe
46
wxmaxima/Makefile_locale_zh_CN.patch
Normal file
46
wxmaxima/Makefile_locale_zh_CN.patch
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
diff -rupN wxMaxima-13.04.0/locales/Makefile.am wxMaxima-13.04.0_new/locales/Makefile.am
|
||||||
|
--- wxMaxima-13.04.0/locales/Makefile.am 2013-01-08 09:31:01.000000000 +0000
|
||||||
|
+++ wxMaxima-13.04.0_new/locales/Makefile.am 2013-04-24 19:33:30.315291128 +0000
|
||||||
|
@@ -2,8 +2,8 @@
|
||||||
|
# This file is based on the corresponding file for the poedit program
|
||||||
|
#
|
||||||
|
|
||||||
|
-WXMAXIMA_LINGUAS = fr es it de pt_BR ru hu uk pl zh_TW da cs el ja ca gl zh_CN
|
||||||
|
-WXWIN_LINGUAS = fr es it de pt_BR ru hu uk pl zh_TW da cs el ja ca gl zh_CN
|
||||||
|
+WXMAXIMA_LINGUAS = fr es it de pt_BR ru hu uk pl zh_TW da cs el ja ca gl
|
||||||
|
+WXWIN_LINGUAS = fr es it de pt_BR ru hu uk pl zh_TW da cs el ja ca gl
|
||||||
|
|
||||||
|
localedir = $(datadir)/locale
|
||||||
|
|
||||||
|
@@ -112,8 +112,6 @@ transcoded:
|
||||||
|
$(MSGFMT) transcoded/ca.po -o transcoded/ca.mo
|
||||||
|
cp gl.po transcoded
|
||||||
|
$(MSGFMT) transcoded/gl.po -o transcoded/gl.mo
|
||||||
|
- cp zh_CN.po transcoded
|
||||||
|
- $(MSGFMT) transcoded/zh_CN.po -o transcoded/zh_CN.mo
|
||||||
|
|
||||||
|
|
||||||
|
EXTRA_DIST = fr.po fr.mo wxwin/fr.mo \
|
||||||
|
diff -rupN wxMaxima-13.04.0/locales/Makefile.in wxMaxima-13.04.0_new/locales/Makefile.in
|
||||||
|
--- wxMaxima-13.04.0/locales/Makefile.in 2013-04-04 08:56:20.000000000 +0000
|
||||||
|
+++ wxMaxima-13.04.0_new/locales/Makefile.in 2013-04-24 19:33:44.585432363 +0000
|
||||||
|
@@ -162,8 +162,8 @@ target_os = @target_os@
|
||||||
|
target_vendor = @target_vendor@
|
||||||
|
top_builddir = @top_builddir@
|
||||||
|
top_srcdir = @top_srcdir@
|
||||||
|
-WXMAXIMA_LINGUAS = fr es it de pt_BR ru hu uk pl zh_TW da cs el ja ca gl zh_CN
|
||||||
|
-WXWIN_LINGUAS = fr es it de pt_BR ru hu uk pl zh_TW da cs el ja ca gl zh_CN
|
||||||
|
+WXMAXIMA_LINGUAS = fr es it de pt_BR ru hu uk pl zh_TW da cs el ja ca gl
|
||||||
|
+WXWIN_LINGUAS = fr es it de pt_BR ru hu uk pl zh_TW da cs el ja ca gl
|
||||||
|
|
||||||
|
# ----------------------------------------------------------------------------
|
||||||
|
# Logic for catalogs updating follows
|
||||||
|
@@ -445,8 +445,6 @@ transcoded:
|
||||||
|
$(MSGFMT) transcoded/ca.po -o transcoded/ca.mo
|
||||||
|
cp gl.po transcoded
|
||||||
|
$(MSGFMT) transcoded/gl.po -o transcoded/gl.mo
|
||||||
|
- cp zh_CN.po transcoded
|
||||||
|
- $(MSGFMT) transcoded/zh_CN.po -o transcoded/zh_CN.mo
|
||||||
|
|
||||||
|
.PHONY: allpo allmo force-update stats FORCE
|
||||||
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
@ -1,17 +1,22 @@
|
|||||||
pkgname=wxmaxima
|
pkgname=wxmaxima
|
||||||
pkgver=12.09.0
|
pkgver=13.04.0
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
|
pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://wxmaxima.sourceforge.net/"
|
url="http://wxmaxima.sourceforge.net/"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
depends=('maxima' 'libxml2' 'wxgtk' 'shared-mime-info' 'desktop-file-utils' 'filesystem-extra')
|
depends=('maxima' 'libxml2' 'wxgtk' 'shared-mime-info' 'desktop-file-utils' 'filesystem-extra')
|
||||||
source=(http://downloads.sourceforge.net/$pkgname/wxMaxima-$pkgver.tar.gz)
|
source=(http://downloads.sourceforge.net/$pkgname/wxMaxima-$pkgver.tar.gz
|
||||||
|
Makefile_locale_zh_CN.patch)
|
||||||
install=wxmaxima.install
|
install=wxmaxima.install
|
||||||
sha1sums=('9b56f674392eabb75183b228757df8834b45b2a6')
|
sha1sums=('1dac390257a4c8424781c6b8e7d1d22ee2024449'
|
||||||
|
'e2004670c38dc2ef65586e89e1246e14dca232c2')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/wxMaxima-${pkgver}"
|
cd "${srcdir}/wxMaxima-${pkgver}"
|
||||||
|
|
||||||
|
patch -p1 -i "$srcdir/Makefile_locale_zh_CN.patch"
|
||||||
|
|
||||||
./configure --prefix=/extra/usr
|
./configure --prefix=/extra/usr
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user