-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
84 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Package: bodhi-background-mystery | ||
Version: 0.01 | ||
Section: x11 | ||
Priority: optional | ||
Architecture: all | ||
Maintainer: Robert Wiley <[email protected]> | ||
Description: Bodhi Mystery | ||
Black background from the old Mystery Bodhi e17 theme. | ||
. | ||
Originally by Agustin J Verdegal T. |
Binary file added
BIN
+151 Bytes
mystery/bodhi-background-mystery/usr/share/doc/bodhi-background-mystery/changelog.gz
Binary file not shown.
60 changes: 60 additions & 0 deletions
60
mystery/bodhi-background-mystery/usr/share/doc/bodhi-background-mystery/copyright
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. <[email protected]> | ||
2021 Bodhi Linux <[email protected]> | ||
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 <[email protected]> | ||
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 <http://www.gnu.org/licenses/>. | ||
. | ||
On Debian systems, the complete text of the GNU General Public License version | ||
3 can be found in "/usr/share/common-licenses/GPL-3". |
Binary file added
BIN
+142 KB
mystery/bodhi-background-mystery/usr/share/enlightenment/data/backgrounds/Bodhi-Mystery.edj
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/bin/sh | ||
edje_cc $@ -id . -fd . mystery.edc -o Bodhi-Mystery.edj |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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; } | ||
} } } } } |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.