@@ -1,42 +1,20 @@
|
||||
#!/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("ChangeLog", "COPYING", "README*")
|
||||
|
||||
|
||||
|
||||
#!/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():
|
||||
|
||||
|
||||
@@ -38,6 +38,7 @@
|
||||
<Package>
|
||||
<Name>grub2-editor</Name>
|
||||
<Files>
|
||||
<Path fileType="config">/etc/grub.d/grub_rmecho.sh</Path>
|
||||
<Path fileType="config">/etc/dbus-1</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
|
||||
Reference in New Issue
Block a user