stardict-2.0.0_pre2 ebuild script
Posted: Tue Apr 29, 2003 1:23 pm
stardict 一個漢英、英漢字典軟體。
前幾天翻翻舊信, 發現 Debian 有人包了, stardict-2.0.0-pre2 列入 unstable 中了。順手抓下來包裝成 ebuild script.
ebuild script 位置在http://kalug.linux.org.tw/~lloyd/gentoo/stardict-2.0.0_pre2.tgz
這一版看來作者試圖整合進 gnome 內。在作者本身的 rpm spec 內發現他相依了許多東西,
Requires: libgnome >= 2.2.0
Requires: libgnomeui >= 2.2.0
Requires: libbonobo >= 2.2.0
Requires: bonobo-activation >= 2.2.0
我自己測試起來只需要 depend libgnomeui > 2.2.0
但最後包裝我還是依照原作者所列的將上述列為 depend
畢竟我自己不是使用 gnome 環境,無法了解原作想法,
有用 gnome 環境的人可以幫忙測試看看。
前幾天翻翻舊信, 發現 Debian 有人包了, stardict-2.0.0-pre2 列入 unstable 中了。順手抓下來包裝成 ebuild script.
ebuild script 位置在http://kalug.linux.org.tw/~lloyd/gentoo/stardict-2.0.0_pre2.tgz
這一版看來作者試圖整合進 gnome 內。在作者本身的 rpm spec 內發現他相依了許多東西,
Requires: libgnome >= 2.2.0
Requires: libgnomeui >= 2.2.0
Requires: libbonobo >= 2.2.0
Requires: bonobo-activation >= 2.2.0
我自己測試起來只需要 depend libgnomeui > 2.2.0
但最後包裝我還是依照原作者所列的將上述列為 depend
畢竟我自己不是使用 gnome 環境,無法了解原作想法,
有用 gnome 環境的人可以幫忙測試看看。