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/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 9 files changed, 39 insertions(+) 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 (limited to 'data/sounds/user/girlfriend') 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 -- cgit v1.2.3