[PC-BSD Commits] r18438 - in pbi/modules/emulators/mess: . xdg-desktop xdg-menu
svn at pcbsd.org
svn at pcbsd.org
Tue Aug 14 08:22:07 PDT 2012
Author: kenmoore
Date: 2012-08-14 15:22:07 +0000 (Tue, 14 Aug 2012)
New Revision: 18438
Removed:
pbi/modules/emulators/mess/xdg-desktop/mess.desktop
pbi/modules/emulators/mess/xdg-menu/mess.desktop
Modified:
pbi/modules/emulators/mess/external-links
pbi/modules/emulators/mess/pbi.conf
Log:
Rebuild MESS without desktop/menu entries
Modified: pbi/modules/emulators/mess/external-links
===================================================================
--- pbi/modules/emulators/mess/external-links 2012-08-14 15:13:13 UTC (rev 18437)
+++ pbi/modules/emulators/mess/external-links 2012-08-14 15:22:07 UTC (rev 18438)
@@ -3,9 +3,5 @@
# 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
-
+# TARGET LINK IN LOCALBASE ACTION
+bin/mess bin/mess binary,nocrash
Modified: pbi/modules/emulators/mess/pbi.conf
===================================================================
--- pbi/modules/emulators/mess/pbi.conf 2012-08-14 15:13:13 UTC (rev 18437)
+++ pbi/modules/emulators/mess/pbi.conf 2012-08-14 15:22:07 UTC (rev 18438)
@@ -1,24 +1,24 @@
#!/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="mess"
-
-# Program Website
+# -- Program Information --
+PBI_PROGNAME="MESS"
PBI_PROGWEB="http://rbelmont.mameworld.info/?page_id=163"
-
-# Program Author / Vendor
PBI_PROGAUTHOR="elbarto at ArcadeBSD.org"
-
-# Default Icon (Relative to %%PBI_APPDIR%% or resources/)
PBI_PROGICON="mess.png"
-
-# The target port we are building
+
+# -- Port Information --
PBI_MAKEPORT="emulators/mess"
-
-export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT
+PBI_MKPORTBEFORE=""
+PBI_MKPORTAFTER=""
+PBI_MAKEOPTS=""
+
+# -- Require Root Permissions to Install PBI --
+PBI_REQUIRESROOT="NO"
+
+# -- Auto-build Configuration Options --
+PBI_BUILDKEY="01"
+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_AB_NOTMPFS
More information about the Commits
mailing list