diff --git a/mystery/bodhi-background-mystery/DEBIAN/control b/mystery/bodhi-background-mystery/DEBIAN/control new file mode 100644 index 0000000..4ada57e --- /dev/null +++ b/mystery/bodhi-background-mystery/DEBIAN/control @@ -0,0 +1,10 @@ +Package: bodhi-background-mystery +Version: 0.01 +Section: x11 +Priority: optional +Architecture: all +Maintainer: Robert Wiley +Description: Bodhi Mystery + Black background from the old Mystery Bodhi e17 theme. + . + Originally by Agustin J Verdegal T. diff --git a/mystery/bodhi-background-mystery/usr/share/doc/bodhi-background-mystery/changelog.gz b/mystery/bodhi-background-mystery/usr/share/doc/bodhi-background-mystery/changelog.gz new file mode 100644 index 0000000..6fa1d10 Binary files /dev/null and b/mystery/bodhi-background-mystery/usr/share/doc/bodhi-background-mystery/changelog.gz differ diff --git a/mystery/bodhi-background-mystery/usr/share/doc/bodhi-background-mystery/copyright b/mystery/bodhi-background-mystery/usr/share/doc/bodhi-background-mystery/copyright new file mode 100644 index 0000000..1b17ffc --- /dev/null +++ b/mystery/bodhi-background-mystery/usr/share/doc/bodhi-background-mystery/copyright @@ -0,0 +1,60 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: bodhi-background-mystery +Source: https://github.com/BodhiDev/bodhi-backgrounds + +Files: * +Copyright: 2012 Agustin J Verdegal T. + 2021 Bodhi Linux +License: CC-BY-SA-2.5 + This is a human-readable summary of (and not a substitute for) the license. + . + You are free to: + Share — copy and redistribute the material in any medium or format + Adapt — remix, transform, and build upon the material for any purpose, + even commercially. + . + This license is acceptable for Free Cultural Works. + The licensor cannot revoke these freedoms as long as you follow the + license terms. + . + Under the following terms: + Attribution — You must give appropriate credit, provide a link to the license, + and indicate if changes were made. You may do so in any reasonable manner, + but not in any way that suggests the licensor endorses you or your use. + . + ShareAlike — If you remix, transform, or build upon the material, you must + distribute your contributions under the same license as the original. + . + No additional restrictions — You may not apply legal terms or technological + measures that legally restrict others from doing anything the license permits. + . + Notices: + You do not have to comply with the license for elements of the material in + the public domain or where your use is permitted by an applicable exception + or limitation. + No warranties are given. The license may not give you all of the permissions + necessary for your intended use. For example, other rights such as publicity, + privacy, or moral rights may limit how you use the material. + . + For the full text see https://creativecommons.org/licenses/by-sa/2.5/legalcode + + +Files: debian/* +Copyright: 2021 Robert Wiley +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 . + . + On Debian systems, the complete text of the GNU General Public License version + 3 can be found in "/usr/share/common-licenses/GPL-3". diff --git a/mystery/bodhi-background-mystery/usr/share/enlightenment/data/backgrounds/Bodhi-Mystery.edj b/mystery/bodhi-background-mystery/usr/share/enlightenment/data/backgrounds/Bodhi-Mystery.edj new file mode 100644 index 0000000..24b268e Binary files /dev/null and b/mystery/bodhi-background-mystery/usr/share/enlightenment/data/backgrounds/Bodhi-Mystery.edj differ diff --git a/mystery/mystery/Bodhi-Mystery.edj b/mystery/mystery/Bodhi-Mystery.edj new file mode 100644 index 0000000..24b268e Binary files /dev/null and b/mystery/mystery/Bodhi-Mystery.edj differ diff --git a/mystery/mystery/build.sh b/mystery/mystery/build.sh new file mode 100755 index 0000000..4cf0da2 --- /dev/null +++ b/mystery/mystery/build.sh @@ -0,0 +1,2 @@ +#!/bin/sh +edje_cc $@ -id . -fd . mystery.edc -o Bodhi-Mystery.edj diff --git a/mystery/mystery/mystery.edc b/mystery/mystery/mystery.edc new file mode 100644 index 0000000..57025e0 --- /dev/null +++ b/mystery/mystery/mystery.edc @@ -0,0 +1,12 @@ +images { image: "mystery.png" LOSSY 90; } +collections { +group { name: "e/desktop/background"; +data { item: "style" "4"; } +data.item: "noanimation" "1"; +max: 1680 1050; +parts { +part { name: "bg"; mouse_events: 0; +description { state: "default" 0.0; +aspect: 1.600000000 1.600000000; aspect_preference: NONE; +image { normal: "mystery.png"; scale_hint: STATIC; } +} } } } } diff --git a/mystery/mystery/mystery.png b/mystery/mystery/mystery.png new file mode 100644 index 0000000..0413d0a Binary files /dev/null and b/mystery/mystery/mystery.png differ diff --git a/screenshots/mystery.jpg b/screenshots/mystery.jpg new file mode 100644 index 0000000..59ef1c2 Binary files /dev/null and b/screenshots/mystery.jpg differ