add new package kjots
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/copyleft/gpl.txt
|
||||
|
||||
from pisi.actionsapi import kde5
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
|
||||
def setup():
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("COPYING.LIB", "COPYING", "README")
|
||||
@@ -0,0 +1,72 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>kjots</Name>
|
||||
<Homepage>https://www.kde.org/applications/utilities/kjots/</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPL</License>
|
||||
<Summary>A note taking application for KDE</Summary>
|
||||
<Description>A note taking application for KDE</Description>
|
||||
<BuildDependencies>
|
||||
<Dependency>akonadi-devel</Dependency>
|
||||
<Dependency>akonadi-notes-devel</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>kcmutils-devel</Dependency>
|
||||
<Dependency>kdelibs4-support-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>kpimtextedit-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>kitemmodels-devel</Dependency>
|
||||
<Dependency>kmime-devel</Dependency>
|
||||
<Dependency>kontactinterface-devel</Dependency>
|
||||
<Dependency>grantlee-qt5-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Archive sha1sum="0c9242251d75b3b4e51fb3b0f30850ea1a3f214c" type="tarxz">mirrors://kde/stable/kjots/5.0.2/kjots-5.0.2.tar.xz</Archive>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>kjots</Name>
|
||||
<Summary>A note taking application for KDE</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>kio</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>kmime</Dependency>
|
||||
<Dependency>kparts</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>akonadi</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kxmlgui</Dependency>
|
||||
<Dependency>kcmutils</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>kbookmarks</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kitemmodels</Dependency>
|
||||
<Dependency>grantlee-qt5</Dependency>
|
||||
<Dependency>kpimtextedit</Dependency>
|
||||
<Dependency>ktextwidgets</Dependency>
|
||||
<Dependency>akonadi-notes</Dependency>
|
||||
<Dependency>kconfigwidgets</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
<Dependency>kontactinterface</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2017-01-12</Date>
|
||||
<Version>5.0.2</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
+115
-7
@@ -58670,6 +58670,78 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>kjots</Name>
|
||||
<Homepage>https://www.kde.org/applications/utilities/kjots/</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPL</License>
|
||||
<PartOf>desktop.kde.utils</PartOf>
|
||||
<Summary xml:lang="en">A note taking application for KDE</Summary>
|
||||
<Description xml:lang="en">A note taking application for KDE</Description>
|
||||
<Archive type="tarxz" sha1sum="0c9242251d75b3b4e51fb3b0f30850ea1a3f214c">mirrors://kde/stable/kjots/5.0.2/kjots-5.0.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>akonadi-devel</Dependency>
|
||||
<Dependency>akonadi-notes-devel</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>kcmutils-devel</Dependency>
|
||||
<Dependency>kdelibs4-support-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>kpimtextedit-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>kitemmodels-devel</Dependency>
|
||||
<Dependency>kmime-devel</Dependency>
|
||||
<Dependency>kontactinterface-devel</Dependency>
|
||||
<Dependency>grantlee-qt5-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>desktop/kde/utils/kjots/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>kjots</Name>
|
||||
<Summary xml:lang="en">A note taking application for KDE</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>kio</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>kmime</Dependency>
|
||||
<Dependency>kparts</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>akonadi</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kxmlgui</Dependency>
|
||||
<Dependency>kcmutils</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>kbookmarks</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kitemmodels</Dependency>
|
||||
<Dependency>grantlee-qt5</Dependency>
|
||||
<Dependency>kpimtextedit</Dependency>
|
||||
<Dependency>ktextwidgets</Dependency>
|
||||
<Dependency>akonadi-notes</Dependency>
|
||||
<Dependency>kconfigwidgets</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
<Dependency>kontactinterface</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2017-01-12</Date>
|
||||
<Version>5.0.2</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>kfoldersync</Name>
|
||||
@@ -58836,7 +58908,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Description xml:lang="en">digikam is an advanced digital photo management application for KDE4, which makes importing and organizing digital photos a "snap". The photos can be organized in albums which can be sorted chronologically, by directory layout or by custom collections.</Description>
|
||||
<Description xml:lang="tr">DigiKam, sayısal fotoğrafların düzenlenmesini kolaylaştıran gelişmiş bir yönetim uygulamasıdır.</Description>
|
||||
<Icon>digikam</Icon>
|
||||
<Archive type="tarxz" sha1sum="3a62f6efdfafc37341626cbf0225cd7adc9d0633">mirrors://kde/stable/digikam/digikam-5.3.0.tar.xz</Archive>
|
||||
<Archive type="tarxz" sha1sum="6c58ee30cd84b40acf4427f1bb9dbb8b891eb894">mirrors://kde/stable/digikam/digikam-5.4.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
@@ -58973,6 +59045,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2017-01-12</Date>
|
||||
<Version>5.4.0</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2016-11-1</Date>
|
||||
<Version>5.3.0</Version>
|
||||
@@ -69721,7 +69800,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<PartOf>desktop.kde.applications</PartOf>
|
||||
<Summary xml:lang="en">Library for managing partitions.</Summary>
|
||||
<Description xml:lang="en">Library for managing partitions.</Description>
|
||||
<Archive type="targz" sha1sum="a35942c03a7d750d6a709ab5f045dac273292ed3">https://sourceforge.net/projects/pisi-source/files/kpmcore-2.9.91.tar.gz</Archive>
|
||||
<Archive type="tarxz" sha1sum="f7a88d35ab1b07bc84fe5868b38cc9e99a86ec37">mirrors://kde/stable/kpmcore/3.0.2/src/kpmcore-3.0.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>libatasmart-devel</Dependency>
|
||||
@@ -69770,7 +69849,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Name>kpmcore-devel</Name>
|
||||
<Summary xml:lang="en">Development files for kpmcore</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="4">kpmcore</Dependency>
|
||||
<Dependency release="5">kpmcore</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
@@ -69779,6 +69858,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2017-01-12</Date>
|
||||
<Version>2.9.91</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2016-12-13</Date>
|
||||
<Version>2.9.91</Version>
|
||||
@@ -72107,7 +72193,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Summary xml:lang="tr">KDE Disk Bölümü Yöneticisi</Summary>
|
||||
<Description xml:lang="en">It allows you to easily create, copy, move, delete, resize without losing data, backup and restore partitions..</Description>
|
||||
<Description xml:lang="tr">KDE Disk Bölümü Yöneticisi, disklerinizi, bölümlerinizi ve dosya sistemlerinizi yönetmenize izin verir. Birçok dosya sistemini (ext2/3/4, reiserfs, NTFS, FAT32 ve daha fazlası) desteklemenin yanı sıra, yeni bölüm oluşturabilir ya da var olan bir bölüm üzerinde boyutlandırma, kopyalama, taşıma, yedekleme ve geri yükleme işlemlerini yapabilir.</Description>
|
||||
<Archive type="tarxz" sha1sum="152eddcb7be7b9f6271019fdfdc18ada9547628f">mirrors://kde/stable/partitionmanager/3.0.0/src/partitionmanager-3.0.0.tar.xz</Archive>
|
||||
<Archive type="tarxz" sha1sum="4592a9c8cf1ae9194a77e5d1538005539ddbad5c">mirrors://kde/stable/partitionmanager/3.0.1/src/partitionmanager-3.0.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>libatasmart-devel</Dependency>
|
||||
@@ -72157,6 +72243,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2017-01-12</Date>
|
||||
<Version>3.0.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2016-12-23</Date>
|
||||
<Version>3.0.0</Version>
|
||||
@@ -95597,7 +95690,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
<Description xml:lang="en">Connect KDE with your smartphone</Description>
|
||||
<Description xml:lang="tr">kde android connet</Description>
|
||||
<Icon>kdeconnect</Icon>
|
||||
<Archive type="tarxz" sha1sum="7f9d20800652588b61a417a0d3e0e699b68e61bd">http://download.kde.org/unstable/kdeconnect/0.9/src/kdeconnect-kde-0.9g.tar.xz</Archive>
|
||||
<Archive type="tarxz" sha1sum="d335a828b7f24ccac86db19d22a0f24c81095fe1">mirrors://kde/stable/kdeconnect/1.0.3/src/kdeconnect-kde-1.0.3.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libXtst-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
@@ -95607,6 +95700,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
<Dependency>kdbusaddons-devel</Dependency>
|
||||
<Dependency>kconfigwidgets-devel</Dependency>
|
||||
<Dependency>kcmutils-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>kwayland-devel</Dependency>
|
||||
<Dependency>qca2-qt5-devel</Dependency>
|
||||
<Dependency>libfakekey-devel</Dependency>
|
||||
@@ -95651,6 +95745,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2017-01-12</Date>
|
||||
<Version>1.0.3</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2016-07-09</Date>
|
||||
<Version>0.9g</Version>
|
||||
@@ -122760,7 +122861,7 @@ complete albums that you have purchased from Amazon.</Description>
|
||||
<Summary xml:lang="tr">KDE için hafif bir tarayıcı aracı</Summary>
|
||||
<Description xml:lang="en">Skanlite, provides to use scanner device plugged in your system with Sane backend.</Description>
|
||||
<Description xml:lang="tr">Skanlite, sisteminize takılı tarayıcı aygıtlarını Sane uygulaması ile birlikte kullanmanıza olanak sağlar.</Description>
|
||||
<Archive type="tarxz" sha1sum="9ecf9c6bfcbf75b5ae3af65ec38ac1a8210b7c55">http://download.kde.org/stable/skanlite/2.0/skanlite-2.0.tar.xz</Archive>
|
||||
<Archive type="tarxz" sha1sum="86589d11cbab469d89348625a08145f59f186c7d">http://download.kde.org/stable/skanlite/2.0/skanlite-2.0.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
@@ -122796,10 +122897,17 @@ complete albums that you have purchased from Amazon.</Description>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2017-01-12</Date>
|
||||
<Version>2.0.1</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-05-23</Date>
|
||||
<Version>2.0</Version>
|
||||
|
||||
@@ -1 +1 @@
|
||||
050a4bf7cfbe08cdd3becdc3cff4e550b467bb66
|
||||
49eda6cda21ae716eb5cbb1092d30389f89fe380
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
57c79021640c89e31fe15cb61280ecbb5d3ca96f
|
||||
62a53a4948a13472b625b59f9256f2c738ee14c7
|
||||
Reference in New Issue
Block a user