pds rebuild

This commit is contained in:
Rmys
2021-06-08 23:09:08 +03:00
parent 304eedba0c
commit 1bed843da7
2 changed files with 20 additions and 0 deletions
@@ -0,0 +1,12 @@
diff -Nuar a/pds/__init__.py b/pds/__init__.py
--- a/pds/__init__.py 2021-05-21 12:07:38.000000000 +0300
+++ b/pds/__init__.py 2021-06-08 23:04:07.126974303 +0300
@@ -158,7 +158,7 @@
elif v[1] == 'DESKTOP':
env = v[0].lower()
break
- elif env == 'default' or env == 'gnome':
+ elif env == 'default' or env == 'Gnome':
session = readfile('/etc/default/desktop', DefaultDe.Name)
env = session.split('=')[1].strip()
for de in Pds.SupportedDesktops:
@@ -18,6 +18,7 @@
</BuildDependencies>
<Patches>
<Patch level="1">desktop.patch</Patch>
<Patch level="1">gnome.patch</Patch>
</Patches>
</Source>
@@ -33,6 +34,13 @@
</Package>
<History>
<Update release="10">
<Date>2021-06-08</Date>
<Version>2.1.1</Version>
<Comment>Rebuild Gonme</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="9">
<Date>2021-05-21</Date>
<Version>2.1.1</Version>