initial
This commit is contained in:
parent
73665d8174
commit
7c0bed91df
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1,5 +1,5 @@
|
|||||||
upstream-name (pkgver-pkgrel) distro_codename; urgency=medium
|
pika-hyprland-autologin (1.0.0-99pika1) lunar; urgency=medium
|
||||||
|
|
||||||
* Initial release. (Closes: #nnnn) <nnnn is the bug number of your ITP>
|
* Initial release.
|
||||||
|
|
||||||
-- ferreo <harderthanfire@gmail.com> Wed, 18 Jan 2023 21:48:14 +0000
|
-- ferreo <harderthanfire@gmail.com> Wed, 18 Jan 2023 21:48:14 +0000
|
||||||
|
20
debian/control
vendored
20
debian/control
vendored
@ -1,19 +1,13 @@
|
|||||||
Source: upstream-name
|
Source: pika-hyprland-autologin
|
||||||
Section: admin
|
Section: main
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: name <email>
|
Maintainer: ferrreo <harderthanfire@gmail.com>
|
||||||
Standards-Version: 4.6.1
|
Standards-Version: 4.6.1
|
||||||
Build-Depends: debhelper-compat (= 13)
|
Build-Depends: debhelper-compat (= 13)
|
||||||
Rules-Requires-Root: no
|
Rules-Requires-Root: no
|
||||||
|
|
||||||
Package: pkgname1
|
Package: pika-hyprland-autologin
|
||||||
Architecture: linux-any
|
Architecture: linux-any
|
||||||
# Delete any of these lines if un-used
|
Depends: pika-hyprland-settings
|
||||||
Depends: ${misc:Depends}, depends
|
Provides: pika-hyprland-autologin
|
||||||
Recommends: high priority optdepends
|
Description: Autologin script for hyprland iso
|
||||||
Conflicts: conflicts
|
|
||||||
Suggests: low priority optdepends
|
|
||||||
Breaks: also conflicts!?
|
|
||||||
Provides: provides
|
|
||||||
#
|
|
||||||
Description: pkgdesc
|
|
||||||
|
1
debian/pika-hyprland-autologin.install
vendored
Normal file
1
debian/pika-hyprland-autologin.install
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
usr
|
6
debian/postinst
vendored
Normal file
6
debian/postinst
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
mkdir -p /etc/greetd/
|
||||||
|
cp -f /usr/share/pika-hyprland-autologin/config.toml /etc/greetd/config.toml
|
6
debian/postrm
vendored
Normal file
6
debian/postrm
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
mkdir -p /etc/greetd/
|
||||||
|
cp -f /usr/share/pika/greetd/config.toml /etc/greetd/config.toml
|
11
usr/share/pika-hyprland-autologin/config.toml
Normal file
11
usr/share/pika-hyprland-autologin/config.toml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
[terminal]
|
||||||
|
vt = 7
|
||||||
|
|
||||||
|
[default_session]
|
||||||
|
command = "tuigreet -g 'Welcome to pikaos' --user-menu --asterisks --cmd Hyprland"
|
||||||
|
user = "_greetd"
|
||||||
|
|
||||||
|
#Autologin
|
||||||
|
[initial_session]
|
||||||
|
command = "Hyprland"
|
||||||
|
user = "pikaos"
|
Loading…
Reference in New Issue
Block a user