cairo-dock-3.5.1

This commit is contained in:
uglyside
2025-01-31 11:36:03 +03:00
parent e127297238
commit 456da775c3
7 changed files with 56 additions and 244 deletions
+14 -7
View File
@@ -2,17 +2,24 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import pisitools
from pisi.actionsapi import cmaketools
from pisi.actionsapi import cmaketools, mesontools, pisitools
i = ''.join([
' -DCMAKE_BUILD_TYPE=RelWithDebInfo',
' -DCMAKE_INSTALL_PREFIX=/usr',
' -Denable-desktop-manager=OFF',
' -Bbuild -G Ninja -L '
])
def setup():
cmaketools.configure()
cmaketools.configure(i)
def build():
cmaketools.make()
mesontools.build()
def install():
cmaketools.install()
pisitools.dodoc("ChangeLog", "INSTALL", "LICENSE", "LGPL-2", "copyright")
mesontools.install()
pisitools.dodoc("LICENSE", "LGPL-2", "copyright")
+12 -4
View File
@@ -3,7 +3,7 @@
<PISI>
<Source>
<Name>cairo-dock</Name>
<Homepage>https://glx-dock.org/</Homepage>
<Homepage>https://github.com/Cairo-Dock/cairo-dock-core</Homepage>
<Packager>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
@@ -14,9 +14,11 @@
<IsA>app:gui</IsA>
<Summary>A pretty, light and convenient interface to your desktop, able to replace advantageously your system panel.</Summary>
<Description>Cairo-Dock is a pretty, light and convenient interface to your desktop, able to replace advantageously your system panel! It features multi-docks, taskbar, launchers and a lot of useful applets.</Description>
<Archive sha1sum="937766da2b4d26afa4b9fc8a5eaf4ec5c6502b91" type="targz">https://launchpad.net/cairo-dock-core/3.4/3.4.1/+download/cairo-dock-3.4.1.tar.gz</Archive>
<Archive sha1sum="56dbf99e12a7fc829bedf18917cea9dbe8a37f12" type="targz">https://github.com/Cairo-Dock/cairo-dock-core/archive/3.5.1/cairo-dock-core-3.5.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>ninja</Dependency>
<Dependency>python3</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>curl-devel</Dependency>
<Dependency>cairo-devel</Dependency>
@@ -69,7 +71,6 @@
<Path fileType="data">/usr/share/cairo-dock</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
<Path fileType="config">/etc</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
@@ -100,11 +101,18 @@
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2025-01-31</Date>
<Version>3.5.1</Version>
<Comment>Version bump.</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
<Update release="1">
<Date>2022-05-31</Date>
<Version>3.4.1</Version>