This commit is contained in:
Ward Nakchbandi 2023-03-28 16:32:37 +03:00
parent e53d4b594d
commit 03b9543338
29 changed files with 22 additions and 1 deletions

View File

@ -2,6 +2,7 @@ all:
install: install:
mkdir -p $(DESTDIR)/usr/share/sounds/pika mkdir -p $(DESTDIR)/usr/share/sounds/pika
cp -r etc /
cp --no-preserve=mode,ownership -r \ cp --no-preserve=mode,ownership -r \
sounds/* \ sounds/* \
$(DESTDIR)/usr/share/sounds/pika/ $(DESTDIR)/usr/share/sounds/pika/

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
pika-theme-sound (1.0.0) kinetic; urgency=medium pika-theme-sound (1.2.0) kinetic; urgency=medium
* First release * First release

1
debian/control vendored
View File

@ -10,3 +10,4 @@ Homepage: https://github.com/PikaOS-Linux/pkg-pika-theme-sound
Package: pika-theme-sound Package: pika-theme-sound
Architecture: all Architecture: all
Description: Pika Sounds Description: Pika Sounds
Depends: gnome-session-canberra, libglib2.0-bin

View File

@ -0,0 +1,8 @@
############
# sound settings #
############
[org.gnome.desktop.sound]
event-sounds = true
input-feedback-sounds = true
theme-name = 'pika'

3
debian/rules vendored
View File

@ -3,6 +3,9 @@
# # Uncomment this to turn on verbose mode. # # Uncomment this to turn on verbose mode.
# #export DH_VERBOSE=1 # #export DH_VERBOSE=1
override_dh_installgsettings:
dh_installgsettings --priority=50
export DEB_BUILD_OPTIONS = nocheck export DEB_BUILD_OPTIONS = nocheck
%: %:

3
etc/pika_login.sh Executable file
View File

@ -0,0 +1,3 @@
#! /bin/bash
sleep 5
canberra-gtk-play --id="desktop-login" --description="GNOME Login"

View File

@ -0,0 +1,5 @@
[Desktop Entry]
Name=Play Login Sound on startup
Exec=/etc/pika_login.sh
Type=Application
Terminal=false

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.