[PC-BSD Commits] r13000 - in pbi/modules/irc: . weechat weechat/resources weechat/xdg-desktop weechat/xdg-menu
svn at pcbsd.org
svn at pcbsd.org
Tue Sep 27 11:04:54 PDT 2011
Author: kenmoore
Date: 2011-09-27 11:04:53 -0700 (Tue, 27 Sep 2011)
New Revision: 13000
Added:
pbi/modules/irc/weechat/
pbi/modules/irc/weechat/resources/weechat.png
pbi/modules/irc/weechat/xdg-desktop/weechat.desktop
pbi/modules/irc/weechat/xdg-menu/weechat.desktop
Removed:
pbi/modules/irc/weechat/resources/gui_banner.png
pbi/modules/irc/weechat/resources/gui_sidebanner.png
pbi/modules/irc/weechat/resources/konversation.png
pbi/modules/irc/weechat/xdg-desktop/konversation.desktop
pbi/modules/irc/weechat/xdg-menu/konversation.desktop
Modified:
pbi/modules/irc/weechat/pbi.conf
Log:
Added a new module for weechat
Modified: pbi/modules/irc/weechat/pbi.conf
===================================================================
--- pbi/modules/irc/konversation-kde4/pbi.conf 2011-09-27 15:49:38 UTC (rev 12999)
+++ pbi/modules/irc/weechat/pbi.conf 2011-09-27 18:04:53 UTC (rev 13000)
@@ -7,22 +7,22 @@
##############################################################################
# Program Name
-PBI_PROGNAME="Konversation"
+PBI_PROGNAME="WeeChat"
# Program Website
-PBI_PROGWEB="http://konversation.kde.org/"
+PBI_PROGWEB="http://weechat.org/"
# Program Author / Vendor
-PBI_PROGAUTHOR="The Konversation Team"
+PBI_PROGAUTHOR="FlashCode"
# Default Icon (Relative to %%PBI_APPDIR%% or resources/)
-PBI_PROGICON="konversation.png"
+PBI_PROGICON="weechat.png"
# The target port we are building
-PBI_MAKEPORT="irc/konversation-kde4"
+PBI_MAKEPORT="irc/weechat"
# Ports to build before / after
PBI_MKPORTBEFORE=""
-PBI_MKPORTAFTER="devel/qt4 x11/kdebase4-runtime multimedia/phonon-xine"
+PBI_MKPORTAFTER=""
export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MKPORTBEFORE PBI_MKPORTAFTER
More information about the Commits
mailing list