[SCM] sddm packaging branch, master, updated. debian/0.13.0-1-55-gfcdf532
Maximiliano Curia
maxy at moszumanska.debian.org
Sun Nov 26 08:59:23 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/sddm.git;a=commitdiff;h=4e0aabb
The following commit has been merged in the master branch:
commit 4e0aabb92ce50082e2abf0464d8e450284118773
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Sat Sep 2 22:32:44 2017 +0200
Add new theme sddm-theme-maya
---
debian/control | 9 +++++++++
debian/sddm-theme-maya.install | 1 +
debian/{sddm-theme-maui.postinst => sddm-theme-maya.postinst} | 2 +-
debian/sddm.README.Debian | 1 +
4 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 63718a6..76a7415 100644
--- a/debian/control
+++ b/debian/control
@@ -88,3 +88,12 @@ Provides: sddm-theme
Breaks: sddm (<< ${source:Version})
Description: 'Maui' theme for SDDM X11 display manager
Maui theme for SDDM
+
+Package: sddm-theme-maya
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: sddm
+Provides: sddm-theme
+Breaks: sddm (<< ${source:Version})
+Description: 'maya' theme for SDDM X11 display manager
+ maya theme for SDDM
diff --git a/debian/sddm-theme-maya.install b/debian/sddm-theme-maya.install
new file mode 100644
index 0000000..95a3102
--- /dev/null
+++ b/debian/sddm-theme-maya.install
@@ -0,0 +1 @@
+usr/share/sddm/themes/maya/
diff --git a/debian/sddm-theme-maui.postinst b/debian/sddm-theme-maya.postinst
similarity index 88%
copy from debian/sddm-theme-maui.postinst
copy to debian/sddm-theme-maya.postinst
index 6fdd323..1caacae 100644
--- a/debian/sddm-theme-maui.postinst
+++ b/debian/sddm-theme-maya.postinst
@@ -5,7 +5,7 @@ if [[ "$1" = "configure" || "$1" = "abort-upgrade" || "$1" = "abort-remove" ]];
update-alternatives --install \
/usr/share/sddm/themes/debian-theme \
sddm-debian-theme \
- /usr/share/sddm/themes/maui 20
+ /usr/share/sddm/themes/maya 20
fi
# Tag to allow some debhelper commands to inject relevant code
diff --git a/debian/sddm.README.Debian b/debian/sddm.README.Debian
index 6055a89..126cd48 100644
--- a/debian/sddm.README.Debian
+++ b/debian/sddm.README.Debian
@@ -26,6 +26,7 @@ Currently the following packages provide a sddm-theme:
* sddm-theme-elarun
* sddm-theme-debian-elarun
* sddm-theme-maldives
+ * sddm-theme-maya
* sddm-theme-breeze
* sddm-theme-debian-breeze
--
sddm packaging
More information about the pkg-kde-commits
mailing list