mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +02:00
Initial import of CVS-v2_8_branch
This commit is contained in:
87
xdg/Makefile.am
Normal file
87
xdg/Makefile.am
Normal file
@@ -0,0 +1,87 @@
|
||||
## automake.am
|
||||
##
|
||||
## xdg/automake.am for Rivendell
|
||||
##
|
||||
## (C) Copyright 2002-2005 Fred Gleason <fredg@paravelsystems.com>
|
||||
##
|
||||
## $Id: Makefile.am,v 1.11.2.8 2013/12/27 00:04:04 cvs Exp $
|
||||
##
|
||||
## This program is free software; you can redistribute it and/or modify
|
||||
## it under the terms of the GNU General Public License version 2 as
|
||||
## published by the Free Software Foundation.
|
||||
##
|
||||
## This program is distributed in the hope that it will be useful,
|
||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
## GNU General Public License for more details.
|
||||
##
|
||||
## You should have received a copy of the GNU General Public
|
||||
## License along with this program; if not, write to the Free Software
|
||||
## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
##
|
||||
## Use automake to process this into a Makefile.in
|
||||
|
||||
install-exec-am:
|
||||
mkdir -p @prefix@/share/applications
|
||||
cp rivendell-rdadmin.desktop @prefix@/share/applications/
|
||||
cp rivendell-rdairplay.desktop @prefix@/share/applications/
|
||||
cp rivendell-rdalsaconfig.desktop @prefix@/share/applications/
|
||||
cp rivendell-rdcartslots.desktop @prefix@/share/applications/
|
||||
cp rivendell-rdcastmanager.desktop @prefix@/share/applications/
|
||||
cp rivendell-rdcatch.desktop @prefix@/share/applications/
|
||||
cp rivendell-rddgimport.desktop @prefix@/share/applications/
|
||||
cp rivendell-rddiscimport.desktop @prefix@/share/applications/
|
||||
cp rivendell-rdgpimon.desktop @prefix@/share/applications/
|
||||
cp rivendell-rdhpiinfo.desktop @prefix@/share/applications/
|
||||
cp rivendell-rdlibrary.desktop @prefix@/share/applications/
|
||||
cp rivendell-rdlogedit.desktop @prefix@/share/applications/
|
||||
cp rivendell-rdlogin.desktop @prefix@/share/applications/
|
||||
cp rivendell-rdlogmanager.desktop @prefix@/share/applications/
|
||||
cp rivendell-rdmonitor.desktop @prefix@/share/applications/
|
||||
cp rivendell-rdpanel.desktop @prefix@/share/applications/
|
||||
cp rivendell-rdsoftkeys.desktop @prefix@/share/applications/
|
||||
cp rivendell-rmlsend.desktop @prefix@/share/applications/
|
||||
mkdir -p @prefix@/share/desktop-directories
|
||||
cp *.directory @prefix@/share/desktop-directories/
|
||||
mkdir -p /etc/xdg/menus/applications-merged
|
||||
cp *.menu /etc/xdg/menus/applications-merged/
|
||||
|
||||
uninstall:
|
||||
rm -f @prefix@/share/applications/rivendell-*.desktop
|
||||
rm -f @prefix@/share/desktop-directories/rivendell-*.directory
|
||||
rm -f /etc/xdg/menus/applications-merged/rivendell-*.menu
|
||||
|
||||
EXTRA_DIST = rdalsaconfig-root-consolehelper\
|
||||
rdalsaconfig-root-pam\
|
||||
rdhpiinfo-root-consolehelper\
|
||||
rdhpiinfo-root-pam\
|
||||
rivendell-configuration.directory\
|
||||
rivendell-logtools.directory\
|
||||
rivendell-rdadmin.desktop\
|
||||
rivendell-rdairplay.desktop\
|
||||
rivendell-rdalsaconfig.desktop\
|
||||
rivendell-rdalsaconfig-root.desktop\
|
||||
rivendell-rdcartslots.desktop\
|
||||
rivendell-rdcastmanager.desktop\
|
||||
rivendell-rdcatch.desktop\
|
||||
rivendell-rddgimport.desktop\
|
||||
rivendell-rddiscimport.desktop\
|
||||
rivendell-rdgpimon.desktop\
|
||||
rivendell-rdhpiinfo.desktop\
|
||||
rivendell-rdhpiinfo-root.desktop\
|
||||
rivendell-rdlibrary.desktop\
|
||||
rivendell-rdlogedit.desktop\
|
||||
rivendell-rdlogin.desktop\
|
||||
rivendell-rdlogmanager.desktop\
|
||||
rivendell-rdmonitor.desktop\
|
||||
rivendell-rdpanel.desktop\
|
||||
rivendell-rmlsend.desktop\
|
||||
rivendell-rdsoftkeys.desktop\
|
||||
rivendell-rivendell.directory\
|
||||
rivendell-rivendell.menu\
|
||||
rivendell-utilities.directory
|
||||
|
||||
CLEANFILES = *~
|
||||
|
||||
MAINTAINERCLEANFILES = *~\
|
||||
Makefile.in
|
2
xdg/rdalsaconfig-root-consolehelper
Normal file
2
xdg/rdalsaconfig-root-consolehelper
Normal file
@@ -0,0 +1,2 @@
|
||||
USER=root
|
||||
PROGRAM=/usr/bin/rdalsaconfig
|
4
xdg/rdalsaconfig-root-pam
Normal file
4
xdg/rdalsaconfig-root-pam
Normal file
@@ -0,0 +1,4 @@
|
||||
#%PAM-1.0
|
||||
auth include config-util
|
||||
account include config-util
|
||||
session include config-util
|
2
xdg/rdhpiinfo-root-consolehelper
Normal file
2
xdg/rdhpiinfo-root-consolehelper
Normal file
@@ -0,0 +1,2 @@
|
||||
USER=root
|
||||
PROGRAM=/usr/bin/rdhpiinfo
|
4
xdg/rdhpiinfo-root-pam
Normal file
4
xdg/rdhpiinfo-root-pam
Normal file
@@ -0,0 +1,4 @@
|
||||
#%PAM-1.0
|
||||
auth include config-util
|
||||
account include config-util
|
||||
session include config-util
|
6
xdg/rivendell-configuration.directory
Normal file
6
xdg/rivendell-configuration.directory
Normal file
@@ -0,0 +1,6 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Configuration
|
||||
Icon=rivendell
|
||||
|
6
xdg/rivendell-logtools.directory
Normal file
6
xdg/rivendell-logtools.directory
Normal file
@@ -0,0 +1,6 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Log Tools
|
||||
Icon=rivendell
|
||||
|
10
xdg/rivendell-rdadmin.desktop
Normal file
10
xdg/rivendell-rdadmin.desktop
Normal file
@@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Terminal=false
|
||||
Categories=Qt;KDE;Rivendell;
|
||||
Name=RDAdmin
|
||||
GenericName=Rivendell Configuration
|
||||
Exec=rdadmin
|
||||
Icon=rivendell
|
||||
Type=Application
|
||||
Terminal=false
|
9
xdg/rivendell-rdairplay.desktop
Normal file
9
xdg/rivendell-rdairplay.desktop
Normal file
@@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Categories=Qt;KDE;Rivendell;
|
||||
Name=RDAirPlay
|
||||
GenericName=Rivendell On-Air Playout
|
||||
Exec=rdairplay
|
||||
Icon=rivendell
|
10
xdg/rivendell-rdalsaconfig-root.desktop
Normal file
10
xdg/rivendell-rdalsaconfig-root.desktop
Normal file
@@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Terminal=false
|
||||
Categories=Qt;KDE;Rivendell;
|
||||
Name=RDAlsaConfig
|
||||
GenericName=Rivendell ALSA Configuration
|
||||
Exec=rdalsaconfig-root --manage-daemons
|
||||
Icon=rivendell
|
||||
Type=Application
|
||||
Terminal=false
|
12
xdg/rivendell-rdalsaconfig.desktop
Normal file
12
xdg/rivendell-rdalsaconfig.desktop
Normal file
@@ -0,0 +1,12 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Terminal=false
|
||||
Categories=Qt;KDE;Rivendell;
|
||||
Name=RDAlsaConfig
|
||||
GenericName=Rivendell ALSA Configuration
|
||||
Exec=rdalsaconfig --manage-daemons
|
||||
Icon=rivendell
|
||||
Type=Application
|
||||
Terminal=false
|
||||
X-KDE-SubstituteUID=true
|
||||
X-KDE-Username=root
|
11
xdg/rivendell-rdcartslots.desktop
Normal file
11
xdg/rivendell-rdcartslots.desktop
Normal file
@@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Terminal=false
|
||||
Categories=Qt;KDE;Rivendell;
|
||||
Name=RDCartSlots
|
||||
GenericName=Rivendell Cart Deck Module
|
||||
Exec=rdcartslots
|
||||
Icon=rivendell
|
||||
Type=Application
|
||||
Terminal=false
|
||||
|
11
xdg/rivendell-rdcastmanager.desktop
Normal file
11
xdg/rivendell-rdcastmanager.desktop
Normal file
@@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Categories=Qt;KDE;Rivendell
|
||||
Terminal=false
|
||||
Name=RDCastManager
|
||||
GenericName=Rivendell RSS Feed Management
|
||||
Exec=rdcastmanager
|
||||
Icon=rivendell
|
||||
Type=Application
|
||||
Terminal=false
|
||||
|
11
xdg/rivendell-rdcatch.desktop
Normal file
11
xdg/rivendell-rdcatch.desktop
Normal file
@@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Terminal=false
|
||||
Categories=Qt;KDE;Rivendell;
|
||||
Name=RDCatch
|
||||
GenericName=Rivendell Event Scheduler
|
||||
Exec=rdcatch
|
||||
Icon=rivendell
|
||||
Type=Application
|
||||
Terminal=false
|
||||
|
11
xdg/rivendell-rddgimport.desktop
Normal file
11
xdg/rivendell-rddgimport.desktop
Normal file
@@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Terminal=false
|
||||
Categories=Qt:KDE;Rivendell;
|
||||
Name=RDDgImport
|
||||
GenericName=Rivendell DG Spot Importer
|
||||
Exec=rddgimport
|
||||
Icon=rivendell
|
||||
Type=Application
|
||||
Terminal=false
|
||||
|
11
xdg/rivendell-rddiscimport.desktop
Normal file
11
xdg/rivendell-rddiscimport.desktop
Normal file
@@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Terminal=false
|
||||
Categories=Qt:KDE;Rivendell;
|
||||
Name=RDDiscImport
|
||||
GenericName=Rivendell Batch CD Importer
|
||||
Exec=rddiscimport
|
||||
Icon=rivendell
|
||||
Type=Application
|
||||
Terminal=false
|
||||
|
11
xdg/rivendell-rdgpimon.desktop
Normal file
11
xdg/rivendell-rdgpimon.desktop
Normal file
@@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Terminal=false
|
||||
Categories=Qt:KDE;Rivendell;
|
||||
Name=RDGpiMon
|
||||
GenericName=Rivendell GPI Monitor
|
||||
Exec=rdgpimon
|
||||
Icon=rivendell
|
||||
Type=Application
|
||||
Terminal=false
|
||||
|
10
xdg/rivendell-rdhpiinfo-root.desktop
Normal file
10
xdg/rivendell-rdhpiinfo-root.desktop
Normal file
@@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Terminal=false
|
||||
Categories=Qt;KDE;Rivendell;
|
||||
Name=RDHPIInfo
|
||||
GenericName=AudioScience Card Information
|
||||
Exec=rdhpiinfo-root
|
||||
Icon=rivendell
|
||||
Type=Application
|
||||
Terminal=false
|
12
xdg/rivendell-rdhpiinfo.desktop
Normal file
12
xdg/rivendell-rdhpiinfo.desktop
Normal file
@@ -0,0 +1,12 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Terminal=false
|
||||
Categories=Qt;KDE;Rivendell;
|
||||
Name=RDHPIInfo
|
||||
GenericName=AudioScience Card Information
|
||||
Exec=rdhpiinfo
|
||||
Icon=rivendell
|
||||
Type=Application
|
||||
Terminal=false
|
||||
X-KDE-SubstituteUID=true
|
||||
X-KDE-Username=root
|
11
xdg/rivendell-rdlibrary.desktop
Normal file
11
xdg/rivendell-rdlibrary.desktop
Normal file
@@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Terminal=false
|
||||
Categories=Qt;KDE;Rivendell;
|
||||
Name=RDLibrary
|
||||
GenericName=Rivendell Library
|
||||
Exec=rdlibrary
|
||||
Icon=rivendell
|
||||
Type=Application
|
||||
Terminal=false
|
||||
|
11
xdg/rivendell-rdlogedit.desktop
Normal file
11
xdg/rivendell-rdlogedit.desktop
Normal file
@@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Terminal=false
|
||||
Categories=Qt;KDE;Rivendell;
|
||||
Name=RDLogEdit
|
||||
GenericName=Rivendell Log Editor
|
||||
Exec=rdlogedit
|
||||
Icon=rivendell
|
||||
Type=Application
|
||||
Terminal=false
|
||||
|
11
xdg/rivendell-rdlogin.desktop
Normal file
11
xdg/rivendell-rdlogin.desktop
Normal file
@@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Terminal=false
|
||||
Categories=Qt;KDE;Rivendell;
|
||||
Name=RDLogin
|
||||
GenericName=Rivendell Login
|
||||
Exec=rdlogin
|
||||
Icon=rivendell
|
||||
Type=Application
|
||||
Terminal=false
|
||||
|
11
xdg/rivendell-rdlogmanager.desktop
Normal file
11
xdg/rivendell-rdlogmanager.desktop
Normal file
@@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Terminal=false
|
||||
Categories=Qt;KDE;Rivendell;
|
||||
Name=RDLogManager
|
||||
GenericName=Rivendell Log Management
|
||||
Exec=rdlogmanager
|
||||
Icon=rivendell
|
||||
Type=Application
|
||||
Terminal=false
|
||||
|
11
xdg/rivendell-rdmonitor.desktop
Normal file
11
xdg/rivendell-rdmonitor.desktop
Normal file
@@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Terminal=false
|
||||
Categories=Qt;KDE;Rivendell;
|
||||
Name=RDMonitor
|
||||
GenericName=Rivendell Server Monitor
|
||||
Exec=rdmonitor
|
||||
Icon=rivendell
|
||||
Type=Application
|
||||
Terminal=false
|
||||
|
11
xdg/rivendell-rdpanel.desktop
Normal file
11
xdg/rivendell-rdpanel.desktop
Normal file
@@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Terminal=false
|
||||
Categories=Qt;KDE;Rivendell;
|
||||
Name=RDPanel
|
||||
GenericName=Rivendell SoundPanel Module
|
||||
Exec=rdpanel
|
||||
Icon=rivendell
|
||||
Type=Application
|
||||
Terminal=false
|
||||
|
11
xdg/rivendell-rdsoftkeys.desktop
Normal file
11
xdg/rivendell-rdsoftkeys.desktop
Normal file
@@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Terminal=false
|
||||
Categories=Qt;KDE;Rivendell;
|
||||
Name=RDSoftKeys
|
||||
GenericName=Rivendell RML Button Panel
|
||||
Exec=rdsoftkeys
|
||||
Icon=rivendell
|
||||
Type=Application
|
||||
Terminal=false
|
||||
|
6
xdg/rivendell-rivendell.directory
Normal file
6
xdg/rivendell-rivendell.directory
Normal file
@@ -0,0 +1,6 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Rivendell
|
||||
Icon=rivendell
|
||||
|
49
xdg/rivendell-rivendell.menu
Normal file
49
xdg/rivendell-rivendell.menu
Normal file
@@ -0,0 +1,49 @@
|
||||
<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
|
||||
"http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">
|
||||
|
||||
<Menu>
|
||||
<Name>Applications</Name>
|
||||
<Menu>
|
||||
<Name>Rivendell</Name>
|
||||
<Directory>rivendell-rivendell.directory</Directory>
|
||||
<Include>
|
||||
<Filename>rivendell-rdairplay.desktop</Filename>
|
||||
<Filename>rivendell-rdcartslots.desktop</Filename>
|
||||
<Filename>rivendell-rdcastmanager.desktop</Filename>
|
||||
<Filename>rivendell-rdcatch.desktop</Filename>
|
||||
<Filename>rivendell-rdlibrary.desktop</Filename>
|
||||
<Filename>rivendell-rdlogin.desktop</Filename>
|
||||
<Filename>rivendell-rdpanel.desktop</Filename>
|
||||
</Include>
|
||||
<Menu>
|
||||
<Name>Configuration</Name>
|
||||
<Directory>rivendell-configuration.directory</Directory>
|
||||
<Include>
|
||||
<Filename>rivendell-rdadmin.desktop</Filename>
|
||||
<Filename>rivendell-rdalsaconfig.desktop</Filename>
|
||||
<Filename>rivendell-rdalsaconfig-root.desktop</Filename>
|
||||
<Filename>rivendell-rdhpiinfo.desktop</Filename>
|
||||
<Filename>rivendell-rdhpiinfo-root.desktop</Filename>
|
||||
</Include>
|
||||
</Menu>
|
||||
<Menu>
|
||||
<Name>Log Tools</Name>
|
||||
<Directory>rivendell-logtools.directory</Directory>
|
||||
<Include>
|
||||
<Filename>rivendell-rdlogedit.desktop</Filename>
|
||||
<Filename>rivendell-rdlogmanager.desktop</Filename>
|
||||
</Include>
|
||||
</Menu>
|
||||
<Menu>
|
||||
<Name>Utilities</Name>
|
||||
<Directory>rivendell-utilities.directory</Directory>
|
||||
<Include>
|
||||
<Filename>rivendell-rdgpimon.desktop</Filename>
|
||||
<Filename>rivendell-rdsoftkeys.desktop</Filename>
|
||||
<Filename>rivendell-rmlsend.desktop</Filename>
|
||||
<Filename>rivendell-rddgimport.desktop</Filename>
|
||||
<Filename>rivendell-rddiscimport.desktop</Filename>
|
||||
</Include>
|
||||
</Menu>
|
||||
</Menu>
|
||||
</Menu>
|
10
xdg/rivendell-rmlsend.desktop
Normal file
10
xdg/rivendell-rmlsend.desktop
Normal file
@@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Terminal=false
|
||||
Categories=Qt;KDE;Rivendell;
|
||||
Name=RMLSend
|
||||
GenericName=Rivendell RML Applet
|
||||
Exec=rmlsend
|
||||
Icon=rivendell
|
||||
Type=Application
|
||||
Terminal=false
|
6
xdg/rivendell-utilities.directory
Normal file
6
xdg/rivendell-utilities.directory
Normal file
@@ -0,0 +1,6 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Utilities
|
||||
Icon=rivendell
|
||||
|
Reference in New Issue
Block a user