Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Nukama/pbi
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Moore committed Jun 3, 2013
2 parents 53577ef + cf3293c commit 8cf8ecf
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 0 deletions.
11 changes: 11 additions & 0 deletions modules/irc/znc/external-links
@@ -0,0 +1,11 @@
# Files to be Sym-Linked into the default LOCALBASE
# One per-line, relative to %%PBI_APPDIR%% and LOCALBASE
# Defaults to keeping any existing files in LOCALBASE
# Use action binary for binaries that need wrapper functionality

# TARGET LINK IN LOCALBASE ACTION
#etc/rc.d/servfoo etc/rc.d/servfoo keep
#include/libfoo.h include/libfoo.h replace
#bin/appfoo bin/appfoo binary,nocrash
#bin/appfoo2 bin/appfoo-test binary

26 changes: 26 additions & 0 deletions modules/irc/znc/pbi.conf
@@ -0,0 +1,26 @@
#!/bin/sh
# PBI Build Configuration
# Place over-rides and settings here
#
# XDG Desktop Menu Spec:
# http://standards.freedesktop.org/menu-spec/menu-spec-1.0.html
##############################################################################

# Program Name
PBI_PROGNAME="znc"

# Program Website
PBI_PROGWEB="http://www.znc.in"

# Program Author / Vendor
PBI_PROGAUTHOR="The znc Team"

# Default Icon (Relative to %%PBI_APPDIR%% or resources/)
PBI_PROGICON="znc.png"

# The target port we are building
PBI_MAKEPORT="irc/znc/"

PBI_BUILDKEY="01"; export PBI_BUILDKEY

export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT
Binary file added modules/irc/znc/resources/znc.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions modules/irc/znc/xdg-desktop/znc.desktop
@@ -0,0 +1,12 @@
#!/usr/bin/env xdg-open
[Desktop Entry]
Value=1.0
Type=Application
Name=znc
GenericName=znc
Exec=%%PBI_EXEDIR%%/znc
Path=%%PBI_APPDIR%%
Icon=%%PBI_APPDIR%%/znc.png
StartupNotify=true
Terminal=true
TerminalOptions=
13 changes: 13 additions & 0 deletions modules/irc/znc/xdg-menu/znc.desktop
@@ -0,0 +1,13 @@
#!/usr/bin/env xdg-open
[Desktop Entry]
Value=1.0
Type=Application
Name=znc
GenericName=znc
Exec=%%PBI_EXEDIR%%/znc
Path=%%PBI_APPDIR%%
Icon=%%PBI_APPDIR%%/znc.png
StartupNotify=true
Terminal=true
TerminalOptions=
Categories=Network;

0 comments on commit 8cf8ecf

Please sign in to comment.