From 22df08c29f6e4566d418e2a80a8279303406a733 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Fri, 29 Jun 2018 00:58:19 +0200 Subject: build: switch to meson buildsystem We build the project with 'meson' now instead of using custom configure script + GNU Makefiles. To build the project, go to the project root directory and use the following commands: Building: meson build cd build ninja Update Language Files: ninja shopsystem-pot ninja shopsystem-update-po Install: DESTDIR=./tmp ninja install --- data/sounds/user/beep/LICENSE | 24 +++++++++++++ data/sounds/user/beep/error/buzzer.ogg | Bin 0 -> 27153 bytes data/sounds/user/beep/login/toycaralarm.ogg | Bin 0 -> 8737 bytes data/sounds/user/beep/logout/cha ching.ogg | Bin 0 -> 31476 bytes data/sounds/user/beep/purchase/beep.ogg | Bin 0 -> 5665 bytes data/sounds/user/beep/purchase/camera.ogg | Bin 0 -> 14605 bytes data/sounds/user/dude/LICENSE | 19 ++++++++++ data/sounds/user/dude/error/I broke something.ogg | Bin 0 -> 76434 bytes .../user/dude/login/hey dude, whats up man.ogg | Bin 0 -> 57447 bytes data/sounds/user/dude/logout/bye.ogg | Bin 0 -> 27610 bytes data/sounds/user/dude/purchase/yeah man.ogg | Bin 0 -> 38743 bytes data/sounds/user/girlfriend/LICENSE | 39 +++++++++++++++++++++ .../user/girlfriend/error/no, no, forget it.ogg | Bin 0 -> 26872 bytes data/sounds/user/girlfriend/login/hello.ogg | Bin 0 -> 9918 bytes .../login/we need to talk about this.ogg | Bin 0 -> 37918 bytes .../girlfriend/logout/get out, get outta here.ogg | Bin 0 -> 29444 bytes .../logout/i dont have time for this.ogg | Bin 0 -> 34138 bytes .../logout/why dont you just leave then.ogg | Bin 0 -> 35918 bytes .../user/girlfriend/purchase/code accepted.ogg | Bin 0 -> 17678 bytes .../user/girlfriend/purchase/yeah so what.ogg | Bin 0 -> 25896 bytes data/sounds/user/japanese/LICENSE | 29 +++++++++++++++ data/sounds/user/japanese/error/no, iie.ogg | Bin 0 -> 13226 bytes data/sounds/user/japanese/error/sumimasen.ogg | Bin 0 -> 19912 bytes data/sounds/user/japanese/login/hello.ogg | Bin 0 -> 20760 bytes data/sounds/user/japanese/logout/goodbye.ogg | Bin 0 -> 20223 bytes .../sounds/user/japanese/purchase/domo-arigato.ogg | Bin 0 -> 12280 bytes data/sounds/user/japanese/purchase/domo.ogg | Bin 0 -> 8290 bytes data/sounds/user/robot/LICENSE | 19 ++++++++++ data/sounds/user/robot/error/critical error.ogg | Bin 0 -> 21345 bytes data/sounds/user/robot/login/login accepted.ogg | Bin 0 -> 32165 bytes data/sounds/user/robot/logout/terminating.ogg | Bin 0 -> 18148 bytes data/sounds/user/robot/purchase/accepted.ogg | Bin 0 -> 16324 bytes data/sounds/user/sexy/LICENSE | 39 +++++++++++++++++++++ data/sounds/user/sexy/error/error.ogg | Bin 0 -> 15582 bytes .../user/sexy/login/welcome back sexy bitch.ogg | Bin 0 -> 56041 bytes .../sexy/logout/well if thats how you feel.ogg | Bin 0 -> 36308 bytes data/sounds/user/sexy/logout/what about me.ogg | Bin 0 -> 26986 bytes data/sounds/user/sexy/purchase/do it again.ogg | Bin 0 -> 65485 bytes data/sounds/user/sexy/purchase/what is next.ogg | Bin 0 -> 19297 bytes data/sounds/user/sexy/purchase/yes, master.ogg | Bin 0 -> 24812 bytes .../user/sexy/purchase/your will is my command.ogg | Bin 0 -> 41467 bytes 41 files changed, 169 insertions(+) create mode 100644 data/sounds/user/beep/LICENSE create mode 100644 data/sounds/user/beep/error/buzzer.ogg create mode 100644 data/sounds/user/beep/login/toycaralarm.ogg create mode 100644 data/sounds/user/beep/logout/cha ching.ogg create mode 100644 data/sounds/user/beep/purchase/beep.ogg create mode 100644 data/sounds/user/beep/purchase/camera.ogg create mode 100644 data/sounds/user/dude/LICENSE create mode 100644 data/sounds/user/dude/error/I broke something.ogg create mode 100644 data/sounds/user/dude/login/hey dude, whats up man.ogg create mode 100644 data/sounds/user/dude/logout/bye.ogg create mode 100644 data/sounds/user/dude/purchase/yeah man.ogg create mode 100644 data/sounds/user/girlfriend/LICENSE create mode 100644 data/sounds/user/girlfriend/error/no, no, forget it.ogg create mode 100644 data/sounds/user/girlfriend/login/hello.ogg create mode 100644 data/sounds/user/girlfriend/login/we need to talk about this.ogg create mode 100644 data/sounds/user/girlfriend/logout/get out, get outta here.ogg create mode 100644 data/sounds/user/girlfriend/logout/i dont have time for this.ogg create mode 100644 data/sounds/user/girlfriend/logout/why dont you just leave then.ogg create mode 100644 data/sounds/user/girlfriend/purchase/code accepted.ogg create mode 100644 data/sounds/user/girlfriend/purchase/yeah so what.ogg create mode 100644 data/sounds/user/japanese/LICENSE create mode 100644 data/sounds/user/japanese/error/no, iie.ogg create mode 100644 data/sounds/user/japanese/error/sumimasen.ogg create mode 100644 data/sounds/user/japanese/login/hello.ogg create mode 100644 data/sounds/user/japanese/logout/goodbye.ogg create mode 100644 data/sounds/user/japanese/purchase/domo-arigato.ogg create mode 100644 data/sounds/user/japanese/purchase/domo.ogg create mode 100644 data/sounds/user/robot/LICENSE create mode 100644 data/sounds/user/robot/error/critical error.ogg create mode 100644 data/sounds/user/robot/login/login accepted.ogg create mode 100644 data/sounds/user/robot/logout/terminating.ogg create mode 100644 data/sounds/user/robot/purchase/accepted.ogg create mode 100644 data/sounds/user/sexy/LICENSE create mode 100644 data/sounds/user/sexy/error/error.ogg create mode 100644 data/sounds/user/sexy/login/welcome back sexy bitch.ogg create mode 100644 data/sounds/user/sexy/logout/well if thats how you feel.ogg create mode 100644 data/sounds/user/sexy/logout/what about me.ogg create mode 100644 data/sounds/user/sexy/purchase/do it again.ogg create mode 100644 data/sounds/user/sexy/purchase/what is next.ogg create mode 100644 data/sounds/user/sexy/purchase/yes, master.ogg create mode 100644 data/sounds/user/sexy/purchase/your will is my command.ogg (limited to 'data/sounds/user') diff --git a/data/sounds/user/beep/LICENSE b/data/sounds/user/beep/LICENSE new file mode 100644 index 0000000..a0acd3d --- /dev/null +++ b/data/sounds/user/beep/LICENSE @@ -0,0 +1,24 @@ +Files: error/buzzer.ogg +Source: http://www.freesound.org/people/guitarguy1985/sounds/54047/ +Copyright: 2008, guitarguy1985 +License: CC-0 + +Files: login/toycaralarm.ogg +Source: http://www.freesound.org/people/AMPUL/sounds/29723/ +Copyright: 2007, AMPUL +License: Sampling+ + +Files: logout/cha ching.ogg +Source: http://www.freesound.org/people/creek23/sounds/75235/ +Copyright: 2009, creek23 +License: CC-BY-3.0 + +Files: purchase/camera.ogg +Source: http://www.freesound.org/people/FreqMan/sounds/42899/ +Copyright: 2007, FreqMan +License: CC-BY-3.0 + +Files: purchase/beep.ogg +Source: http://www.freesound.org/people/KorgMS2000B/sounds/54415/ +Copyright: 2008, KorgMS2000B +License: Sampling+ diff --git a/data/sounds/user/beep/error/buzzer.ogg b/data/sounds/user/beep/error/buzzer.ogg new file mode 100644 index 0000000..eebd2fa Binary files /dev/null and b/data/sounds/user/beep/error/buzzer.ogg differ diff --git a/data/sounds/user/beep/login/toycaralarm.ogg b/data/sounds/user/beep/login/toycaralarm.ogg new file mode 100644 index 0000000..817a4c9 Binary files /dev/null and b/data/sounds/user/beep/login/toycaralarm.ogg differ diff --git a/data/sounds/user/beep/logout/cha ching.ogg b/data/sounds/user/beep/logout/cha ching.ogg new file mode 100644 index 0000000..4c6d88d Binary files /dev/null and b/data/sounds/user/beep/logout/cha ching.ogg differ diff --git a/data/sounds/user/beep/purchase/beep.ogg b/data/sounds/user/beep/purchase/beep.ogg new file mode 100644 index 0000000..e3dbad4 Binary files /dev/null and b/data/sounds/user/beep/purchase/beep.ogg differ diff --git a/data/sounds/user/beep/purchase/camera.ogg b/data/sounds/user/beep/purchase/camera.ogg new file mode 100644 index 0000000..41373d4 Binary files /dev/null and b/data/sounds/user/beep/purchase/camera.ogg differ diff --git a/data/sounds/user/dude/LICENSE b/data/sounds/user/dude/LICENSE new file mode 100644 index 0000000..3b65ddd --- /dev/null +++ b/data/sounds/user/dude/LICENSE @@ -0,0 +1,19 @@ +Files: error/I broke something.ogg +Source: http://www.freesound.org/people/ecfike/sounds/154574/ +Copyright: ecfike +License: CC-0 + +Files: login/hey dude, whats up man.ogg +Source: http://www.freesound.org/people/ecfike/sounds/154619/ +Copyright: ecfike +License: CC-0 + +Files: logout/bye.ogg +Source: http://www.freesound.org/people/ecfike/sounds/154546/ +Copyright: ecfike +License: CC-0 + +Files: purchase/yeah man.ogg +Source: http://www.freesound.org/people/ecfike/sounds/154582/ +Copyright: ecfike +License: CC-0 diff --git a/data/sounds/user/dude/error/I broke something.ogg b/data/sounds/user/dude/error/I broke something.ogg new file mode 100644 index 0000000..ae8c298 Binary files /dev/null and b/data/sounds/user/dude/error/I broke something.ogg differ diff --git a/data/sounds/user/dude/login/hey dude, whats up man.ogg b/data/sounds/user/dude/login/hey dude, whats up man.ogg new file mode 100644 index 0000000..8b6d7b5 Binary files /dev/null and b/data/sounds/user/dude/login/hey dude, whats up man.ogg differ diff --git a/data/sounds/user/dude/logout/bye.ogg b/data/sounds/user/dude/logout/bye.ogg new file mode 100644 index 0000000..de62d3b Binary files /dev/null and b/data/sounds/user/dude/logout/bye.ogg differ diff --git a/data/sounds/user/dude/purchase/yeah man.ogg b/data/sounds/user/dude/purchase/yeah man.ogg new file mode 100644 index 0000000..b3c2d09 Binary files /dev/null and b/data/sounds/user/dude/purchase/yeah man.ogg differ diff --git a/data/sounds/user/girlfriend/LICENSE b/data/sounds/user/girlfriend/LICENSE new file mode 100644 index 0000000..9153012 --- /dev/null +++ b/data/sounds/user/girlfriend/LICENSE @@ -0,0 +1,39 @@ +Files: error/no, no, forget it.ogg +Source: http://www.freesound.org/people/epanody/sounds/86427/ +Copyright: 2009, epanody +License: CC-BY-3.0 + +Files: login/hello.ogg +Source: http://www.freesound.org/people/epanody/sounds/97830/ +Copyright: 2010, epanody +License: CC-BY-3.0 + +Files: login/we need to talk about this.ogg +Source: http://www.freesound.org/people/epanody/sounds/86454/ +Copyright: 2009, epanody +License: CC-BY-3.0 + +Files: logout/get out, get outta here.ogg +Source: http://www.freesound.org/people/epanody/sounds/86409/ +Copyrigt: 2009, epanody +License: CC-BY-3.0 + +Files: logout/why dont you just leave then.ogg +Source: http://www.freesound.org/people/epanody/sounds/86463/ +Copyrigt: 2009, epanody +License: CC-BY-3.0 + +Files: logout/i dont have time for this.ogg +Source: http://www.freesound.org/people/epanody/sounds/86386/ +Copyrigt: 2009, epanody +License: CC-BY-3.0 + +Files: purchase/code accepted.ogg +Source: http://www.freesound.org/people/epanody/sounds/97827/ +Copyright: 2010, epanody +License: CC-BY-3.0 + +Files: purchase/yeah so what.ogg +Source: http://www.freesound.org/people/epanody/sounds/86468/ +Copyright: 2010, epanody +License: CC-BY-3.0 diff --git a/data/sounds/user/girlfriend/error/no, no, forget it.ogg b/data/sounds/user/girlfriend/error/no, no, forget it.ogg new file mode 100644 index 0000000..825f24b Binary files /dev/null and b/data/sounds/user/girlfriend/error/no, no, forget it.ogg differ diff --git a/data/sounds/user/girlfriend/login/hello.ogg b/data/sounds/user/girlfriend/login/hello.ogg new file mode 100644 index 0000000..7c76e4d Binary files /dev/null and b/data/sounds/user/girlfriend/login/hello.ogg differ diff --git a/data/sounds/user/girlfriend/login/we need to talk about this.ogg b/data/sounds/user/girlfriend/login/we need to talk about this.ogg new file mode 100644 index 0000000..2df048f Binary files /dev/null and b/data/sounds/user/girlfriend/login/we need to talk about this.ogg differ diff --git a/data/sounds/user/girlfriend/logout/get out, get outta here.ogg b/data/sounds/user/girlfriend/logout/get out, get outta here.ogg new file mode 100644 index 0000000..c305d26 Binary files /dev/null and b/data/sounds/user/girlfriend/logout/get out, get outta here.ogg differ diff --git a/data/sounds/user/girlfriend/logout/i dont have time for this.ogg b/data/sounds/user/girlfriend/logout/i dont have time for this.ogg new file mode 100644 index 0000000..77b0fce Binary files /dev/null and b/data/sounds/user/girlfriend/logout/i dont have time for this.ogg differ diff --git a/data/sounds/user/girlfriend/logout/why dont you just leave then.ogg b/data/sounds/user/girlfriend/logout/why dont you just leave then.ogg new file mode 100644 index 0000000..eac83c8 Binary files /dev/null and b/data/sounds/user/girlfriend/logout/why dont you just leave then.ogg differ diff --git a/data/sounds/user/girlfriend/purchase/code accepted.ogg b/data/sounds/user/girlfriend/purchase/code accepted.ogg new file mode 100644 index 0000000..34dc3d4 Binary files /dev/null and b/data/sounds/user/girlfriend/purchase/code accepted.ogg differ diff --git a/data/sounds/user/girlfriend/purchase/yeah so what.ogg b/data/sounds/user/girlfriend/purchase/yeah so what.ogg new file mode 100644 index 0000000..c488a26 Binary files /dev/null and b/data/sounds/user/girlfriend/purchase/yeah so what.ogg differ diff --git a/data/sounds/user/japanese/LICENSE b/data/sounds/user/japanese/LICENSE new file mode 100644 index 0000000..d0a0fbe --- /dev/null +++ b/data/sounds/user/japanese/LICENSE @@ -0,0 +1,29 @@ +Files: error/no, iie.ogg +Source: https://www.freesound.org/people/yugi16dm/sounds/323211/ +Copyright: 2015, yugi16dm +License: CC-0 + +Files: error/sumimasen.ogg +Source: https://www.freesound.org/people/yugi16dm/sounds/323200/ +Copyright: 2015, yugi16dm +License: CC-0 + +Files: login/hello.ogg +Source: https://www.freesound.org/people/yugi16dm/sounds/323204/ +Copyright: 2015, yugi16dm +License: CC-0 + +Files: logout/goodbye.ogg +Source: https://www.freesound.org/people/yugi16dm/sounds/323212/ +Copyright: 2015, yugi16dm +License: CC-0 + +Files: purchase/domo.ogg +Source: https://www.freesound.org/people/Reitanna/sounds/234967/ +Copyright: 2014, Reitanna +License: CC-0 + +purchase/domo-arigato.ogg +Source: https://www.freesound.org/people/Reitanna/sounds/234997/ +Copyright: 2014, Reitanna +License: CC-0 diff --git a/data/sounds/user/japanese/error/no, iie.ogg b/data/sounds/user/japanese/error/no, iie.ogg new file mode 100644 index 0000000..286d0fd Binary files /dev/null and b/data/sounds/user/japanese/error/no, iie.ogg differ diff --git a/data/sounds/user/japanese/error/sumimasen.ogg b/data/sounds/user/japanese/error/sumimasen.ogg new file mode 100644 index 0000000..0ae16ee Binary files /dev/null and b/data/sounds/user/japanese/error/sumimasen.ogg differ diff --git a/data/sounds/user/japanese/login/hello.ogg b/data/sounds/user/japanese/login/hello.ogg new file mode 100644 index 0000000..951eb5a Binary files /dev/null and b/data/sounds/user/japanese/login/hello.ogg differ diff --git a/data/sounds/user/japanese/logout/goodbye.ogg b/data/sounds/user/japanese/logout/goodbye.ogg new file mode 100644 index 0000000..270d838 Binary files /dev/null and b/data/sounds/user/japanese/logout/goodbye.ogg differ diff --git a/data/sounds/user/japanese/purchase/domo-arigato.ogg b/data/sounds/user/japanese/purchase/domo-arigato.ogg new file mode 100644 index 0000000..bd74be5 Binary files /dev/null and b/data/sounds/user/japanese/purchase/domo-arigato.ogg differ diff --git a/data/sounds/user/japanese/purchase/domo.ogg b/data/sounds/user/japanese/purchase/domo.ogg new file mode 100644 index 0000000..24724c7 Binary files /dev/null and b/data/sounds/user/japanese/purchase/domo.ogg differ diff --git a/data/sounds/user/robot/LICENSE b/data/sounds/user/robot/LICENSE new file mode 100644 index 0000000..ac119af --- /dev/null +++ b/data/sounds/user/robot/LICENSE @@ -0,0 +1,19 @@ +Files: error/critical error.ogg +Source: http://www.freesound.org/people/liquidhot/sounds/23514/ +Copyright: 2009, liquidhot +License: CC-BY-3.0 + +Files: login/login accepted.ogg +Source: http://www.freesound.org/people/liquidhot/sounds/23516/ +Copyright: 2006, liquidhot +License: CC-BY-3.0 + +Files: logout/terminating.ogg +Source: http://www.freesound.org/people/liquidhot/sounds/23513/ +Copyright: 2006, liquidhot +License: CC-BY-3.0 + +Files: purchase/code accepted.ogg +Source: http://www.freesound.org/people/epanody/sounds/97827/ +Copyright: 2010, epanody +License: CC-BY-3.0 diff --git a/data/sounds/user/robot/error/critical error.ogg b/data/sounds/user/robot/error/critical error.ogg new file mode 100644 index 0000000..f3abfcd Binary files /dev/null and b/data/sounds/user/robot/error/critical error.ogg differ diff --git a/data/sounds/user/robot/login/login accepted.ogg b/data/sounds/user/robot/login/login accepted.ogg new file mode 100644 index 0000000..90e0e48 Binary files /dev/null and b/data/sounds/user/robot/login/login accepted.ogg differ diff --git a/data/sounds/user/robot/logout/terminating.ogg b/data/sounds/user/robot/logout/terminating.ogg new file mode 100644 index 0000000..dccb6d6 Binary files /dev/null and b/data/sounds/user/robot/logout/terminating.ogg differ diff --git a/data/sounds/user/robot/purchase/accepted.ogg b/data/sounds/user/robot/purchase/accepted.ogg new file mode 100644 index 0000000..b980230 Binary files /dev/null and b/data/sounds/user/robot/purchase/accepted.ogg differ diff --git a/data/sounds/user/sexy/LICENSE b/data/sounds/user/sexy/LICENSE new file mode 100644 index 0000000..99238dc --- /dev/null +++ b/data/sounds/user/sexy/LICENSE @@ -0,0 +1,39 @@ +Files: error/error.ogg +Source: http://www.freesound.org/people/Corsica_S/sounds/56097/ +Copyright: 2008, Corsica_S +License: CC-BY-3.0 + +Files: login/welcome back sexy bitch.ogg +Source: http://www.freesound.org/people/Corsica_S/sounds/99889/ +Copyright: 2010, Corsica_S +License: CC-BY-3.0 + +Files: logout/what about me.ogg +Source: http://www.freesound.org/people/epanody/sounds/86457/ +Copyright: 2010, Corsica_S +License: CC-BY-3.0 + +Files: logout/well if thats how you feel.ogg +Source: http://www.freesound.org/people/epanody/sounds/86456/ +Copyright: 2010, Corsica_S +License: CC-BY-3.0 + +Files: purchase/yes, master.ogg +Source: http://www.freesound.org/people/Corsica_S/sounds/107555/ +Copyright: 2010, Corsica_S +License: CC-BY-3.0 + +Files: purchase/your will is my command.ogg +Source: http://www.freesound.org/people/Corsica_S/sounds/107556/ +Copyright: 2012, Corsica_S +License: CC-BY-3.0 + +Files: purchase/do it again.ogg +Source: http://www.freesound.org/people/Corsica_S/sounds/95235/ +Copyright: 2010, Corsica_S +License: CC-BY-3.0 + +Files: purchase/what is next.ogg +Source: http://www.freesound.org/people/Corsica_S/sounds/72257/ +Copyright: 2009, Corsica_S +License: CC-BY-3.0 diff --git a/data/sounds/user/sexy/error/error.ogg b/data/sounds/user/sexy/error/error.ogg new file mode 100644 index 0000000..bd0f41d Binary files /dev/null and b/data/sounds/user/sexy/error/error.ogg differ diff --git a/data/sounds/user/sexy/login/welcome back sexy bitch.ogg b/data/sounds/user/sexy/login/welcome back sexy bitch.ogg new file mode 100644 index 0000000..77fc7ac Binary files /dev/null and b/data/sounds/user/sexy/login/welcome back sexy bitch.ogg differ diff --git a/data/sounds/user/sexy/logout/well if thats how you feel.ogg b/data/sounds/user/sexy/logout/well if thats how you feel.ogg new file mode 100644 index 0000000..30fb42c Binary files /dev/null and b/data/sounds/user/sexy/logout/well if thats how you feel.ogg differ diff --git a/data/sounds/user/sexy/logout/what about me.ogg b/data/sounds/user/sexy/logout/what about me.ogg new file mode 100644 index 0000000..9ed10db Binary files /dev/null and b/data/sounds/user/sexy/logout/what about me.ogg differ diff --git a/data/sounds/user/sexy/purchase/do it again.ogg b/data/sounds/user/sexy/purchase/do it again.ogg new file mode 100644 index 0000000..6465c60 Binary files /dev/null and b/data/sounds/user/sexy/purchase/do it again.ogg differ diff --git a/data/sounds/user/sexy/purchase/what is next.ogg b/data/sounds/user/sexy/purchase/what is next.ogg new file mode 100644 index 0000000..e3d3927 Binary files /dev/null and b/data/sounds/user/sexy/purchase/what is next.ogg differ diff --git a/data/sounds/user/sexy/purchase/yes, master.ogg b/data/sounds/user/sexy/purchase/yes, master.ogg new file mode 100644 index 0000000..f0723a1 Binary files /dev/null and b/data/sounds/user/sexy/purchase/yes, master.ogg differ diff --git a/data/sounds/user/sexy/purchase/your will is my command.ogg b/data/sounds/user/sexy/purchase/your will is my command.ogg new file mode 100644 index 0000000..3f07616 Binary files /dev/null and b/data/sounds/user/sexy/purchase/your will is my command.ogg differ -- cgit v1.2.3