♻️ 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,30 @@
Format: https://dep.debian.net/deps/dep5
Upstream-Name: wingpanel-indicator-namarupa
Source: https://github.com/donadigo/wingpanel-indicator-namarupa
Files: src/* vapi/* debian/*
Copyright: 2020 Donadigo - Lainsce.
Maintainer : Lafydev
This work was maintained by many contributors.
It is inspired from wingpanel-indicator-ayatana
archived in elementary os.
License: GPL-3.0+
This program 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, either version 3 of the License, or
(at your option) any later version.
.
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,32 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: wingpanel-indicator-ayatana
Source: https://github.com/lafydev/wingpanel-indicator-ayatana
Files: *
Copyright: 2015-2016 Djax <parnold@gmx.de>
2016-2020 Elementary
2018 Ethan P.
2020 Lafydev <lafy@mailo.com>
License: GPL-3.0+
Files: debian/*
Copyright: 2015 Cody Garver <cody@elementary.io>
2021 Sean Davis <smd.seandavis@gmail.com>
License: GPL-3.0+
License: GPL-3.0+
This program 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, either version 3 of the License, or
(at your option) any later version.
.
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,9 @@
[Desktop Entry]
Type=Application
Name=Indicator Application
Exec=/usr/lib/x86_64-linux-gnu/indicator-application/indicator-application-service
StartupNotify=false
Terminal=false
OnlyShowIn=Unity;GNOME;Pantheon;
NoDisplay=true
AutostartCondition=GNOME3 unless-session gnome

View file

@ -0,0 +1,8 @@
[Unit]
Description=Indicator Application Service
PartOf=graphical-session.target
After=indicators-pre.target
[Service]
ExecStart=/usr/lib/x86_64-linux-gnu/indicator-application/indicator-application-service
Restart=on-failure

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