Skip to content

Commit

Permalink
Add a 10 module for net-im/jitsi
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Moore committed Nov 15, 2013
1 parent 7fb4e63 commit 9a1ddaf
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules10/net-im/jitsi/external-links
@@ -0,0 +1,6 @@
# 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
36 changes: 36 additions & 0 deletions modules10/net-im/jitsi/pbi.conf
@@ -0,0 +1,36 @@
#!/bin/sh
# PBI 10.x Build Configuration

# -- Program Base Information --
PBI_PROGNAME="Jitsi"
PBI_PROGWEB=""
PBI_PROGAUTHOR="Jitsi Team"
PBI_PROGICON="jitsi.png"

# -- Program Repo Information (optional) --
PBI_LICENSE="LGPL3"
PBI_TAGS="network,im,jabber" #comma delimited (no spaces)
PBI_PROGTYPE="Graphical" #[Graphical/Text/Server]
PBI_ICONURL="http://images.pbidir.com/progicons/jitsi.png"
PBI_CATEGORY="Network-IM"

# -- Port Information --
PBI_MAKEPORT="net-im/jitsi"
PBI_MKPORTBEFORE=""
PBI_MKPORTAFTER=""
PBI_MAKEOPTS="" #Disused for package/repo builds

# -- Require Root Permissions to Install PBI --
PBI_REQUIRESROOT="NO"

# -- Repo Configuration Options (optional) --
PBI_BUILDKEY="1"
PBI_PROGREVISION=""
PBI_AB_PRIORITY="00"
PBI_AB_NOTMPFS="NO"

# -- Export all the required variables --
export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_MAKEOPTS PBI_REQUIRESROOT
# -- Export all the optional variables --
export PBI_LICENSE PBI_TAGS PBI_PROGTYPE PBI_ICONURL PBI_CATEGORY PBI_BUILDKEY PBI_PROGREVISION PBI_AB_PRIORITY PBI_AB_NOTMPFS

Binary file added modules10/net-im/jitsi/resources/jitsi.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions modules10/net-im/jitsi/xdg-desktop/jitsi.desktop
@@ -0,0 +1,10 @@
#!/usr/bin/env
[Desktop Entry]
Value=1.0
Type=Application
Name=Jitsi
GenericName=jitsi
Exec=%%PBI_EXEDIR%%/jitsi
Path=%%PBI_APPDIR%%
Icon=%%PBI_APPDIR%%/jitsi.png
StartupNotify=true
11 changes: 11 additions & 0 deletions modules10/net-im/jitsi/xdg-menu/jitsi.desktop
@@ -0,0 +1,11 @@
#!/usr/bin/env
[Desktop Entry]
Value=1.0
Type=Application
Name=Jitsi
GenericName=jitsi
Exec=%%PBI_EXEDIR%%/jitsi
Path=%%PBI_APPDIR%%
Icon=%%PBI_APPDIR%%/jitsi.png
StartupNotify=true
Categories=Network

0 comments on commit 9a1ddaf

Please sign in to comment.