Migrate wallpaper metadata from ini to json.
This commit is contained in:
@@ -90,7 +90,7 @@ install-local:
|
||||
|
||||
### Wallpapers
|
||||
install -d $(DESTDIR)/usr/share/desktop-base/spacefun-theme/wallpaper/contents/images
|
||||
$(INSTALL_DATA) spacefun-theme/wallpaper/metadata.desktop $(DESTDIR)/usr/share/desktop-base/spacefun-theme/wallpaper
|
||||
$(INSTALL_DATA) spacefun-theme/wallpaper/metadata.json $(DESTDIR)/usr/share/desktop-base/spacefun-theme/wallpaper
|
||||
$(INSTALL_DATA) spacefun-theme/wallpaper/gnome-background.xml $(DESTDIR)/usr/share/desktop-base/spacefun-theme/wallpaper
|
||||
$(INSTALL_DATA) $(wildcard spacefun-theme/wallpaper/contents/images/*) $(DESTDIR)/usr/share/desktop-base/spacefun-theme/wallpaper/contents/images/
|
||||
$(INSTALL_DATA) spacefun-theme/gnome-wp-list.xml $(DESTDIR)/usr/share/gnome-background-properties/debian-spacefun.xml
|
||||
@@ -114,7 +114,7 @@ install-local:
|
||||
|
||||
### Wallpapers
|
||||
install -d $(DESTDIR)/usr/share/desktop-base/joy-theme/wallpaper/contents/images
|
||||
$(INSTALL_DATA) joy-theme/wallpaper/metadata.desktop $(DESTDIR)/usr/share/desktop-base/joy-theme/wallpaper
|
||||
$(INSTALL_DATA) joy-theme/wallpaper/metadata.json $(DESTDIR)/usr/share/desktop-base/joy-theme/wallpaper
|
||||
$(INSTALL_DATA) joy-theme/wallpaper/gnome-background.xml $(DESTDIR)/usr/share/desktop-base/joy-theme/wallpaper
|
||||
$(INSTALL_DATA) $(wildcard joy-theme/wallpaper/contents/images/*) $(DESTDIR)/usr/share/desktop-base/joy-theme/wallpaper/contents/images/
|
||||
$(INSTALL_DATA) joy-theme/gnome-wp-list.xml $(DESTDIR)/usr/share/gnome-background-properties/debian-joy.xml
|
||||
@@ -124,7 +124,7 @@ install-local:
|
||||
|
||||
### Lockscreen
|
||||
install -d $(DESTDIR)/usr/share/desktop-base/joy-theme/lockscreen/contents/images
|
||||
$(INSTALL_DATA) joy-theme/lockscreen/metadata.desktop $(DESTDIR)/usr/share/desktop-base/joy-theme/lockscreen
|
||||
$(INSTALL_DATA) joy-theme/lockscreen/metadata.json $(DESTDIR)/usr/share/desktop-base/joy-theme/lockscreen
|
||||
$(INSTALL_DATA) joy-theme/lockscreen/gnome-background.xml $(DESTDIR)/usr/share/desktop-base/joy-theme/lockscreen
|
||||
$(INSTALL_DATA) $(wildcard joy-theme/lockscreen/contents/images/*) $(DESTDIR)/usr/share/desktop-base/joy-theme/lockscreen/contents/images/
|
||||
# Lock screen symlink for KDE
|
||||
@@ -140,7 +140,7 @@ install-local:
|
||||
|
||||
### Wallpapers
|
||||
install -d $(DESTDIR)/usr/share/desktop-base/joy-inksplat-theme/wallpaper/contents/images
|
||||
$(INSTALL_DATA) joy-inksplat-theme/wallpaper/metadata.desktop $(DESTDIR)/usr/share/desktop-base/joy-inksplat-theme/wallpaper
|
||||
$(INSTALL_DATA) joy-inksplat-theme/wallpaper/metadata.json $(DESTDIR)/usr/share/desktop-base/joy-inksplat-theme/wallpaper
|
||||
$(INSTALL_DATA) joy-inksplat-theme/wallpaper/gnome-background.xml $(DESTDIR)/usr/share/desktop-base/joy-inksplat-theme/wallpaper
|
||||
$(INSTALL_DATA) $(wildcard joy-inksplat-theme/wallpaper/contents/images/*) $(DESTDIR)/usr/share/desktop-base/joy-inksplat-theme/wallpaper/contents/images/
|
||||
$(INSTALL_DATA) joy-inksplat-theme/gnome-wp-list.xml $(DESTDIR)/usr/share/gnome-background-properties/debian-joy-inksplat.xml
|
||||
@@ -163,7 +163,7 @@ install-local:
|
||||
|
||||
### Wallpapers
|
||||
install -d $(DESTDIR)/usr/share/desktop-base/lines-theme/wallpaper/contents/images
|
||||
$(INSTALL_DATA) lines-theme/wallpaper/metadata.desktop $(DESTDIR)/usr/share/desktop-base/lines-theme/wallpaper
|
||||
$(INSTALL_DATA) lines-theme/wallpaper/metadata.json $(DESTDIR)/usr/share/desktop-base/lines-theme/wallpaper
|
||||
$(INSTALL_DATA) lines-theme/wallpaper/gnome-background.xml $(DESTDIR)/usr/share/desktop-base/lines-theme/wallpaper
|
||||
$(INSTALL_DATA) $(wildcard lines-theme/wallpaper/contents/images/*) $(DESTDIR)/usr/share/desktop-base/lines-theme/wallpaper/contents/images/
|
||||
$(INSTALL_DATA) lines-theme/gnome-wp-list.xml $(DESTDIR)/usr/share/gnome-background-properties/debian-lines.xml
|
||||
@@ -173,7 +173,7 @@ install-local:
|
||||
|
||||
### Lockscreen
|
||||
install -d $(DESTDIR)/usr/share/desktop-base/lines-theme/lockscreen/contents/images
|
||||
$(INSTALL_DATA) lines-theme/lockscreen/metadata.desktop $(DESTDIR)/usr/share/desktop-base/lines-theme/lockscreen
|
||||
$(INSTALL_DATA) lines-theme/lockscreen/metadata.json $(DESTDIR)/usr/share/desktop-base/lines-theme/lockscreen
|
||||
$(INSTALL_DATA) lines-theme/lockscreen/gnome-background.xml $(DESTDIR)/usr/share/desktop-base/lines-theme/lockscreen
|
||||
$(INSTALL_DATA) $(wildcard lines-theme/lockscreen/contents/images/*) $(DESTDIR)/usr/share/desktop-base/lines-theme/lockscreen/contents/images/
|
||||
# Lock screen symlink for KDE
|
||||
@@ -193,7 +193,7 @@ install-local:
|
||||
|
||||
### Wallpapers
|
||||
install -d $(DESTDIR)/usr/share/desktop-base/softwaves-theme/wallpaper/contents/images
|
||||
$(INSTALL_DATA) softwaves-theme/wallpaper/metadata.desktop $(DESTDIR)/usr/share/desktop-base/softwaves-theme/wallpaper
|
||||
$(INSTALL_DATA) softwaves-theme/wallpaper/metadata.json $(DESTDIR)/usr/share/desktop-base/softwaves-theme/wallpaper
|
||||
$(INSTALL_DATA) softwaves-theme/wallpaper/gnome-background.xml $(DESTDIR)/usr/share/desktop-base/softwaves-theme/wallpaper
|
||||
$(INSTALL_DATA) $(wildcard softwaves-theme/wallpaper/contents/images/*) $(DESTDIR)/usr/share/desktop-base/softwaves-theme/wallpaper/contents/images/
|
||||
$(INSTALL_DATA) softwaves-theme/gnome-wp-list.xml $(DESTDIR)/usr/share/gnome-background-properties/debian-softwaves.xml
|
||||
@@ -203,7 +203,7 @@ install-local:
|
||||
|
||||
### Lockscreen
|
||||
install -d $(DESTDIR)/usr/share/desktop-base/softwaves-theme/lockscreen/contents/images
|
||||
$(INSTALL_DATA) softwaves-theme/lockscreen/metadata.desktop $(DESTDIR)/usr/share/desktop-base/softwaves-theme/lockscreen
|
||||
$(INSTALL_DATA) softwaves-theme/lockscreen/metadata.json $(DESTDIR)/usr/share/desktop-base/softwaves-theme/lockscreen
|
||||
$(INSTALL_DATA) softwaves-theme/lockscreen/gnome-background.xml $(DESTDIR)/usr/share/desktop-base/softwaves-theme/lockscreen
|
||||
$(INSTALL_DATA) $(wildcard softwaves-theme/lockscreen/contents/images/*) $(DESTDIR)/usr/share/desktop-base/softwaves-theme/lockscreen/contents/images/
|
||||
# Lock screen symlink for KDE
|
||||
@@ -223,7 +223,7 @@ install-local:
|
||||
|
||||
### Wallpapers
|
||||
install -d $(DESTDIR)/usr/share/desktop-base/futureprototype-theme/wallpaper/contents/images
|
||||
$(INSTALL_DATA) futureprototype-theme/wallpaper/metadata.desktop $(DESTDIR)/usr/share/desktop-base/futureprototype-theme/wallpaper
|
||||
$(INSTALL_DATA) futureprototype-theme/wallpaper/metadata.json $(DESTDIR)/usr/share/desktop-base/futureprototype-theme/wallpaper
|
||||
$(INSTALL_DATA) futureprototype-theme/wallpaper/gnome-background.xml $(DESTDIR)/usr/share/desktop-base/futureprototype-theme/wallpaper
|
||||
$(INSTALL_DATA) $(wildcard futureprototype-theme/wallpaper/contents/images/*) $(DESTDIR)/usr/share/desktop-base/futureprototype-theme/wallpaper/contents/images/
|
||||
$(INSTALL_DATA) futureprototype-theme/gnome-wp-list.xml $(DESTDIR)/usr/share/gnome-background-properties/debian-futureprototype.xml
|
||||
@@ -233,13 +233,13 @@ install-local:
|
||||
|
||||
### Lockscreen is using the same image as wallpaper
|
||||
install -d $(DESTDIR)/usr/share/desktop-base/futureprototype-theme/lockscreen/contents/images
|
||||
$(INSTALL_DATA) futureprototype-theme/wallpaper/metadata.desktop $(DESTDIR)/usr/share/desktop-base/futureprototype-theme/lockscreen
|
||||
$(INSTALL_DATA) futureprototype-theme/wallpaper/metadata.json $(DESTDIR)/usr/share/desktop-base/futureprototype-theme/lockscreen
|
||||
$(INSTALL_DATA) futureprototype-theme/wallpaper/gnome-background.xml $(DESTDIR)/usr/share/desktop-base/futureprototype-theme/lockscreen
|
||||
$(INSTALL_DATA) $(wildcard futureprototype-theme/wallpaper/contents/images/*) $(DESTDIR)/usr/share/desktop-base/futureprototype-theme/lockscreen/contents/images/
|
||||
|
||||
### Alternate wallpaper with Debian swirl
|
||||
install -d $(DESTDIR)/usr/share/desktop-base/futureprototype-theme/wallpaper-withlogo/contents/images
|
||||
$(INSTALL_DATA) futureprototype-theme/wallpaper-withlogo/metadata.desktop $(DESTDIR)/usr/share/desktop-base/futureprototype-theme/wallpaper-withlogo
|
||||
$(INSTALL_DATA) futureprototype-theme/wallpaper-withlogo/metadata.json $(DESTDIR)/usr/share/desktop-base/futureprototype-theme/wallpaper-withlogo
|
||||
$(INSTALL_DATA) futureprototype-theme/wallpaper-withlogo/gnome-background.xml $(DESTDIR)/usr/share/desktop-base/futureprototype-theme/wallpaper-withlogo
|
||||
$(INSTALL_DATA) $(wildcard futureprototype-theme/wallpaper-withlogo/contents/images/*) $(DESTDIR)/usr/share/desktop-base/futureprototype-theme/wallpaper-withlogo/contents/images/
|
||||
# Lock screen symlink for KDE
|
||||
@@ -259,7 +259,7 @@ install-local:
|
||||
|
||||
### Wallpapers
|
||||
install -d $(DESTDIR)/usr/share/desktop-base/homeworld-theme/wallpaper/contents/images
|
||||
$(INSTALL_DATA) homeworld-theme/wallpaper/metadata.desktop $(DESTDIR)/usr/share/desktop-base/homeworld-theme/wallpaper
|
||||
$(INSTALL_DATA) homeworld-theme/wallpaper/metadata.json $(DESTDIR)/usr/share/desktop-base/homeworld-theme/wallpaper
|
||||
$(INSTALL_DATA) homeworld-theme/wallpaper/gnome-background.xml $(DESTDIR)/usr/share/desktop-base/homeworld-theme/wallpaper
|
||||
$(INSTALL_DATA) $(wildcard homeworld-theme/wallpaper/contents/images/*) $(DESTDIR)/usr/share/desktop-base/homeworld-theme/wallpaper/contents/images/
|
||||
$(INSTALL_DATA) homeworld-theme/gnome-wp-list.xml $(DESTDIR)/usr/share/gnome-background-properties/debian-homeworld.xml
|
||||
@@ -269,7 +269,7 @@ install-local:
|
||||
|
||||
### Lockscreen is using the same image as wallpaper
|
||||
install -d $(DESTDIR)/usr/share/desktop-base/homeworld-theme/lockscreen/contents/images
|
||||
$(INSTALL_DATA) homeworld-theme/wallpaper/metadata.desktop $(DESTDIR)/usr/share/desktop-base/homeworld-theme/lockscreen
|
||||
$(INSTALL_DATA) homeworld-theme/wallpaper/metadata.json $(DESTDIR)/usr/share/desktop-base/homeworld-theme/lockscreen
|
||||
$(INSTALL_DATA) homeworld-theme/wallpaper/gnome-background.xml $(DESTDIR)/usr/share/desktop-base/homeworld-theme/lockscreen
|
||||
$(INSTALL_DATA) $(wildcard homeworld-theme/wallpaper/contents/images/*) $(DESTDIR)/usr/share/desktop-base/homeworld-theme/lockscreen/contents/images/
|
||||
|
||||
@@ -287,7 +287,7 @@ install-local:
|
||||
|
||||
### Wallpapers
|
||||
install -d $(DESTDIR)/usr/share/desktop-base/emerald-theme/wallpaper/contents/images
|
||||
$(INSTALL_DATA) emerald-theme/wallpaper/metadata.desktop $(DESTDIR)/usr/share/desktop-base/emerald-theme/wallpaper
|
||||
$(INSTALL_DATA) emerald-theme/wallpaper/metadata.json $(DESTDIR)/usr/share/desktop-base/emerald-theme/wallpaper
|
||||
$(INSTALL_DATA) emerald-theme/wallpaper/gnome-background.xml $(DESTDIR)/usr/share/desktop-base/emerald-theme/wallpaper
|
||||
$(INSTALL_DATA) $(wildcard emerald-theme/wallpaper/contents/images/*) $(DESTDIR)/usr/share/desktop-base/emerald-theme/wallpaper/contents/images/
|
||||
$(INSTALL_DATA) emerald-theme/gnome-wp-list.xml $(DESTDIR)/usr/share/gnome-background-properties/debian-emerald.xml
|
||||
@@ -301,7 +301,7 @@ install-local:
|
||||
|
||||
### Lockscreen is using the same image as wallpaper
|
||||
install -d $(DESTDIR)/usr/share/desktop-base/emerald-theme/lockscreen/contents/images
|
||||
$(INSTALL_DATA) emerald-theme/wallpaper/metadata.desktop $(DESTDIR)/usr/share/desktop-base/emerald-theme/lockscreen
|
||||
$(INSTALL_DATA) emerald-theme/wallpaper/metadata.json $(DESTDIR)/usr/share/desktop-base/emerald-theme/lockscreen
|
||||
$(INSTALL_DATA) emerald-theme/wallpaper/gnome-background.xml $(DESTDIR)/usr/share/desktop-base/emerald-theme/lockscreen
|
||||
$(INSTALL_DATA) $(wildcard emerald-theme/wallpaper/contents/images/*) $(DESTDIR)/usr/share/desktop-base/emerald-theme/lockscreen/contents/images/
|
||||
|
||||
@@ -321,7 +321,7 @@ install-local:
|
||||
$(INSTALL_DATA) $(wildcard moonlight-theme/login/*) $(DESTDIR)/usr/share/desktop-base/moonlight-theme/login
|
||||
### Wallpapers
|
||||
install -d $(DESTDIR)/usr/share/desktop-base/moonlight-theme/wallpaper/contents/images
|
||||
$(INSTALL_DATA) moonlight-theme/wallpaper/metadata.desktop $(DESTDIR)/usr/share/desktop-base/moonlight-theme/wallpaper
|
||||
$(INSTALL_DATA) moonlight-theme/wallpaper/metadata.json $(DESTDIR)/usr/share/desktop-base/moonlight-theme/wallpaper
|
||||
$(INSTALL_DATA) moonlight-theme/wallpaper/gnome-background.xml $(DESTDIR)/usr/share/desktop-base/moonlight-theme/wallpaper
|
||||
$(INSTALL_DATA) $(wildcard moonlight-theme/wallpaper/contents/images/*) $(DESTDIR)/usr/share/desktop-base/moonlight-theme/wallpaper/contents/images/
|
||||
$(INSTALL_DATA) moonlight-theme/gnome-wp-list.xml $(DESTDIR)/usr/share/gnome-background-properties/debian-moonlight.xml
|
||||
@@ -331,7 +331,7 @@ install-local:
|
||||
|
||||
### Lockscreen
|
||||
install -d $(DESTDIR)/usr/share/desktop-base/moonlight-theme/lockscreen/contents/images
|
||||
$(INSTALL_DATA) moonlight-theme/lockscreen/metadata.desktop $(DESTDIR)/usr/share/desktop-base/moonlight-theme/lockscreen
|
||||
$(INSTALL_DATA) moonlight-theme/lockscreen/metadata.json $(DESTDIR)/usr/share/desktop-base/moonlight-theme/lockscreen
|
||||
$(INSTALL_DATA) moonlight-theme/lockscreen/gnome-background.xml $(DESTDIR)/usr/share/desktop-base/moonlight-theme/lockscreen
|
||||
$(INSTALL_DATA) $(wildcard moonlight-theme/lockscreen/contents/images/*) $(DESTDIR)/usr/share/desktop-base/moonlight-theme/lockscreen/contents/images/
|
||||
# Lock screen symlink for KDE
|
||||
|
||||
Vendored
+1
@@ -6,6 +6,7 @@ desktop-base (12.0.3) UNRELEASED; urgency=medium
|
||||
* Improve grub theme. (Closes: #1027301)
|
||||
* Remove older debian version numbers from assets. (Closes: #989822)
|
||||
* Fix missing links in joy inksplat theme. (Closes: #1023148)
|
||||
* Migrate wallpaper metadata from ini to json.
|
||||
|
||||
-- Aurélien COUDERC <coucouf@debian.org> Fri, 10 Feb 2023 23:38:10 +0100
|
||||
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Name=Emerald
|
||||
X-KDE-PluginInfo-Name=Emerald
|
||||
X-KDE-PluginInfo-Author=Juliet Taka
|
||||
X-KDE-PluginInfo-Email=juliettetaka.belin@gmail.com
|
||||
X-KDE-PluginInfo-License=GPLv2+
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"KPlugin": {
|
||||
"Name": "Emerald",
|
||||
"Id": "Emerald",
|
||||
"License": "GPLv2+",
|
||||
"Authors": [
|
||||
{
|
||||
"Name": "Juliet Taka",
|
||||
"Email": "juliettetaka.belin@gmail.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Name=futurePrototype with Debian swirl
|
||||
X-KDE-PluginInfo-Name=futurePrototype
|
||||
X-KDE-PluginInfo-Author=Alex Makas
|
||||
X-KDE-PluginInfo-Email=radicalmonday@gmail.com
|
||||
X-KDE-PluginInfo-License=GPLv2+
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"KPlugin": {
|
||||
"Name": "futurePrototype with Debian swirl",
|
||||
"Id": "futurePrototype",
|
||||
"License": "GPLv2+",
|
||||
"Authors": [
|
||||
{
|
||||
"Name": "Alex Makas",
|
||||
"Email": "radicalmonday@gmail.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Name=futurePrototype
|
||||
X-KDE-PluginInfo-Name=futurePrototype
|
||||
X-KDE-PluginInfo-Author=Alex Makas
|
||||
X-KDE-PluginInfo-Email=radicalmonday@gmail.com
|
||||
X-KDE-PluginInfo-License=GPLv2+
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"KPlugin": {
|
||||
"Name": "futurePrototype",
|
||||
"Id": "futurePrototype",
|
||||
"License": "GPLv2+",
|
||||
"Authors": [
|
||||
{
|
||||
"Name": "Alex Makas",
|
||||
"Email": "radicalmonday@gmail.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Name=Homeworld
|
||||
X-KDE-PluginInfo-Name=Homeworld
|
||||
X-KDE-PluginInfo-Author=Juliet Taka
|
||||
X-KDE-PluginInfo-Email=juliettetaka.belin@gmail.com
|
||||
X-KDE-PluginInfo-License=GPLv2+
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"KPlugin": {
|
||||
"Name": "Homeworld",
|
||||
"Id": "Homeworld",
|
||||
"License": "GPLv2+",
|
||||
"Authors": [
|
||||
{
|
||||
"Name": "Juliet Taka",
|
||||
"Email": "juliettetaka.belin@gmail.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Name=Joy Inksplat
|
||||
Name[fr]=Joie Tâche d'Encre
|
||||
X-KDE-PluginInfo-Name=JoyInksplat
|
||||
X-KDE-PluginInfo-Author=Adrien Aubourg
|
||||
X-KDE-PluginInfo-Email=adrien.aubourg@gmail.com
|
||||
X-KDE-PluginInfo-License=GPLv2+
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"KPlugin": {
|
||||
"Name": "Joy Inksplat",
|
||||
"Name[fr]": "Joie T\u00e2che d'Encre",
|
||||
"Id": "JoyInksplat",
|
||||
"License": "GPLv2+",
|
||||
"Authors": [
|
||||
{
|
||||
"Name": "Adrien Aubourg",
|
||||
"Email": "adrien.aubourg@gmail.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Name=Joy Lock Screen
|
||||
Name[fr]=Écran de Verrouillage pour Joie
|
||||
X-KDE-PluginInfo-Name=JoyLockScreen
|
||||
X-KDE-PluginInfo-Author=Adrien Aubourg
|
||||
X-KDE-PluginInfo-Email=adrien.aubourg@gmail.com
|
||||
X-KDE-PluginInfo-License=GPLv2+
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"KPlugin": {
|
||||
"Name": "Joy Lock Screen",
|
||||
"Name[fr]": "\u00c9cran de Verrouillage pour Joie",
|
||||
"Id": "JoyLockScreen",
|
||||
"License": "GPLv2+",
|
||||
"Authors": [
|
||||
{
|
||||
"Name": "Adrien Aubourg",
|
||||
"Email": "adrien.aubourg@gmail.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Name=Joy
|
||||
Name[fr]=Joie
|
||||
X-KDE-PluginInfo-Name=Joy
|
||||
X-KDE-PluginInfo-Author=Adrien Aubourg
|
||||
X-KDE-PluginInfo-Email=adrien.aubourg@gmail.com
|
||||
X-KDE-PluginInfo-License=GPLv2+
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"KPlugin": {
|
||||
"Name": "Joy",
|
||||
"Name[fr]": "Joie",
|
||||
"Id": "Joy",
|
||||
"License": "GPLv2+",
|
||||
"Authors": [
|
||||
{
|
||||
"Name": "Adrien Aubourg",
|
||||
"Email": "adrien.aubourg@gmail.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Name=Lines Lock Screen
|
||||
Name[fr]=Écran de verrouillage pour Lignes
|
||||
X-KDE-PluginInfo-Name=LinesLockScreen
|
||||
X-KDE-PluginInfo-Author=Juliette Taka Belin
|
||||
X-KDE-PluginInfo-Email=juliettetaka.belin@gmail.com
|
||||
X-KDE-PluginInfo-License=GPLv2+
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"KPlugin": {
|
||||
"Name": "Lines Lock Screen",
|
||||
"Name[fr]": "\u00c9cran de verrouillage pour Lignes",
|
||||
"Id": "LinesLockScreen",
|
||||
"License": "GPLv2+",
|
||||
"Authors": [
|
||||
{
|
||||
"Name": "Juliette Taka Belin",
|
||||
"Email": "juliettetaka.belin@gmail.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Name=Lines
|
||||
Name[fr]=Lignes
|
||||
X-KDE-PluginInfo-Name=Lines
|
||||
X-KDE-PluginInfo-Author=Juliette Taka Belin
|
||||
X-KDE-PluginInfo-Email=juliettetaka.belin@gmail.com
|
||||
X-KDE-PluginInfo-License=GPLv2+
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"KPlugin": {
|
||||
"Name": "Lines",
|
||||
"Name[fr]": "Lignes",
|
||||
"Id": "Lines",
|
||||
"License": "GPLv2+",
|
||||
"Authors": [
|
||||
{
|
||||
"Name": "Juliette Taka Belin",
|
||||
"Email": "juliettetaka.belin@gmail.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Name=Moonlight Lock Screen
|
||||
Name[fr]=Écran de verrouillage pour Clair de Lune
|
||||
X-KDE-PluginInfo-Name=MoonlightLockScreen
|
||||
X-KDE-PluginInfo-Author=Juliette Taka Belin
|
||||
X-KDE-PluginInfo-Email=juliettetaka.belin@gmail.com
|
||||
X-KDE-PluginInfo-License=GPLv2+
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"KPlugin": {
|
||||
"Name": "Moonlight Lock Screen",
|
||||
"Name[fr]": "\u00c9cran de verrouillage pour Clair de Lune",
|
||||
"Id": "MoonlightLockScreen",
|
||||
"License": "GPLv2+",
|
||||
"Authors": [
|
||||
{
|
||||
"Name": "Juliette Taka Belin",
|
||||
"Email": "juliettetaka.belin@gmail.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Name=Moonlight
|
||||
Name[fr]=Clair de Lune
|
||||
X-KDE-PluginInfo-Name=Moonlight
|
||||
X-KDE-PluginInfo-Author=Juliette Taka Belin
|
||||
X-KDE-PluginInfo-Email=juliettetaka.belin@gmail.com
|
||||
X-KDE-PluginInfo-License=GPLv2+
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"KPlugin": {
|
||||
"Name": "Moonlight",
|
||||
"Name[fr]": "Clair de Lune",
|
||||
"Id": "Moonlight",
|
||||
"License": "GPLv2+",
|
||||
"Authors": [
|
||||
{
|
||||
"Name": "Juliette Taka Belin",
|
||||
"Email": "juliettetaka.belin@gmail.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Name=Soft Waves Lock Screen
|
||||
Name[fr]=Écran de verrouillage pour Vagues Douces
|
||||
X-KDE-PluginInfo-Name=SoftWavesLockScreen
|
||||
X-KDE-PluginInfo-Author=Juliette Taka Belin
|
||||
X-KDE-PluginInfo-Email=juliettetaka.belin@gmail.com
|
||||
X-KDE-PluginInfo-License=GPLv2+
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"KPlugin": {
|
||||
"Name": "Soft Waves Lock Screen",
|
||||
"Name[fr]": "\u00c9cran de verrouillage pour Vagues Douces",
|
||||
"Id": "SoftWavesLockScreen",
|
||||
"License": "GPLv2+",
|
||||
"Authors": [
|
||||
{
|
||||
"Name": "Juliette Taka Belin",
|
||||
"Email": "juliettetaka.belin@gmail.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Name=Soft Waves
|
||||
Name[fr]=Vagues Douces
|
||||
X-KDE-PluginInfo-Name=SoftWaves
|
||||
X-KDE-PluginInfo-Author=Juliette Taka Belin
|
||||
X-KDE-PluginInfo-Email=juliettetaka.belin@gmail.com
|
||||
X-KDE-PluginInfo-License=GPLv2+
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"KPlugin": {
|
||||
"Name": "Soft Waves",
|
||||
"Name[fr]": "Vagues Douces",
|
||||
"Id": "SoftWaves",
|
||||
"License": "GPLv2+",
|
||||
"Authors": [
|
||||
{
|
||||
"Name": "Juliette Taka Belin",
|
||||
"Email": "juliettetaka.belin@gmail.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Name=Space Fun
|
||||
Name[fr]=Amusement Spatial
|
||||
X-KDE-PluginInfo-Name=SpaceFun
|
||||
X-KDE-PluginInfo-Author=Valessio Brito
|
||||
X-KDE-PluginInfo-Email=valessio@debianart.org
|
||||
X-KDE-PluginInfo-License=GPLv2
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"KPlugin": {
|
||||
"Name": "Space Fun",
|
||||
"Name[fr]": "Amusement Spatial",
|
||||
"Id": "SpaceFun",
|
||||
"License": "GPLv2",
|
||||
"Authors": [
|
||||
{
|
||||
"Name": "Valessio Brito",
|
||||
"Email": "valessio@debianart.org"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user