This commit is contained in:
4fury-c3440d8
2022-11-14 21:20:41 +03:00
parent 3bccb3ebda
commit 21408d0a01
2 changed files with 15 additions and 6 deletions
+6 -4
View File
@@ -7,10 +7,12 @@
from pisi.actionsapi import mesontools, pisitools
j = ''.join([
'-Ddbus=true ',
'-Dopengl=true ',
'-Dwith_docs=true ',
'-Dconfig_file=true'
' -Ddbus=true',
' -Dopengl=true',
' -Dvsync_drm=true',
' -Dwith_docs=true',
' -Dconfig_file=true',
' -Dcompton=false '
])
def setup():
+9 -2
View File
@@ -14,8 +14,8 @@
<PartOf>desktop.misc</PartOf>
<Summary>A compositor for X11.</Summary>
<Description>This is forked from the original Compton because it seems to have become unmaintained.</Description>
<Archive sha1sum="e73f02753e98d1fd2776d6261e4a929dcafbbd9d" type="targz">
https://github.com/yshui/picom/archive/refs/tags/v9.1.tar.gz
<Archive sha1sum="346cdba428f8329a56c5b43b1800772e89d58f09" type="targz">
https://github.com/yshui/picom/archive/refs/tags/v10.tar.gz
</Archive>
<BuildDependencies>
<!-- <Dependency>git</Dependency> -->
@@ -74,6 +74,13 @@
</Package>
<History>
<Update release="2">
<Date>2022-11-14</Date>
<Version>10</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2021-04-14</Date>
<Version>9.1</Version>