change pimcommon and plasma-workspace with new prison remove prison-qt5
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
#!/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
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def setup():
|
||||
kde5.configure("-DQT5_BUILD=ON")
|
||||
|
||||
def build():
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("LICENSE")
|
||||
@@ -1,71 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>prison-qt5</Name>
|
||||
<Homepage>http://www.kde.org</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>MIT</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>A barcode API to produce QRCode barcodes and DataMatrix barcode</Summary>
|
||||
<Description>A barcode API to produce QRCode barcodes and DataMatrix barcode.</Description>
|
||||
<Archive sha1sum="fb5770924f6305f4c5a00e5bac04cea207abd6e7" type="tarxz">http://download.lunar-linux.org/lunar/mirrors/prison-frameworks-1.2.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>libdmtx-devel</Dependency>
|
||||
<Dependency>qrencode-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>mesa-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>prison-qt5</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>mesa</Dependency>
|
||||
<Dependency>libdmtx</Dependency>
|
||||
<Dependency>qrencode</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/*.so.*</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/mkspecs/modules</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>prison-qt5-devel</Name>
|
||||
<Summary>Development files for libepoxy</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">prison-qt5</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include/KF5/prison_version.h</Path>
|
||||
<Path fileType="header">/usr/include/KF5/PRISON/prison</Path>
|
||||
<Path fileType="library">/usr/lib/*.so</Path>
|
||||
<Path fileType="data">/usr/lib/cmake/KF5Prison/*.cmake</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2016-05-22</Date>
|
||||
<Version>1.2.1</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2016-01-17</Date>
|
||||
<Version>1.2.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user