drawy: new package
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import kde6
|
||||
|
||||
def setup():
|
||||
kde6.configure()
|
||||
|
||||
def build():
|
||||
kde6.make()
|
||||
|
||||
def install():
|
||||
kde6.install()
|
||||
|
||||
pisitools.dodoc("LICENSES/*", "README*")
|
||||
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>drawy</Name>
|
||||
<Homepage>https://apps.kde.org/drawy/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPL-3.0-or-later</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Handy, infinite brainstorming tool</Summary>
|
||||
<Description>Drawy lets you create ideas, diagrams, and visual notes on an endless whiteboard with a fluid and responsive canvas. With pressure-sensitive tablet support, you can draw, add text, add images, and use basic shapes like rectangles, ellipses, arrows, and lines to clearly organize your content.</Description>
|
||||
<Archive sha1sum="ebc18fb7c4fcc830233eb8ad2a346e9800be8be1" type="tarxz">https://download.kde.org/stable/drawy/1.0.1/drawy-1.0.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>zstd-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>kcrash-devel</Dependency>
|
||||
<Dependency>kxmlgui-devel</Dependency>
|
||||
<Dependency>kconfig-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>qt6-base-devel</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>kiconthemes-devel</Dependency>
|
||||
<Dependency>kcolorscheme-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>kconfigwidgets-devel</Dependency>
|
||||
<Dependency>syntax-highlighting-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>drawy</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>zstd</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>kcrash</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kxmlgui</Dependency>
|
||||
<Dependency>qt6-base</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kiconthemes</Dependency>
|
||||
<Dependency>kcolorscheme</Dependency>
|
||||
<Dependency>kconfigwidgets</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
<Dependency>syntax-highlighting</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/libdrawygui.so*</Path>
|
||||
<Path fileType="library">/usr/lib/libdrawywidgets.so*</Path>
|
||||
<Path fileType="library">/usr/lib/libstandardformplugin.so*</Path>
|
||||
<Path fileType="library">/usr/lib/qt6/plugins/drawypluginforms</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>drawy-devel</Name>
|
||||
<Summary>Development files for drawy</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">drawy</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<!-- <Path fileType="data">/usr/lib/pkgconfig</Path> -->
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2026-05-06</Date>
|
||||
<Version>24.12.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>drawy</Name>
|
||||
<Summary xml:lang="tr">Kullanışlı, sınırsız beyin fırtınası aracı</Summary>
|
||||
<Description xml:lang="tr">Drawy, akıcı ve duyarlı bir tuval üzerinde sonsuz bir beyaz tahtada fikirler, diyagramlar ve görsel notlar oluşturmanıza olanak tanır. Basınca duyarlı tablet desteğiyle çizim yapabilir, metin ekleyebilir, görseller ekleyebilir ve içeriğinizi net bir şekilde düzenlemek için dikdörtgenler, elipsler, oklar ve çizgiler gibi temel şekilleri kullanabilirsiniz.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+373469
-373371
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
c9f5434ba150a5bfda7910390f796c2d1ec6af94
|
||||
4b3726eb15ced04b20430db7d72ebb800eb9fb79
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
739c362ea2cf906913b3c0d083253a28a628c828
|
||||
1d75b95cb3553ea8f61e175ce39a10392daf458e
|
||||
Reference in New Issue
Block a user