oxygen-icons in main
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 cmaketools
|
||||||
|
from pisi.actionsapi import pisitools
|
||||||
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
|
def setup():
|
||||||
|
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||||
|
-DKDE4_BUILD_TESTS=OFF \
|
||||||
|
-DCMAKE_INSTALL_PREFIX=/usr")
|
||||||
|
|
||||||
|
def build():
|
||||||
|
cmaketools.make()
|
||||||
|
|
||||||
|
def install():
|
||||||
|
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
@@ -0,0 +1,35 @@
|
|||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>oxygen-icons</Name>
|
||||||
|
<Homepage>http://www.oxygen-icons.org</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>Ertuğrul Erata</Name>
|
||||||
|
<Email>ertugrulerata@gmail.com</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>LGPL</License>
|
||||||
|
<Summary>KDE Oxygen icons</Summary>
|
||||||
|
<Description>"The Oxygen Icon Theme</Description>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>cmake</Dependency>
|
||||||
|
<Dependency>extra-cmake-modules</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
<Archive sha1sum="22c4259a797c32a87970046d2ffb4f9d7615bb2e" type="tarxz">http://download.kde.org/stable/applications/15.04.3/src/oxygen-icons-15.04.3.tar.xz</Archive>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>oxygen-icons</Name>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="data">/usr/share/icons</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2015-08-01</Date>
|
||||||
|
<Version>15.04.3</Version>
|
||||||
|
<Comment>First Release</Comment>
|
||||||
|
<Name>Ertuğrul Erata</Name>
|
||||||
|
<Email>ertugrulerata@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
Reference in New Issue
Block a user