mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
2018-10-16 Fred Gleason <fredg@paravelsystems.com>
* Added a 'Rivendell->Configuration' menu entry for rddbconfig(8).
This commit is contained in:
@@ -25,9 +25,11 @@ install-exec-am:
|
||||
cp rivendell-opsguide-pdf.desktop $(DESTDIR)@prefix@/share/applications/
|
||||
cp rivendell-rdadmin.desktop $(DESTDIR)@prefix@/share/applications/
|
||||
cp rivendell-rdairplay.desktop $(DESTDIR)@prefix@/share/applications/
|
||||
## cp rivendell-rdalsaconfig.desktop $(DESTDIR)@prefix@/share/applications/
|
||||
cp rivendell-rdcartslots.desktop $(DESTDIR)@prefix@/share/applications/
|
||||
cp rivendell-rdcastmanager.desktop $(DESTDIR)@prefix@/share/applications/
|
||||
cp rivendell-rdcatch.desktop $(DESTDIR)@prefix@/share/applications/
|
||||
## cp rivendell-rddbconfig.desktop $(DESTDIR)@prefix@/share/applications/
|
||||
cp rivendell-rddgimport.desktop $(DESTDIR)@prefix@/share/applications/
|
||||
cp rivendell-rddiscimport.desktop $(DESTDIR)@prefix@/share/applications/
|
||||
cp rivendell-rdgpimon.desktop $(DESTDIR)@prefix@/share/applications/
|
||||
@@ -39,7 +41,6 @@ install-exec-am:
|
||||
cp rivendell-rdpanel.desktop $(DESTDIR)@prefix@/share/applications/
|
||||
cp rivendell-rdsoftkeys.desktop $(DESTDIR)@prefix@/share/applications/
|
||||
cp rivendell-rmlsend.desktop $(DESTDIR)@prefix@/share/applications/
|
||||
cp rivendell-rdalsaconfig-root.desktop $(DESTDIR)@prefix@/share/applications/
|
||||
|
||||
mkdir -p $(DESTDIR)@prefix@/share/desktop-directories
|
||||
cp *.directory $(DESTDIR)@prefix@/share/desktop-directories/
|
||||
@@ -47,10 +48,17 @@ install-exec-am:
|
||||
cp *.menu $(DESTDIR)/etc/xdg/menus/applications-merged/
|
||||
mkdir -p $(DESTDIR)/etc/pam.d
|
||||
cp rdalsaconfig-root-pam $(DESTDIR)/etc/pam.d/rdalsaconfig-root
|
||||
cp rddbconfig-root-pam $(DESTDIR)/etc/pam.d/rddbconfig-root
|
||||
mkdir -p $(DESTDIR)/etc/security/console.apps
|
||||
cp rdalsaconfig-root-consolehelper $(DESTDIR)/etc/security/console.apps/rdalsaconfig-root
|
||||
cp rddbconfig-root-consolehelper $(DESTDIR)/etc/security/console.apps/rddbconfig-root
|
||||
cp rivendell-rdalsaconfig-root.desktop $(DESTDIR)@prefix@/share/applications/
|
||||
cp rivendell-rddbconfig-root.desktop $(DESTDIR)@prefix@/share/applications/
|
||||
rm -f $(DESTDIR)$(prefix)/bin/rdalsaconfig-root
|
||||
ln -s /usr/bin/consolehelper $(DESTDIR)$(prefix)/bin/rdalsaconfig-root
|
||||
cp rivendell-rddbconfig-root.desktop $(DESTDIR)@prefix@/share/applications/
|
||||
rm -f $(DESTDIR)$(prefix)/bin/rddbconfig-root
|
||||
ln -s /usr/bin/consolehelper $(DESTDIR)$(prefix)/bin/rddbconfig-root
|
||||
|
||||
uninstall-local:
|
||||
rm -f $(DESTDIR)@prefix@/share/applications/rivendell-*.desktop
|
||||
@@ -59,9 +67,14 @@ uninstall-local:
|
||||
rm -f $(DESTDIR)/etc/pam.d/rdalsaconfig-root
|
||||
rm -f $(DESTDIR)/etc/security/console.apps/rdalsaconfig-root
|
||||
rm -f $(DESTDIR)$(prefix)/bin/rdalsaconfig-root
|
||||
rm -f $(DESTDIR)/etc/pam.d/rddbconfig-root
|
||||
rm -f $(DESTDIR)/etc/security/console.apps/rddbconfig-root
|
||||
rm -f $(DESTDIR)$(prefix)/bin/rddbconfig-root
|
||||
|
||||
EXTRA_DIST = rdalsaconfig-root-consolehelper\
|
||||
rdalsaconfig-root-pam\
|
||||
rddbconfig-root-consolehelper\
|
||||
rddbconfig-root-pam\
|
||||
rivendell-configuration.directory\
|
||||
rivendell-documentation.directory\
|
||||
rivendell-logtools.directory\
|
||||
@@ -74,6 +87,8 @@ EXTRA_DIST = rdalsaconfig-root-consolehelper\
|
||||
rivendell-rdcartslots.desktop\
|
||||
rivendell-rdcastmanager.desktop\
|
||||
rivendell-rdcatch.desktop\
|
||||
rivendell-rddbconfig.desktop\
|
||||
rivendell-rddbconfig-root.desktop\
|
||||
rivendell-rddgimport.desktop\
|
||||
rivendell-rddiscimport.desktop\
|
||||
rivendell-rdgpimon.desktop\
|
||||
|
||||
3
xdg/rddbconfig-root-consolehelper
Normal file
3
xdg/rddbconfig-root-consolehelper
Normal file
@@ -0,0 +1,3 @@
|
||||
USER=root
|
||||
PROGRAM=/usr/bin/rddbconfig
|
||||
SESSION=true
|
||||
4
xdg/rddbconfig-root-pam
Normal file
4
xdg/rddbconfig-root-pam
Normal file
@@ -0,0 +1,4 @@
|
||||
#%PAM-1.0
|
||||
auth include config-util
|
||||
account include config-util
|
||||
session include config-util
|
||||
10
xdg/rivendell-rddbconfig-root.desktop
Normal file
10
xdg/rivendell-rddbconfig-root.desktop
Normal file
@@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Terminal=false
|
||||
Categories=Qt;KDE;Rivendell;
|
||||
Name=RDDBConfig
|
||||
GenericName=Rivendell Database Management
|
||||
Exec=rddbconfig-root
|
||||
Icon=rdadmin
|
||||
Type=Application
|
||||
Terminal=false
|
||||
12
xdg/rivendell-rddbconfig.desktop
Normal file
12
xdg/rivendell-rddbconfig.desktop
Normal file
@@ -0,0 +1,12 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Terminal=false
|
||||
Categories=Qt;KDE;Rivendell;
|
||||
Name=RDDBConfig
|
||||
GenericName=Rivendell Database Management
|
||||
Exec=rddbconfig
|
||||
Icon=rdadmin
|
||||
Type=Application
|
||||
Terminal=false
|
||||
X-KDE-SubstituteUID=true
|
||||
X-KDE-Username=root
|
||||
@@ -22,8 +22,8 @@
|
||||
<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>
|
||||
<Filename>rivendell-rddbconfig.desktop</Filename>
|
||||
<Filename>rivendell-rddbconfig-root.desktop</Filename>
|
||||
</Include>
|
||||
</Menu>
|
||||
<Menu>
|
||||
|
||||
Reference in New Issue
Block a user