update to Window Maker-0.80.1, lots of bugfixes
removed 'i18n' flavor and added a 'lang' subpackage instead
This commit is contained in:
parent
a494bfe945
commit
3e3d3b9dae
@ -1,11 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.53 2002/05/13 08:18:20 wilfried Exp $
|
||||
# $OpenBSD: Makefile,v 1.54 2002/07/23 07:58:04 wilfried Exp $
|
||||
|
||||
COMMENT= 'window manager that emulates NEXTSTEP(tm)'
|
||||
COMMENT-lang= "language subpackage for Window Maker"
|
||||
|
||||
DISTNAME= WindowMaker-0.80.0
|
||||
V= 0.80.1
|
||||
DISTNAME= WindowMaker-${V}
|
||||
PKGNAME= ${DISTNAME:L}
|
||||
CATEGORIES= x11 x11/windowmaker
|
||||
NEED_VERSION= 1.528
|
||||
|
||||
HOMEPAGE= http://www.windowmaker.org/
|
||||
|
||||
@ -20,11 +21,6 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
MASTER_SITES= ${MASTER_SITE_WINDOWMAKER:=source/release/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
LIB_DEPENDS= jpeg.62::graphics/jpeg \
|
||||
tiff.35::graphics/tiff \
|
||||
png.2::graphics/png \
|
||||
ungif.5::graphics/libungif
|
||||
|
||||
NO_REGRESS= Yes
|
||||
SEPARATE_BUILD= concurrent
|
||||
USE_X11= Yes
|
||||
@ -36,19 +32,29 @@ CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
||||
--disable-dependency-tracking \
|
||||
--enable-gnome \
|
||||
--enable-kde
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng"
|
||||
|
||||
FLAVORS= i18n
|
||||
FLAVOR?=
|
||||
|
||||
.if ${FLAVOR:L:Mi18n}
|
||||
MODULES= gettext
|
||||
CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ENV+= LINGUAS='bg cs da de el es et fi fr gl hr hu it ja ko nl no pl pt ro ru sk sv tr zh_CN zh_TW.Big5'
|
||||
.endif
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng" LIBS="-L${LOCALBASE}/lib" \
|
||||
LINGUAS='bg cs da de el es et fi fr gl hr hu it ja ko ms nl no pl pt ro ru sk sv tr zh_CN zh_TW.Big5'
|
||||
|
||||
SYSCONFDIR= ${PREFIX}/share/WindowMaker/Defaults
|
||||
|
||||
MULTI_PACKAGES= -lang
|
||||
|
||||
.for i in ${MULTI_PACKAGES}
|
||||
PKGNAME$i= windowmaker${i}-${V}
|
||||
.endfor
|
||||
|
||||
SUBPACKAGE?=
|
||||
|
||||
.if defined(PACKAGING) && !empty(SUBPACKAGE)
|
||||
RUN_DEPENDS= :windowmaker->=0.80.1:x11/windowmaker
|
||||
.else
|
||||
MODULES= gettext
|
||||
LIB_DEPENDS= jpeg.62::graphics/jpeg \
|
||||
tiff.35::graphics/tiff \
|
||||
png.2::graphics/png \
|
||||
ungif.5::graphics/libungif
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@perl -pi -e "s|%%PREFIX%%|${PREFIX}|g" \
|
||||
${WRKSRC}/WINGs/wapplication.c \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (WindowMaker-0.80.0.tar.bz2) = e08180af7413b5b5f9c1cfd559a5c550
|
||||
RMD160 (WindowMaker-0.80.0.tar.bz2) = f80d7a0e46b39de78ab35b47e77f5569455bd624
|
||||
SHA1 (WindowMaker-0.80.0.tar.bz2) = 2e12e4f69eac28589f5e91d981e77875ae9f772b
|
||||
MD5 (WindowMaker-0.80.1.tar.bz2) = ec28fe39e1e80432d69fb9e237ebaef7
|
||||
RMD160 (WindowMaker-0.80.1.tar.bz2) = 7fa36c834d0e8f34343da30d4708e99e56b322ee
|
||||
SHA1 (WindowMaker-0.80.1.tar.bz2) = 5494028780f4465cc1b103018a946b3387ce7f15
|
||||
|
17
x11/windowmaker/patches/patch-WPrefs_app_po_zh_TW_Big5_po
Normal file
17
x11/windowmaker/patches/patch-WPrefs_app_po_zh_TW_Big5_po
Normal file
@ -0,0 +1,17 @@
|
||||
$OpenBSD: patch-WPrefs_app_po_zh_TW_Big5_po,v 1.1 2002/07/23 07:58:05 wilfried Exp $
|
||||
--- WPrefs.app/po/zh_TW.Big5.po.orig Tue Jan 8 14:44:42 2002
|
||||
+++ WPrefs.app/po/zh_TW.Big5.po Tue Jul 23 08:37:00 2002
|
||||
@@ -1887,11 +1887,11 @@ msgstr "當最大化時..."
|
||||
|
||||
#: ../../WPrefs.app/WindowHandling.c:366
|
||||
msgid "...do not cover icons"
|
||||
-msgstr "...不要覆蓋\圖示"
|
||||
+msgstr "...不要覆蓋圖示"
|
||||
|
||||
#: ../../WPrefs.app/WindowHandling.c:372
|
||||
msgid "...do not cover dock"
|
||||
-msgstr "...不要覆蓋\停靠區"
|
||||
+msgstr "...不要覆蓋停靠區"
|
||||
|
||||
#: ../../WPrefs.app/WindowHandling.c:381
|
||||
msgid "Edge Resistance"
|
82
x11/windowmaker/patches/patch-po_zh_TW_Big5_po
Normal file
82
x11/windowmaker/patches/patch-po_zh_TW_Big5_po
Normal file
@ -0,0 +1,82 @@
|
||||
$OpenBSD: patch-po_zh_TW_Big5_po,v 1.3 2002/07/23 07:58:05 wilfried Exp $
|
||||
--- po/zh_TW.Big5.po.orig Tue Jan 8 14:45:06 2002
|
||||
+++ po/zh_TW.Big5.po Tue Jul 23 08:19:00 2002
|
||||
@@ -519,8 +519,8 @@ msgid ""
|
||||
"is docked in the same positions on the other workspaces and the Clip is not "
|
||||
"full in some workspace."
|
||||
msgstr ""
|
||||
-"某些圖示無法設成無所不在。請確認在其他工作區同一個位置上沒有其他圖示停靠且在<E4B894>"
|
||||
-"Y些工作區的迴紋針未滿。"
|
||||
+"某些圖示無法設成無所不在。請確認在其他工作區同一個位置上沒有其他圖示停靠且在"
|
||||
+"這些工作區的迴紋針未滿。"
|
||||
|
||||
#: ../src/dock.c:529
|
||||
msgid ""
|
||||
@@ -528,8 +528,8 @@ msgid ""
|
||||
"docked in the same position on the other workspaces and the Clip is not full "
|
||||
"in some workspace."
|
||||
msgstr ""
|
||||
-"圖示無法設成無所不在。請確認在其他工作區同一個位置上沒有其他圖示停靠且在某些<E69F90>"
|
||||
-"u作區的迴紋針未滿。"
|
||||
+"圖示無法設成無所不在。請確認在其他工作區同一個位置上沒有其他圖示停靠且在某些"
|
||||
+"作區的迴紋針未滿。"
|
||||
|
||||
#: ../src/dock.c:556
|
||||
msgid "Workspace Clip"
|
||||
@@ -1142,13 +1142,13 @@ msgstr "OPEN_MENU 中有太多參數:%s"
|
||||
msgid ""
|
||||
"There are more than one WORKSPACE_MENU commands in the applications menu. "
|
||||
"Only one is allowed."
|
||||
-msgstr "應用程式選單中有超過一個 WORKSPACE_MENU 命令。只允許\一個。"
|
||||
+msgstr "應用程式選單中有超過一個 WORKSPACE_MENU 命令。只允許一個。"
|
||||
|
||||
#: ../src/rootmenu.c:834
|
||||
msgid ""
|
||||
"There are more than one WINDOWS_MENU commands in the applications menu. Only "
|
||||
"one is allowed."
|
||||
-msgstr "應用程式選單中有超過一個 WINDOWS_MENU 命令。只允許\一個。"
|
||||
+msgstr "應用程式選單中有超過一個 WINDOWS_MENU 命令。只允許一個。"
|
||||
|
||||
#: ../src/rootmenu.c:839
|
||||
msgid "Window List"
|
||||
@@ -1502,11 +1502,11 @@ msgstr "無法開啟指定的圖示「%s」:%s"
|
||||
#: ../src/winspector.c:1121
|
||||
#, c-format
|
||||
msgid "Inspecting %s.%s"
|
||||
-msgstr "檢閱\ %s.%s"
|
||||
+msgstr "檢閱 %s.%s"
|
||||
|
||||
#: ../src/winspector.c:1147
|
||||
msgid "Click in the window you wish to inspect."
|
||||
-msgstr "在你想檢閱\的視窗點一下"
|
||||
+msgstr "在你想檢閱的視窗點一下"
|
||||
|
||||
#: ../src/winspector.c:1186
|
||||
msgid ""
|
||||
@@ -1620,7 +1620,7 @@ msgstr "保持在最上層(漂浮)"
|
||||
msgid ""
|
||||
"Keep the window over other windows, not allowing\n"
|
||||
"them to cover it."
|
||||
-msgstr "讓視窗保持在其他視窗之上,不許\它們覆蓋\它。"
|
||||
+msgstr "讓視窗保持在其他視窗之上,不許它們覆蓋它。"
|
||||
|
||||
#: ../src/winspector.c:1370
|
||||
msgid "Keep at bottom (sunken)"
|
||||
@@ -1682,7 +1682,7 @@ msgid ""
|
||||
"of your shortcut configuration."
|
||||
msgstr ""
|
||||
"當此視窗得到焦點時不要從 Window Maker 結合鍵盤捷徑。\n"
|
||||
-"這允許\視窗得到所有鍵盤組合不理會你的捷徑設定。"
|
||||
+"這允許視窗得到所有鍵盤組合不理會你的捷徑設定。"
|
||||
|
||||
#: ../src/winspector.c:1436
|
||||
msgid "Do not bind mouse clicks"
|
||||
@@ -1720,7 +1720,7 @@ msgstr "保持在螢幕內"
|
||||
msgid ""
|
||||
"Do not allow the window to move itself completely\n"
|
||||
"outside the screen. For bug compatibility.\n"
|
||||
-msgstr "不允許\視窗完全移出螢幕。用於錯誤相容性。\n"
|
||||
+msgstr "不允許視窗完全移出螢幕。用於錯誤相容性。\n"
|
||||
|
||||
#: ../src/winspector.c:1460
|
||||
msgid "Ignore 'Hide Others'"
|
4
x11/windowmaker/pkg/DESCR-lang
Normal file
4
x11/windowmaker/pkg/DESCR-lang
Normal file
@ -0,0 +1,4 @@
|
||||
Language files that allows Window Maker to display its messages in
|
||||
various non-English languages.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.24 2001/10/24 13:54:38 wilfried Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.25 2002/07/23 07:58:05 wilfried Exp $
|
||||
GNUstep/Apps/WPrefs.app/WPrefs
|
||||
GNUstep/Apps/WPrefs.app/WPrefs.tiff
|
||||
GNUstep/Apps/WPrefs.app/WPrefs.xpm
|
||||
@ -107,6 +107,7 @@ man/man1/geticonset.1x
|
||||
man/man1/getstyle.1x
|
||||
man/man1/seticons.1x
|
||||
man/man1/setstyle.1x
|
||||
man/man1/wcopy.1x
|
||||
man/man1/wdwrite.1x
|
||||
man/man1/wmaker.1x
|
||||
man/man1/wmsetbg.1x
|
||||
@ -138,6 +139,7 @@ share/WindowMaker/Icons/GNUterm.tiff
|
||||
share/WindowMaker/Icons/GNUterm.xpm
|
||||
share/WindowMaker/Icons/GreenWilber.png
|
||||
share/WindowMaker/Icons/ICQ.png
|
||||
share/WindowMaker/Icons/Jabber.png
|
||||
share/WindowMaker/Icons/Mozilla.png
|
||||
share/WindowMaker/Icons/Netscape.png
|
||||
share/WindowMaker/Icons/Pen.png
|
||||
@ -237,7 +239,6 @@ share/WindowMaker/menu
|
||||
share/WindowMaker/plmenu
|
||||
share/WindowMaker/wmmacros
|
||||
share/WindowMaker/xtree.dat
|
||||
%%i18n%%
|
||||
@dirrm share/WindowMaker/Themes
|
||||
@dirrm share/WindowMaker/Styles
|
||||
@exec mkdir -p %D/share/WindowMaker/Sounds
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PFRAG.i18n,v 1.3 2001/10/24 13:54:38 wilfried Exp $
|
||||
@comment $OpenBSD: PLIST-lang,v 1.1 2002/07/23 07:58:05 wilfried Exp $
|
||||
@comment Bulgarian
|
||||
share/WindowMaker/menu.bg
|
||||
share/WindowMaker/plmenu.bg
|
||||
@ -8,6 +8,7 @@ share/locale/bg/LC_MESSAGES/WindowMaker.mo
|
||||
share/WindowMaker/menu.ca
|
||||
@comment Czech
|
||||
share/WindowMaker/menu.cs
|
||||
share/locale/cs/LC_MESSAGES/WINGs.mo
|
||||
share/locale/cs/LC_MESSAGES/WPrefs.mo
|
||||
share/locale/cs/LC_MESSAGES/WindowMaker.mo
|
||||
@comment Danish
|
||||
@ -17,6 +18,7 @@ share/locale/da/LC_MESSAGES/WindowMaker.mo
|
||||
@comment German
|
||||
share/WindowMaker/menu.de
|
||||
share/WindowMaker/plmenu.de
|
||||
share/locale/de/LC_MESSAGES/WINGs.mo
|
||||
share/locale/de/LC_MESSAGES/WPrefs.mo
|
||||
share/locale/de/LC_MESSAGES/WindowMaker.mo
|
||||
@comment Greek
|
||||
@ -28,6 +30,7 @@ share/WindowMaker/plmenu.es
|
||||
share/locale/es/LC_MESSAGES/WPrefs.mo
|
||||
share/locale/es/LC_MESSAGES/WindowMaker.mo
|
||||
@comment Estonian
|
||||
share/locale/et/LC_MESSAGES/WPrefs.mo
|
||||
share/locale/et/LC_MESSAGES/WindowMaker.mo
|
||||
@comment Finnish
|
||||
share/WindowMaker/menu.fi
|
||||
@ -68,6 +71,8 @@ share/WindowMaker/menu.ko
|
||||
share/WindowMaker/plmenu.ko
|
||||
share/locale/ko/LC_MESSAGES/WPrefs.mo
|
||||
share/locale/ko/LC_MESSAGES/WindowMaker.mo
|
||||
@comment Malay
|
||||
share/locale/ms/LC_MESSAGES/WindowMaker.mo
|
||||
@comment Dutch
|
||||
share/WindowMaker/menu.nl
|
||||
share/locale/nl/LC_MESSAGES/WindowMaker.mo
|
Loading…
Reference in New Issue
Block a user