* Bumped Standards to 4.1.1 - no changes needed * Bumped liblxqt dependency to >= 0.12.0 * Added Breaks/Replaces for lxqt-common << 0.12.0ubuntu/cosmic debian/0.12.0-1
parent
d8f10636af
commit
b792bab458
@ -0,0 +1,17 @@
|
|||||||
|
cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR)
|
||||||
|
|
||||||
|
file(GLOB DESKTOP_FILES_IN *.desktop.in)
|
||||||
|
|
||||||
|
# Translations **********************************
|
||||||
|
lxqt_translate_desktop(DESKTOP_FILES
|
||||||
|
SOURCES
|
||||||
|
${DESKTOP_FILES_IN}
|
||||||
|
)
|
||||||
|
add_custom_target(lxqt_notificationd_autostart_desktop_files ALL DEPENDS ${DESKTOP_FILES})
|
||||||
|
#************************************************
|
||||||
|
|
||||||
|
install(FILES
|
||||||
|
${DESKTOP_FILES}
|
||||||
|
DESTINATION "${LXQT_ETC_XDG_DIR}/autostart"
|
||||||
|
COMPONENT Runtime
|
||||||
|
)
|
@ -0,0 +1,9 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Name=Notification Daemon
|
||||||
|
TryExec=lxqt-notificationd
|
||||||
|
Exec=lxqt-notificationd
|
||||||
|
OnlyShowIn=LXQt;
|
||||||
|
X-LXQt-Module=true
|
||||||
|
|
||||||
|
#TRANSLATIONS_DIR=translations
|
@ -0,0 +1,2 @@
|
|||||||
|
# Translations
|
||||||
|
Name[ar]=بريمج الإشعارات
|
@ -0,0 +1,2 @@
|
|||||||
|
# Translations
|
||||||
|
Name[cs]=Oznamovací démon
|
@ -0,0 +1,2 @@
|
|||||||
|
# Translations
|
||||||
|
Name[cs_CZ]=Oznamovací démon
|
@ -0,0 +1,2 @@
|
|||||||
|
# Translations
|
||||||
|
Name[da]=Notifikationsbaggrundsprogram
|
@ -0,0 +1,2 @@
|
|||||||
|
# Translations
|
||||||
|
Name[de]=Benachrichtigungsdaemon
|
@ -0,0 +1,2 @@
|
|||||||
|
# Translations
|
||||||
|
Name[el]=Υπηρεσία ειδοποιήσεων
|
@ -0,0 +1,2 @@
|
|||||||
|
# Translations
|
||||||
|
Name[eo]=Demono de atentigoj
|
@ -0,0 +1,2 @@
|
|||||||
|
# Translations
|
||||||
|
Name[es]=Demonio de notificaciones
|
@ -0,0 +1,2 @@
|
|||||||
|
# Translations
|
||||||
|
Name[es_VE]=Demonio de notificaciones
|
@ -0,0 +1,2 @@
|
|||||||
|
# Translations
|
||||||
|
Name[eu]=Jakinarazpen-deabrua
|
@ -0,0 +1,2 @@
|
|||||||
|
# Translations
|
||||||
|
Name[fi]=Ilmoituspalvelu
|
@ -0,0 +1,2 @@
|
|||||||
|
# Translations
|
||||||
|
Name[fr]=Démon de notification
|
@ -0,0 +1,2 @@
|
|||||||
|
# Translations
|
||||||
|
Name[hu]=Értesítő szolgáltatás
|
@ -0,0 +1,2 @@
|
|||||||
|
# Translations
|
||||||
|
Name[it_IT]=Demone delle notifiche
|
@ -0,0 +1,2 @@
|
|||||||
|
# Translations
|
||||||
|
Name[ja]=通知デーモン
|
@ -0,0 +1,2 @@
|
|||||||
|
# Translations
|
||||||
|
Name[lt]=Pranešimų tarnyba
|
@ -0,0 +1,2 @@
|
|||||||
|
# Translations
|
||||||
|
Name[nl]=notificatie Daemon
|
@ -0,0 +1,2 @@
|
|||||||
|
# Translations
|
||||||
|
Name[pl_PL]=Daemon Powiadomień
|
@ -0,0 +1,2 @@
|
|||||||
|
# Translations
|
||||||
|
Name[pt]=Serviço de notificações
|
@ -0,0 +1,2 @@
|
|||||||
|
# Translations
|
||||||
|
Name[pt_BR]=Daemon de notificação
|
@ -0,0 +1,2 @@
|
|||||||
|
# Translations
|
||||||
|
Name[ro_RO]=Daemon de notificare
|
@ -0,0 +1,2 @@
|
|||||||
|
# Translations
|
||||||
|
Name[ru_RU]=Служба уведомлений
|
@ -0,0 +1,2 @@
|
|||||||
|
# Translations
|
||||||
|
Name[sl]=Obvestilnik
|
@ -0,0 +1,2 @@
|
|||||||
|
# Translations
|
||||||
|
Name[th_TH]=ดีมอนการแจ้งเตือน
|
@ -0,0 +1,2 @@
|
|||||||
|
# Translations
|
||||||
|
Name[tr]=Bildirim Artsüreci
|
@ -0,0 +1,2 @@
|
|||||||
|
# Translations
|
||||||
|
Name[uk]=Демон сповіщень
|
@ -0,0 +1,2 @@
|
|||||||
|
# Translations
|
||||||
|
Name[zh_CN]=通知服务
|
@ -0,0 +1,2 @@
|
|||||||
|
# Translations
|
||||||
|
Name[zh_TW]=系統通知程序
|
@ -1,4 +1,4 @@
|
|||||||
# Translations
|
# Translations
|
||||||
GenericName[lt]=Qlipper
|
GenericName[lt]=LXQt pranešimų nustatymai
|
||||||
Name[lt]=Energijos naudojimo nustatymai
|
Name[lt]=Darbalaukio pranešimai
|
||||||
Comment[lt]=Konfigūruoti freedesktop pranešimus LXQt darbalaukyje
|
Comment[lt]=Konfigūruoti darbalaukio pranešimus
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Translations
|
# Translations
|
||||||
GenericName[pl_PL]=Konfiguracja wyglądu LXQt
|
Name[pl_PL]=Powiadomienia ekranowe
|
||||||
Name[pl_PL]=Konfiguracja wyglądu LXQt
|
GenericName[pl_PL]=Ustawienia powiadomień LXQt
|
||||||
Comment[pl_PL]=Konfiguruj powiadomienia freedesktop w LXQt
|
Comment[pl_PL]=Konfiguruj powiadomienia ekranowe
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
/*.debhelper
|
/*.debhelper
|
||||||
/*.log
|
/*.log
|
||||||
/*.substvars
|
/*.substvars
|
||||||
|
/debhelper-build-stamp
|
||||||
/files
|
/files
|
||||||
|
|
||||||
/lxqt-notificationd/
|
/lxqt-notificationd/
|
||||||
/lxqt-notificationd-dbg/
|
|
||||||
|
Loading…
Reference in new issue