Merge pull request #1909 from alihanozturk/master
libkgeomap:first release and index
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#!/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("AUTHORS", "TODO", "COPYING*", "README")
|
||||
@@ -0,0 +1,69 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libkgeomap</Name>
|
||||
<Homepage>https://www.kde.org/applications/graphics/</Homepage>
|
||||
<Packager>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>FDL-1.1</License>
|
||||
<License>GPLv2</License>
|
||||
<License>LGPLv2</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>A wrapper around world map components for browsing and arranging photos on a map.</Summary>
|
||||
<Description>A wrapper around world map components for browsing and arranging photos on a map.</Description>
|
||||
<Archive type="tarxz" sha1sum="3c19c2fe43cecf63abd8606f1b0d212038c08fd1">http://download.kde.org/stable/applications/16.04.0/src/libkgeomap-16.04.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-webkit-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>kconfig-devel</Dependency>
|
||||
<Dependency>kio-devel</Dependency>
|
||||
<Dependency>ktextwidgets-devel</Dependency>
|
||||
<Dependency>marble-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libkgeomap</Name>
|
||||
<Summary>A wrapper around world map components for browsing and arranging photos on a map.</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>kio</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>marble</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>qt5-webkit</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share/libkgeomap</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libkgeomap-devel</Name>
|
||||
<Summary>Developments files for libkgeomap.</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libkgeomap</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/cmake</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-06-09</Date>
|
||||
<Version>16.04.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
+84899
-84829
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
cda0b9e1b73e6d7a70b3b7ccd313993ff36d375c
|
||||
27fba6695b16ba461f139a14dfc1cc3aff4f10f8
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
9b1db786d6b04a1d2b65fdd6fc53a09a38ff2943
|
||||
8736be71165449ee878ed1807c2ce27695a0f7ef
|
||||
Reference in New Issue
Block a user