diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-08 06:30:05 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-08 06:30:05 +0800 |
commit | 1b40e3b48b98ccb5d752a7b87310aa5327ce9eb4 (patch) | |
tree | b8ac415154e7257e9ce60e3601149d466b5843be /x11 | |
parent | 4eb725eb46ab6939cca8ac030ea8079398ddae85 (diff) | |
download | marcuscom-ports-1b40e3b48b98ccb5d752a7b87310aa5327ce9eb4.tar marcuscom-ports-1b40e3b48b98ccb5d752a7b87310aa5327ce9eb4.tar.gz marcuscom-ports-1b40e3b48b98ccb5d752a7b87310aa5327ce9eb4.tar.bz2 marcuscom-ports-1b40e3b48b98ccb5d752a7b87310aa5327ce9eb4.tar.lz marcuscom-ports-1b40e3b48b98ccb5d752a7b87310aa5327ce9eb4.tar.xz marcuscom-ports-1b40e3b48b98ccb5d752a7b87310aa5327ce9eb4.tar.zst marcuscom-ports-1b40e3b48b98ccb5d752a7b87310aa5327ce9eb4.zip |
Conditionalize two plist items.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4400 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-applets/pkg-plist | 4 | ||||
-rw-r--r-- | x11/gnomeapplets2/pkg-plist | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/gnome-applets/pkg-plist b/x11/gnome-applets/pkg-plist index 0c29c968d..2fe22f137 100644 --- a/x11/gnome-applets/pkg-plist +++ b/x11/gnome-applets/pkg-plist @@ -41,8 +41,8 @@ libexec/null_applet libexec/stickynotes_applet libexec/trashapplet share/gnome/gnome-2.0/ui/GNOME_AccessxApplet.xml -share/gnome/gnome-2.0/ui/GNOME_BattstatApplet.xml -share/gnome/gnome-2.0/ui/GNOME_CPUFreqApplet.xml +%%BATTERY%%share/gnome/gnome-2.0/ui/GNOME_BattstatApplet.xml +%%CPUFREQ%%share/gnome/gnome-2.0/ui/GNOME_CPUFreqApplet.xml share/gnome/gnome-2.0/ui/GNOME_CharpickerApplet.xml share/gnome/gnome-2.0/ui/GNOME_DriveMountApplet.xml share/gnome/gnome-2.0/ui/GNOME_GSwitchItApplet.xml diff --git a/x11/gnomeapplets2/pkg-plist b/x11/gnomeapplets2/pkg-plist index 0c29c968d..2fe22f137 100644 --- a/x11/gnomeapplets2/pkg-plist +++ b/x11/gnomeapplets2/pkg-plist @@ -41,8 +41,8 @@ libexec/null_applet libexec/stickynotes_applet libexec/trashapplet share/gnome/gnome-2.0/ui/GNOME_AccessxApplet.xml -share/gnome/gnome-2.0/ui/GNOME_BattstatApplet.xml -share/gnome/gnome-2.0/ui/GNOME_CPUFreqApplet.xml +%%BATTERY%%share/gnome/gnome-2.0/ui/GNOME_BattstatApplet.xml +%%CPUFREQ%%share/gnome/gnome-2.0/ui/GNOME_CPUFreqApplet.xml share/gnome/gnome-2.0/ui/GNOME_CharpickerApplet.xml share/gnome/gnome-2.0/ui/GNOME_DriveMountApplet.xml share/gnome/gnome-2.0/ui/GNOME_GSwitchItApplet.xml |