@@ -6,8 +6,6 @@
|
||||
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import kde5
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
def setup():
|
||||
kde5.configure()
|
||||
@@ -17,5 +15,5 @@ def build():
|
||||
|
||||
def install():
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("CHANGES", "COPYING*", "README")
|
||||
|
||||
pisitools.dodoc("CHANGES", "COPYING*", "README")
|
||||
@@ -38,7 +38,7 @@
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>kblackbox</Name>
|
||||
<Name>kblackbox</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
@@ -208,20 +208,20 @@
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Update>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-02-15</Date>
|
||||
<Version>4.10.0</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Update>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2013-01-19</Date>
|
||||
<Version>4.9.98</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Update>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -5,4 +5,4 @@
|
||||
<Summary xml:lang="tr">Blackbox mantık oyunu</Summary>
|
||||
<Description xml:lang="tr">KBlackBox yan yana dizilmiş kutularla oynanan bir saklambaç oyunudur. Bilgisayarın sakladığı topları kutuları lazerle kontrol ederek bulabilirsiniz.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -0,0 +1,16 @@
|
||||
#!/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 kde5
|
||||
|
||||
def setup():
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
kde5.install()
|
||||
@@ -0,0 +1,57 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libkexiv2</Name>
|
||||
<Homepage>http://www.kde.org</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>An Exiv2 wrapper library</Summary>
|
||||
<Description>libkexiv2 is a wrapper around Exiv2 library to manipulate pictures metadata as EXIF/IPTC and XMP.</Description>
|
||||
<Archive sha1sum="cceee174f31cbdac4174e4f59dd6377bae4bdf07" type="tarxz">mirrors://kde/unstable/applications/15.11.80/src/libkexiv2-15.11.80.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>exiv2-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libkexiv2</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>exiv2-libs</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libkexiv2-devel</Name>
|
||||
<Summary>Development files for libkexiv2</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libkexiv2</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2015-11-26</Date>
|
||||
<Version>5.11.80</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libkexiv2</Name>
|
||||
<Summary xml:lang="tr">Exiv2 sarmalayıcı kitaplığı</Summary>
|
||||
<Description xml:lang="tr">libkexiv2, EXIF/IPTC ve XMP gibi resim meta bilgilerini düzenlemek için kullanılan Exiv2 kitaplığını sarmalayan bir kitaplıktır.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libkexiv2-devel</Name>
|
||||
<Summary xml:lang="tr">libkexiv2 için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
+82747
-82683
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
ef333c688ed5bbcf4e5f600b994cca4f01aa1a71
|
||||
02a79182dac5ad3edecbd70b1331df00ae8443a1
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
5dd5654eb44f3f451be10d4a06c4fc64aca6c9da
|
||||
81bde9cac0203aa994e7890fc8a6243577e7840c
|
||||
Reference in New Issue
Block a user