cairo-dock-plugins.

This commit is contained in:
uglyside
2025-01-31 11:40:06 +03:00
parent 456da775c3
commit 13620a380f
+3 -1
View File
@@ -4,7 +4,7 @@
# Licensed under the GNU General Public License, version 3. # Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt # See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import cmaketools, mesontools from pisi.actionsapi import cmaketools, mesontools, pisitools
i = ''.join([ i = ''.join([
' -DCMAKE_BUILD_TYPE=RelWithDebInfo', ' -DCMAKE_BUILD_TYPE=RelWithDebInfo',
@@ -20,3 +20,5 @@ def build():
def install(): def install():
mesontools.install() mesontools.install()
pisitools.dodoc("LICENSE", "LGPL-2", "copyright")