Merge pull request #1011 from alihanozturk/master

breeze
This commit is contained in:
Ertuğrul Erata
2015-12-27 09:28:35 +02:00
9 changed files with 101486 additions and 101265 deletions
@@ -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("README*", "COPYING*")
@@ -0,0 +1,40 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>breeze-icons</Name>
<Homepage>https://projects.kde.org/projects/kde/workspace/breeze</Homepage>
<Packager>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Packager>
<License>GPLv2+</License>
<IsA>app:gui</IsA>
<Summary>Breeze icon themes</Summary>
<Description>İcon themes breeze</Description>
<Archive type="tarxz" sha1sum="9e1d685d365be997287630b8ac57fbc9e8691567">http://download.kde.org/stable/frameworks/5.17/breeze-icons-5.17.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>qt5-base-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>breeze-icons</Name>
<Summary>Breeze icon themes</Summary>
<Files>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2015-12-26</Date>
<Version>5.17.0</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>
+19
View File
@@ -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*", "README*")
+46
View File
@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>breeze-gtk</Name>
<Homepage>https://quickgit.kde.org/?p=breeze-gtk.git</Homepage>
<Packager>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Packager>
<License>GPLv2+</License>
<IsA>app:gui</IsA>
<Summary>Breeze widget theme for GTK 2 and 3</Summary>
<Description>Breeze widget theme for GTK 2 and 3</Description>
<Archive type="tarxz" sha1sum="a9977fd1e58b6b4bb84b85f619d4d34f7fc24b5e">http://download.kde.org/stable/plasma/5.5.2/breeze-gtk-5.5.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>qt5-base-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>breeze-gtk</Name>
<Summary>Breeze widget theme for GTK 2 and 3</Summary>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency>qt5-base</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/kconf_update</Path>
<Path fileType="data">/usr/share/themes</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="library">/usr/lib/kconf_update_bin</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2015-12-26</Date>
<Version>5.5.2</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>
+19 -16
View File
@@ -31,6 +31,8 @@
<Dependency>kconfigwidgets-devel</Dependency>
<Dependency>kwidgetsaddons-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>breeze-gtk</Dependency>
<Dependency>breeze-icons</Dependency>
</BuildDependencies>
</Source>
@@ -51,29 +53,26 @@
<Dependency>kcoreaddons</Dependency>
<Dependency>ki18n</Dependency>
<Dependency>kwindowsystem</Dependency>
<Dependency>breeze-gtk</Dependency>
<Dependency>breeze-icons</Dependency>
<Dependency versionFrom="5.5.2">kdecorations</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/cmake</Path>
<Path fileType="library">/usr/lib/kconf_update_bin</Path>
<Path fileType="library">/usr/lib/qt5</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share/color-schemes</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/icons/hicolor/scalable/apps/breeze-settings.svgz</Path>
<Path fileType="data">/usr/share/kconf_update</Path>
<Path fileType="data">/usr/share/kservices5</Path>
<Path fileType="data">/usr/share/kstyle</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="data">/usr/share/plasma</Path>
<Path fileType="data">/usr/share/QtCurve</Path>
</Files>
</Package>
<Package>
<Name>breeze-icons</Name>
<RuntimeDependencies>
<Dependency release="current">breeze-style</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/icons</Path>
</Files>
</Package>
<Package>
<Name>breeze-cursors</Name>
<RuntimeDependencies>
@@ -81,13 +80,17 @@
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/icons/breeze_cursors</Path>
<Path fileType="data">/usr/share/icons/Breeze_Snow</Path>
</Files>
</Package>
<Package>
<Name>breeze-wallpapers</Name>
<RuntimeDependencies>
<Dependency release="current">breeze-style</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/wallpapers</Path>
<Path fileType="data">/usr/share/wallpapers/Next</Path>
</Files>
</Package>
+101341 -101247
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
b4f93056fe4fe59d682a1229f318489340066347
7c9ad612ac080362f35dc131a87b875152c99300
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
d46970445367ecd219d7fa7ac85b93f247ae13f0
3f91c539cb7d375577b1b350ea3bbc2d9f5b6d0f