Merge pull request #357 from ertugerata/master

rebuild and fix for configdir
This commit is contained in:
Ertuğrul Erata
2015-08-31 16:10:37 +03:00
3 changed files with 7 additions and 6 deletions
@@ -71,13 +71,13 @@
<Dependency>xcb-util-keysyms</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share</Path>
<Path fileType="data">/etc/xdg</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="executable">/usr/bin</Path>
<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/qt5</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="library">/usr/lib/qt5</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
+1
View File
@@ -32,6 +32,7 @@
<Dependency>wayland-server</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc/xdg</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/config</Path>
<Path fileType="doc">/usr/share/doc</Path>
+1 -1
View File
@@ -8,7 +8,7 @@ from pisi.actionsapi import kde5
from pisi.actionsapi import pisitools
def setup():
kde5.configure("-DCONFIG_INSTALL_DIR=/etc/xdg")
kde5.configure()
def build():
kde5.make()