style: give files more descriptive names
20
.SRCINFO
|
@ -6,16 +6,16 @@ pkgbase = sebin-dynamic-wallpaper
|
|||
arch = any
|
||||
license = unknown
|
||||
makedepends = plasma5-wallpapers-dynamic
|
||||
source = sebin-dyn_wallpaper1-hires.png
|
||||
source = sebin-dyn_wallpaper2-hires.png
|
||||
source = sebin-dyn_wallpaper3-hires.png
|
||||
source = sebin-dyn_wallpaper4-hires.png
|
||||
source = sebin-dyn_wallpaper5-hires.png
|
||||
source = sebin-dyn_wallpaper6-hires.png
|
||||
source = sebin-dyn_wallpaper7-hires.png
|
||||
source = sebin-dynamic-0700.png
|
||||
source = sebin-dynamic-1000.png
|
||||
source = sebin-dynamic-1300.png
|
||||
source = sebin-dynamic-1400.png
|
||||
source = sebin-dynamic-1700.png
|
||||
source = sebin-dynamic-2000.png
|
||||
source = sebin-dynamic-2300.png
|
||||
source = sebin-timed.xml
|
||||
source = sebin.xml
|
||||
source = sebin-kdynamicwallpaperbuilder.json
|
||||
source = sebin-dynamic-kde.json
|
||||
source = metadata.desktop
|
||||
source = screenshot.jpg
|
||||
sha256sums = 43589acd4ffccd98e84717638211b9705a303502ca0048ab655e884731f0e14e
|
||||
|
@ -25,9 +25,9 @@ pkgbase = sebin-dynamic-wallpaper
|
|||
sha256sums = c8d392831c5ba39ca2e7d8d69d5f3f1337b2e79275b953f10f7cf97beaf575cc
|
||||
sha256sums = 7117a941ae7a41d431de4c39d306b1176df8810c7700c492a44c1174580603fc
|
||||
sha256sums = a8b5bf5fb0b0a88b5f46df530b72c81f55546de9ecc30c58ce9d536b5d35cf4e
|
||||
sha256sums = 708c2e0d813803a0558b5a7ed5506aa1f2dbb0cd7f0e4344caa516c7015cd8bf
|
||||
sha256sums = 16c39fb75dc90e5f285616f79769aab9c0401eb7e8c5d8181c23779cff0827cb
|
||||
sha256sums = a49d61bd0872fafd8e9a16c3b1d9f656dfcc56184f0ea9fa527fb41bb939a706
|
||||
sha256sums = c4125902244f92d2c5c549e3ce0f8617fa5457f8aa40d3a3df769efa34537417
|
||||
sha256sums = df994b83317ff2109ee5a245e42aeeaef9c274ae2aa30265840830fbc5212fd2
|
||||
sha256sums = 56a854f30300499a7bee4bf850f85e4a9099c744dc44ca909baac29a307458ff
|
||||
sha256sums = 680fcf8ea5c195a61c711cc91f106f2d3fa91be4afeca2a01e083cdd01c99bad
|
||||
|
||||
|
|
55
PKGBUILD
|
@ -9,37 +9,34 @@ arch=('any')
|
|||
license=('unknown')
|
||||
url="https://gitlab.com/SebinNyshkim/$pkgbase"
|
||||
makedepends=('plasma5-wallpapers-dynamic')
|
||||
source=(
|
||||
"sebin-dyn_wallpaper1-hires.png"
|
||||
"sebin-dyn_wallpaper2-hires.png"
|
||||
"sebin-dyn_wallpaper3-hires.png"
|
||||
"sebin-dyn_wallpaper4-hires.png"
|
||||
"sebin-dyn_wallpaper5-hires.png"
|
||||
"sebin-dyn_wallpaper6-hires.png"
|
||||
"sebin-dyn_wallpaper7-hires.png"
|
||||
"sebin-timed.xml"
|
||||
"sebin.xml"
|
||||
"sebin-kdynamicwallpaperbuilder.json"
|
||||
"metadata.desktop"
|
||||
"screenshot.jpg"
|
||||
)
|
||||
sha256sums=(
|
||||
"43589acd4ffccd98e84717638211b9705a303502ca0048ab655e884731f0e14e"
|
||||
"dcb3d4944e4c3a3ff98a55e7f55700f14532f7fc5fa29c6155c769e8fac23247"
|
||||
"1a2f6cc8ec4a1f2c1e0b2aaa7b4974d6b19e1ad826bc64a01d685aebaef482e5"
|
||||
"31ea606c1a124001f61b5ce939f74ff055c3739e6c14886d139e4b3f818c2f38"
|
||||
"c8d392831c5ba39ca2e7d8d69d5f3f1337b2e79275b953f10f7cf97beaf575cc"
|
||||
"7117a941ae7a41d431de4c39d306b1176df8810c7700c492a44c1174580603fc"
|
||||
"a8b5bf5fb0b0a88b5f46df530b72c81f55546de9ecc30c58ce9d536b5d35cf4e"
|
||||
"708c2e0d813803a0558b5a7ed5506aa1f2dbb0cd7f0e4344caa516c7015cd8bf"
|
||||
"a49d61bd0872fafd8e9a16c3b1d9f656dfcc56184f0ea9fa527fb41bb939a706"
|
||||
"c4125902244f92d2c5c549e3ce0f8617fa5457f8aa40d3a3df769efa34537417"
|
||||
"56a854f30300499a7bee4bf850f85e4a9099c744dc44ca909baac29a307458ff"
|
||||
"680fcf8ea5c195a61c711cc91f106f2d3fa91be4afeca2a01e083cdd01c99bad"
|
||||
)
|
||||
source=('sebin-dynamic-0700.png'
|
||||
'sebin-dynamic-1000.png'
|
||||
'sebin-dynamic-1300.png'
|
||||
'sebin-dynamic-1400.png'
|
||||
'sebin-dynamic-1700.png'
|
||||
'sebin-dynamic-2000.png'
|
||||
'sebin-dynamic-2300.png'
|
||||
'sebin-timed.xml'
|
||||
'sebin.xml'
|
||||
'sebin-dynamic-kde.json'
|
||||
'metadata.desktop'
|
||||
'screenshot.jpg')
|
||||
|
||||
sha256sums=('43589acd4ffccd98e84717638211b9705a303502ca0048ab655e884731f0e14e'
|
||||
'dcb3d4944e4c3a3ff98a55e7f55700f14532f7fc5fa29c6155c769e8fac23247'
|
||||
'1a2f6cc8ec4a1f2c1e0b2aaa7b4974d6b19e1ad826bc64a01d685aebaef482e5'
|
||||
'31ea606c1a124001f61b5ce939f74ff055c3739e6c14886d139e4b3f818c2f38'
|
||||
'c8d392831c5ba39ca2e7d8d69d5f3f1337b2e79275b953f10f7cf97beaf575cc'
|
||||
'7117a941ae7a41d431de4c39d306b1176df8810c7700c492a44c1174580603fc'
|
||||
'a8b5bf5fb0b0a88b5f46df530b72c81f55546de9ecc30c58ce9d536b5d35cf4e'
|
||||
'16c39fb75dc90e5f285616f79769aab9c0401eb7e8c5d8181c23779cff0827cb'
|
||||
'a49d61bd0872fafd8e9a16c3b1d9f656dfcc56184f0ea9fa527fb41bb939a706'
|
||||
'df994b83317ff2109ee5a245e42aeeaef9c274ae2aa30265840830fbc5212fd2'
|
||||
'56a854f30300499a7bee4bf850f85e4a9099c744dc44ca909baac29a307458ff'
|
||||
'680fcf8ea5c195a61c711cc91f106f2d3fa91be4afeca2a01e083cdd01c99bad')
|
||||
|
||||
build() {
|
||||
kdynamicwallpaperbuilder "sebin-kdynamicwallpaperbuilder.json" --output "3840x2160.avif" --speed 10
|
||||
kdynamicwallpaperbuilder "sebin-dynamic-kde.json" --output "3840x2160.avif" --speed 10
|
||||
}
|
||||
|
||||
package_sebin-dynamic-wallpaper() {
|
||||
|
|
|
@ -68,7 +68,7 @@ For KDE the [Plasma Dynamic Wallpaper Engine](https://github.com/zzag/plasma5-wa
|
|||
Clone this repository and build the AVIF file:
|
||||
|
||||
~~~bash
|
||||
kdynamicwallpaperbuilder "sebin-kdynamicwallpaperbuilder.json" --output "3840x2160.avif" --speed 10
|
||||
kdynamicwallpaperbuilder "sebin-dynamic-kde.json" --output "3840x2160.avif" --speed 10
|
||||
~~~
|
||||
|
||||
Then copy files to either of these locations:
|
||||
|
|
Before Width: | Height: | Size: 7 MiB After Width: | Height: | Size: 7 MiB |
Before Width: | Height: | Size: 7 MiB After Width: | Height: | Size: 7 MiB |
Before Width: | Height: | Size: 6.7 MiB After Width: | Height: | Size: 6.7 MiB |
Before Width: | Height: | Size: 6.6 MiB After Width: | Height: | Size: 6.6 MiB |
Before Width: | Height: | Size: 6.8 MiB After Width: | Height: | Size: 6.8 MiB |
Before Width: | Height: | Size: 6.1 MiB After Width: | Height: | Size: 6.1 MiB |
Before Width: | Height: | Size: 4.8 MiB After Width: | Height: | Size: 4.8 MiB |
|
@ -2,49 +2,49 @@
|
|||
"Type": "solar",
|
||||
"Meta": [
|
||||
{
|
||||
"FileName": "sebin-dyn_wallpaper1-hires.png",
|
||||
"FileName": "sebin-dynamic-0700.png",
|
||||
"Time": "07:00",
|
||||
"SolarAzimuth": 22,
|
||||
"SolarElevation": 82,
|
||||
"CrossFade": true
|
||||
},
|
||||
{
|
||||
"FileName": "sebin-dyn_wallpaper2-hires.png",
|
||||
"FileName": "sebin-dynamic-1000.png",
|
||||
"Time": "10:00",
|
||||
"SolarAzimuth": 50,
|
||||
"SolarElevation": 122,
|
||||
"CrossFade": true
|
||||
},
|
||||
{
|
||||
"FileName": "sebin-dyn_wallpaper3-hires.png",
|
||||
"FileName": "sebin-dynamic-1300.png",
|
||||
"Time": "13:00",
|
||||
"SolarAzimuth": 60,
|
||||
"SolarElevation": 198,
|
||||
"CrossFade": true
|
||||
},
|
||||
{
|
||||
"FileName": "sebin-dyn_wallpaper4-hires.png",
|
||||
"FileName": "sebin-dynamic-1400.png",
|
||||
"Time": "14:00",
|
||||
"SolarAzimuth": 55,
|
||||
"SolarElevation": 223,
|
||||
"CrossFade": true
|
||||
},
|
||||
{
|
||||
"FileName": "sebin-dyn_wallpaper5-hires.png",
|
||||
"FileName": "sebin-dynamic-1700.png",
|
||||
"Time": "18:00",
|
||||
"SolarAzimuth": 19,
|
||||
"SolarElevation": 280,
|
||||
"CrossFade": true
|
||||
},
|
||||
{
|
||||
"FileName": "sebin-dyn_wallpaper6-hires.png",
|
||||
"FileName": "sebin-dynamic-2000.png",
|
||||
"Time": "21:00",
|
||||
"SolarAzimuth": -6,
|
||||
"SolarElevation": 313,
|
||||
"CrossFade": true
|
||||
},
|
||||
{
|
||||
"FileName": "sebin-dyn_wallpaper7-hires.png",
|
||||
"FileName": "sebin-dynamic-2300.png",
|
||||
"Time": "23:00",
|
||||
"SolarAzimuth": -17,
|
||||
"SolarElevation": 340,
|
|
@ -1,43 +1,43 @@
|
|||
[
|
||||
{
|
||||
"fileName": "sebin-dyn_wallpaper1-hires.png",
|
||||
"fileName": "sebin-dynamic-0700.png",
|
||||
"isForLight": true,
|
||||
"altitude": 22.15,
|
||||
"azimuth": 82.55
|
||||
},
|
||||
{
|
||||
"fileName": "sebin-dyn_wallpaper2-hires.png",
|
||||
"fileName": "sebin-dynamic-1000.png",
|
||||
"isPrimary": true,
|
||||
"isForLight": true,
|
||||
"altitude": 50.29,
|
||||
"azimuth": 122.12
|
||||
},
|
||||
{
|
||||
"fileName": "sebin-dyn_wallpaper3-hires.png",
|
||||
"fileName": "sebin-dynamic-1300.png",
|
||||
"isForLight": true,
|
||||
"altitude": 60.86,
|
||||
"azimuth": 198.34
|
||||
},
|
||||
{
|
||||
"fileName": "sebin-dyn_wallpaper4-hires.png",
|
||||
"fileName": "sebin-dynamic-1400.png",
|
||||
"isForLight": true,
|
||||
"altitude": 55.82,
|
||||
"azimuth": 223.36
|
||||
},
|
||||
{
|
||||
"fileName": "sebin-dyn_wallpaper5-hires.png",
|
||||
"fileName": "sebin-dynamic-1700.png",
|
||||
"isForDark": true,
|
||||
"altitude": 19.58,
|
||||
"azimuth": 280.23
|
||||
},
|
||||
{
|
||||
"fileName": "sebin-dyn_wallpaper6-hires.png",
|
||||
"fileName": "sebin-dynamic-2000.png",
|
||||
"isForDark": true,
|
||||
"altitude": -6.36,
|
||||
"azimuth": 313.63
|
||||
},
|
||||
{
|
||||
"fileName": "sebin-dyn_wallpaper7-hires.png",
|
||||
"fileName": "sebin-dynamic-2300.png",
|
||||
"isForDark": true,
|
||||
"altitude": -17.01,
|
||||
"azimuth": 340.01
|
||||
|
|
|
@ -1,37 +1,37 @@
|
|||
[
|
||||
{
|
||||
"fileName": "sebin-dyn_wallpaper1-hires.png",
|
||||
"fileName": "sebin-dynamic-0700.png",
|
||||
"isForLight": true,
|
||||
"time": "2018-01-01T07:00:00Z"
|
||||
},
|
||||
{
|
||||
"isPrimary": true,
|
||||
"isForLight": true,
|
||||
"fileName": "sebin-dyn_wallpaper2-hires.png",
|
||||
"fileName": "sebin-dynamic-1000.png",
|
||||
"time": "2018-01-01T10:00:00Z"
|
||||
},
|
||||
{
|
||||
"isForLight": true,
|
||||
"fileName": "sebin-dyn_wallpaper3-hires.png",
|
||||
"fileName": "sebin-dynamic-1300.png",
|
||||
"time": "2018-01-01T13:00:00Z"
|
||||
},
|
||||
{
|
||||
"isForLight": true,
|
||||
"fileName": "sebin-dyn_wallpaper4-hires.png",
|
||||
"fileName": "sebin-dynamic-1400.png",
|
||||
"time": "2018-01-01T14:00:00Z"
|
||||
},
|
||||
{
|
||||
"fileName": "sebin-dyn_wallpaper5-hires.png",
|
||||
"fileName": "sebin-dynamic-1700.png",
|
||||
"isForDark": true,
|
||||
"time": "2018-01-01T17:00:00Z"
|
||||
},
|
||||
{
|
||||
"fileName": "sebin-dyn_wallpaper6-hires.png",
|
||||
"fileName": "sebin-dynamic-2000.png",
|
||||
"isForDark": true,
|
||||
"time": "2018-01-01T20:00:00Z"
|
||||
},
|
||||
{
|
||||
"fileName": "sebin-dyn_wallpaper7-hires.png",
|
||||
"fileName": "sebin-dynamic-2300.png",
|
||||
"isForDark": true,
|
||||
"time": "2018-01-01T23:00:00Z"
|
||||
}
|
||||
|
|
|
@ -11,79 +11,79 @@
|
|||
</starttime>
|
||||
|
||||
<static>
|
||||
<file>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dyn_wallpaper1-hires.png</file>
|
||||
<file>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dynamic-0700.png</file>
|
||||
<duration>10797.0</duration>
|
||||
</static>
|
||||
|
||||
<transition type="overlay">
|
||||
<duration>3.0</duration>
|
||||
<from>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dyn_wallpaper1-hires.png</from>
|
||||
<to>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dyn_wallpaper2-hires.png</to>
|
||||
<from>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dynamic-0700.png</from>
|
||||
<to>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dynamic-1000.png</to>
|
||||
</transition>
|
||||
|
||||
<static>
|
||||
<file>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dyn_wallpaper2-hires.png</file>
|
||||
<file>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dynamic-1000.png</file>
|
||||
<duration>10797.0</duration>
|
||||
</static>
|
||||
|
||||
<transition type="overlay">
|
||||
<duration>3.0</duration>
|
||||
<from>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dyn_wallpaper2-hires.png</from>
|
||||
<to>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dyn_wallpaper3-hires.png</to>
|
||||
<from>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dynamic-1000.png</from>
|
||||
<to>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dynamic-1300.png</to>
|
||||
</transition>
|
||||
|
||||
<static>
|
||||
<file>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dyn_wallpaper3-hires.png</file>
|
||||
<file>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dynamic-1300.png</file>
|
||||
<duration>3597.0</duration>
|
||||
</static>
|
||||
|
||||
<transition type="overlay">
|
||||
<duration>3.0</duration>
|
||||
<from>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dyn_wallpaper3-hires.png</from>
|
||||
<to>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dyn_wallpaper4-hires.png</to>
|
||||
<from>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dynamic-1300.png</from>
|
||||
<to>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dynamic-1400.png</to>
|
||||
</transition>
|
||||
|
||||
<static>
|
||||
<file>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dyn_wallpaper4-hires.png</file>
|
||||
<file>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dynamic-1400.png</file>
|
||||
<duration>10797.0</duration>
|
||||
</static>
|
||||
|
||||
<transition type="overlay">
|
||||
<duration>3.0</duration>
|
||||
<from>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dyn_wallpaper4-hires.png</from>
|
||||
<to>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dyn_wallpaper5-hires.png</to>
|
||||
<from>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dynamic-1400.png</from>
|
||||
<to>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dynamic-1700.png</to>
|
||||
</transition>
|
||||
|
||||
<static>
|
||||
<file>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dyn_wallpaper5-hires.png</file>
|
||||
<file>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dynamic-1700.png</file>
|
||||
<duration>10797.0</duration>
|
||||
</static>
|
||||
|
||||
<transition type="overlay">
|
||||
<duration>3.0</duration>
|
||||
<from>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dyn_wallpaper5-hires.png</from>
|
||||
<to>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dyn_wallpaper6-hires.png</to>
|
||||
<from>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dynamic-1700.png</from>
|
||||
<to>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dynamic-2000.png</to>
|
||||
</transition>
|
||||
|
||||
<static>
|
||||
<file>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dyn_wallpaper6-hires.png</file>
|
||||
<file>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dynamic-2000.png</file>
|
||||
<duration>10797.0</duration>
|
||||
</static>
|
||||
|
||||
<transition type="overlay">
|
||||
<duration>3.0</duration>
|
||||
<from>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dyn_wallpaper6-hires.png</from>
|
||||
<to>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dyn_wallpaper7-hires.png</to>
|
||||
<from>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dynamic-2000.png</from>
|
||||
<to>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dynamic-2300.png</to>
|
||||
</transition>
|
||||
|
||||
<static>
|
||||
<file>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dyn_wallpaper7-hires.png</file>
|
||||
<file>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dynamic-2300.png</file>
|
||||
<duration>28797.0</duration>
|
||||
</static>
|
||||
|
||||
<transition type="overlay">
|
||||
<duration>3.0</duration>
|
||||
<from>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dyn_wallpaper7-hires.png</from>
|
||||
<to>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dyn_wallpaper1-hires.png</to>
|
||||
<from>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dynamic-2300.png</from>
|
||||
<to>/usr/share/backgrounds/sebin-dynamic-wallpaper/sebin-dynamic-0700.png</to>
|
||||
</transition>
|
||||
</background>
|
||||
|
|