♻️ recreate repo

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

9
.gitattributes vendored 100644
View File

@ -0,0 +1,9 @@
*.png filter=lfs diff=lfs merge=lfs -text
*.gvdesign filter=lfs diff=lfs merge=lfs -text
*.jpg filter=lfs diff=lfs merge=lfs -text
*.svg filter=lfs diff=lfs merge=lfs -text
*.deb filter=lfs diff=lfs merge=lfs -text
*.so filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.AppImage filter=lfs diff=lfs merge=lfs -text
binaries/debian/indicator-application-patched/0.1/usr/lib/x86_64-linux-gnu/indicator-application/indicator-application-service filter=lfs diff=lfs merge=lfs -text

6
.gitignore vendored 100644
View File

@ -0,0 +1,6 @@
# Temporary
*~
.fuse_hidden*
.directory
.Trash-*
.nfs*

5
README.md 100644
View File

@ -0,0 +1,5 @@
# Sodalite LFS
Due to GitHub's LFS limitation of 1GB bandwidth (and 1GB storage) on the free LFS plan, LFS files for [Sodalite](https://github.com/electricduck/sodalite) must be hosted [elsewhere](https://git.zio.sh). As already discovered, the repository hit the limit pretty quickly!
If you need to post issues please do so on [Sodalite's GitHub issues](https://github.com/electricduck/sodalite/issues).

BIN
binaries/appimage/appimaged_718~x86_64.AppImage (Stored with Git LFS) 100644

Binary file not shown.

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

BIN
gh-social-preview/gh-social-preview.gvdesign (Stored with Git LFS) 100644

Binary file not shown.

BIN
gh-social-preview/gh-social-preview.png (Stored with Git LFS) 100644

Binary file not shown.

View File

BIN
laptop/laptop.gvdesign (Stored with Git LFS) 100644

Binary file not shown.

BIN
laptop/laptop.png (Stored with Git LFS) 100644

Binary file not shown.

BIN
laptop/laptop.svg (Stored with Git LFS) 100644

Binary file not shown.

BIN
logo/logo.gvdesign (Stored with Git LFS) 100644

Binary file not shown.

BIN
logo/logo.png (Stored with Git LFS) 100644

Binary file not shown.

BIN
logo/logo_small.png (Stored with Git LFS) 100644

Binary file not shown.

BIN
logo/logo_small.svg (Stored with Git LFS) 100644

Binary file not shown.

BIN
logo/logo_social.png (Stored with Git LFS) 100644

Binary file not shown.

BIN
logo/logo_team-collaborators.png (Stored with Git LFS) 100644

Binary file not shown.

BIN
oem-logos/acer.png (Stored with Git LFS) 100644

Binary file not shown.

BIN
oem-logos/amd.png (Stored with Git LFS) 100644

Binary file not shown.

BIN
oem-logos/apple.png (Stored with Git LFS) 100644

Binary file not shown.

BIN
oem-logos/asus.png (Stored with Git LFS) 100644

Binary file not shown.

BIN
oem-logos/chromebook.png (Stored with Git LFS) 100644

Binary file not shown.

BIN
oem-logos/dell.png (Stored with Git LFS) 100644

Binary file not shown.

BIN
oem-logos/gigabyte.png (Stored with Git LFS) 100644

Binary file not shown.

BIN
oem-logos/hp.png (Stored with Git LFS) 100644

Binary file not shown.

BIN
oem-logos/huawei.png (Stored with Git LFS) 100644

Binary file not shown.

BIN
oem-logos/ibm.png (Stored with Git LFS) 100644

Binary file not shown.

BIN
oem-logos/intel.png (Stored with Git LFS) 100644

Binary file not shown.

BIN
oem-logos/lenovo.png (Stored with Git LFS) 100644

Binary file not shown.

BIN
oem-logos/lg.png (Stored with Git LFS) 100644

Binary file not shown.

BIN
oem-logos/medion.png (Stored with Git LFS) 100644

Binary file not shown.

BIN
oem-logos/microsoft.png (Stored with Git LFS) 100644

Binary file not shown.

BIN
oem-logos/msi.png (Stored with Git LFS) 100644

Binary file not shown.

BIN
oem-logos/qemu.png (Stored with Git LFS) 100644

Binary file not shown.

BIN
oem-logos/samsung.png (Stored with Git LFS) 100644

Binary file not shown.

BIN
oem-logos/system76.png (Stored with Git LFS) 100644

Binary file not shown.

BIN
oem-logos/toshiba.png (Stored with Git LFS) 100644

Binary file not shown.

BIN
screenshots/screenshot.gvdesign (Stored with Git LFS) 100644

Binary file not shown.

BIN
screenshots/screenshot.png (Stored with Git LFS) 100644

Binary file not shown.

BIN
screenshots/screenshot_desktop.png (Stored with Git LFS) 100644

Binary file not shown.

BIN
screenshots/screenshot_generate-oemconf.png (Stored with Git LFS) 100644

Binary file not shown.

BIN
wallpapers/adrien-olichon-gXqgs6Smvw-unsplash.jpg (Stored with Git LFS) 100644

Binary file not shown.

BIN
wallpapers/austin-neill-AGPGx6Yr9NI-unsplash.jpg (Stored with Git LFS) 100644

Binary file not shown.

BIN
wallpapers/cody-fitzgerald-iUBG6hQe4N0-unsplash.jpg (Stored with Git LFS) 100644

Binary file not shown.

BIN
wallpapers/dustin-humes-OrO_HSqlZMY-unsplash.jpg (Stored with Git LFS) 100644

Binary file not shown.

BIN
wallpapers/jack-b-vcNPMwS08UI-unsplash.jpg (Stored with Git LFS) 100644

Binary file not shown.

BIN
wallpapers/karsten-wurth-7BjhtdogU3A-unsplash.jpg (Stored with Git LFS) 100644

Binary file not shown.

BIN
wallpapers/max-okhrimenko-R-CoXmMrWFk-unsplash.jpg (Stored with Git LFS) 100644

Binary file not shown.

BIN
wallpapers/nathan-dumlao-y_qtd7IizFE-unsplash.jpg (Stored with Git LFS) 100644

Binary file not shown.

BIN
wallpapers/ryan-stone-U3cctUBucn0-unsplash.jpg (Stored with Git LFS) 100644

Binary file not shown.

BIN
wallpapers/smaran-alva-hno1wDtV1X4-unsplash.jpg (Stored with Git LFS) 100644

Binary file not shown.

Binary file not shown.

BIN
wallpapers/zara-walker-_pC5hT6aXfs-unsplash.jpg (Stored with Git LFS) 100644

Binary file not shown.