♻️ recreate repo

This commit is contained in:
Ducky 2022-09-14 07:25:23 +01:00
commit bf2f741732
68 changed files with 325 additions and 0 deletions

View file

@ -0,0 +1,24 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: indicator-application
Source: http://launchpad.net/indicator-application
Files: *
Copyright: 2009-2012, Canonical Ltd.
License: GPL-3
License: GPL-3
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 3 of the License.
.
This package 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, see <http://www.gnu.org/licenses/>
.
On Debian systems, the complete text of the GNU General
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".

View file

@ -0,0 +1,6 @@
[Ordering Index Overrides]
nm-applet=1
gnome-power-manager=2
ibus=3
gst-keyboard-xkb=4
gsd-keyboard-xkb=5

View file

@ -0,0 +1,8 @@
[Desktop Entry]
Type=Application
Name=Indicator Application
Exec=@pkglibexecdir@/indicator-application-service
StartupNotify=false
Terminal=false
OnlyShowIn=Unity;
Hidden=true

View file

@ -0,0 +1,22 @@
description "Indicator Application Service"
start on indicator-services-start
stop on desktop-end or indicator-services-end
emits appindicators-start appindicators-end
respawn
respawn limit 2 10
pre-start script
# NOTE: Limiting only to Unity 7 right now as it's still using
# dbusmenu. That can be lifted after it is ported to GMenu
if [ "x$DESKTOP_SESSION" = "xubuntu-touch" ] ; then
stop; exit 0
fi
end script
exec $SNAP/usr/lib/x86_64-linux-gnu/indicator-application/indicator-application-service
pre-stop exec initctl emit appindicators-end