[PC-BSD Commits] r21479 - in pbi/modules/emulators/qemu-devel: . xdg-desktop xdg-menu
svn at pcbsd.org
svn at pcbsd.org
Wed Feb 13 05:46:35 PST 2013
Author: kenmoore
Date: 2013-02-13 13:46:34 +0000 (Wed, 13 Feb 2013)
New Revision: 21479
Removed:
pbi/modules/emulators/qemu-devel/xdg-desktop/qemu.desktop
pbi/modules/emulators/qemu-devel/xdg-menu/qemu-img.desktop
pbi/modules/emulators/qemu-devel/xdg-menu/qemu-system-arm.desktop
pbi/modules/emulators/qemu-devel/xdg-menu/qemu-system-cris.desktop
pbi/modules/emulators/qemu-devel/xdg-menu/qemu-system-m68k.desktop
pbi/modules/emulators/qemu-devel/xdg-menu/qemu-system-mips.desktop
pbi/modules/emulators/qemu-devel/xdg-menu/qemu-system-mips64.desktop
pbi/modules/emulators/qemu-devel/xdg-menu/qemu-system-mips64el.desktop
pbi/modules/emulators/qemu-devel/xdg-menu/qemu-system-mipsel.desktop
pbi/modules/emulators/qemu-devel/xdg-menu/qemu-system-ppc.desktop
pbi/modules/emulators/qemu-devel/xdg-menu/qemu-system-ppc64.desktop
pbi/modules/emulators/qemu-devel/xdg-menu/qemu-system-ppcemb.desktop
pbi/modules/emulators/qemu-devel/xdg-menu/qemu-system-sh4.desktop
pbi/modules/emulators/qemu-devel/xdg-menu/qemu-system-sh4eb.desktop
pbi/modules/emulators/qemu-devel/xdg-menu/qemu-system-sparc.desktop
pbi/modules/emulators/qemu-devel/xdg-menu/qemu-system-x86_64.desktop
pbi/modules/emulators/qemu-devel/xdg-menu/qemu.desktop
Modified:
pbi/modules/emulators/qemu-devel/pbi.conf
pbi/modules/emulators/qemu-devel/xdg-menu/aqemu.desktop
Log:
Clean up the QEMU desktop/menu entries and rebuild with progrevision 01
Modified: pbi/modules/emulators/qemu-devel/pbi.conf
===================================================================
--- pbi/modules/emulators/qemu-devel/pbi.conf 2013-02-12 21:32:07 UTC (rev 21478)
+++ pbi/modules/emulators/qemu-devel/pbi.conf 2013-02-13 13:46:34 UTC (rev 21479)
@@ -1,37 +1,23 @@
#!/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
+# -- Program Information --
PBI_PROGNAME="QEMU"
-
-# Program Website
PBI_PROGWEB="http://wiki.qemu.org/Main_Page"
-
-# Program Author / Vendor
PBI_PROGAUTHOR="Fabrice Bellard"
-
-# Default Icon (Relative to %%PBI_APPDIR%% or resources/)
PBI_PROGICON="aqemu.png"
-
-# The target port we are building
+
+# -- Port Information --
PBI_MAKEPORT="emulators/qemu-devel"
-
-# Additional options for make.conf
-PBI_MAKEOPTS=""
-
-# Ports to build before / after
PBI_MKPORTBEFORE=""
PBI_MKPORTAFTER="emulators/aqemu devel/dbus-qt4"
+PBI_MAKEOPTS=""
-PBI_REQUIRESROOT="YES"; export PBI_REQUIRESROOT
-
-PBI_BUILDKEY="01"; export PBI_BUILDKEY
-
-# PBI_PROGREVISION="01"; export PBI_PROGREVISION
-
-export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MAKEOPTS PBI_MKPORTBEFORE PBI_MKPORTAFTER
+# -- Require Root Permissions to Install PBI --
+PBI_REQUIRESROOT="YES"
+# -- Auto-build Configuration Options --
+PBI_BUILDKEY="02"
+PBI_AB_PRIORITY="00"
+PBI_AB_NOTMPFS="NO"
+PBI_PROGREVISION="01"; export PBI_PROGREVISION
+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
Modified: pbi/modules/emulators/qemu-devel/xdg-menu/aqemu.desktop
===================================================================
--- pbi/modules/emulators/qemu-devel/xdg-menu/aqemu.desktop 2013-02-12 21:32:07 UTC (rev 21478)
+++ pbi/modules/emulators/qemu-devel/xdg-menu/aqemu.desktop 2013-02-13 13:46:34 UTC (rev 21479)
@@ -1,4 +1,4 @@
-#!/usr/bin/env xdg-open
+#!/usr/bin/env
[Desktop Entry]
Value=1.0
Type=Application
@@ -8,5 +8,4 @@
Path=%%PBI_APPDIR%%
Icon=%%PBI_APPDIR%%/aqemu.png
StartupNotify=true
-NoDisplay=true
-Categories=Utility;
+Categories=Utility
More information about the Commits
mailing list