Skip to content

Commit

Permalink
Add a module for sysutils/knutclient-kde4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Moore committed Oct 2, 2013
1 parent 93deef8 commit 01aa1b6
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/sysutils/knutclient-kde4/external-links
Original file line number Diff line number Diff line change
@@ -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
23 changes: 23 additions & 0 deletions modules/sysutils/knutclient-kde4/pbi.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#!/bin/sh
# PBI Build Configuration

# -- Program Information --
PBI_PROGNAME="KNutClient"
PBI_PROGWEB="http://www.knut.prynych.cz/"
PBI_PROGAUTHOR="rnejdl@ringofsaturn.com"
PBI_PROGICON="knutclient.png"

# -- Port Information --
PBI_MAKEPORT="sysutils/knutclient-kde4"
PBI_MKPORTBEFORE=""
PBI_MKPORTAFTER=""
PBI_MAKEOPTS=""

# -- Require Root Permissions to Install PBI --
PBI_REQUIRESROOT="NO"
# -- Auto-build Configuration Options --
PBI_BUILDKEY="00"
PBI_AB_PRIORITY="00"
PBI_AB_NOTMPFS="NO"

export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_MAKEOPTS PBI_REQUIRESROOT PBI_BUILDKEY PBI_AB_PRIORITY PBI_NOTMPFS
Loading
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 modules/sysutils/knutclient-kde4/xdg-desktop/knutclient.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env
[Desktop Entry]
Value=1.0
Type=Application
Name=KNutClient
GenericName=knutclient
Exec=%%PBI_EXEDIR%%/knutclient
Path=%%PBI_APPDIR%%
Icon=%%PBI_APPDIR%%/knutclient.png
StartupNotify=true
11 changes: 11 additions & 0 deletions modules/sysutils/knutclient-kde4/xdg-menu/knutclient.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env
[Desktop Entry]
Value=1.0
Type=Application
Name=KNutClient
GenericName=knutclient
Exec=%%PBI_EXEDIR%%/knutclient
Path=%%PBI_APPDIR%%
Icon=%%PBI_APPDIR%%/knutclient.png
StartupNotify=true
Categories=System

0 comments on commit 01aa1b6

Please sign in to comment.