Merge pull request #6949 from Rmys/master

grub2-editor:ver.bump
This commit is contained in:
Rmys
2019-06-30 18:44:37 +03:00
committed by GitHub
2 changed files with 21 additions and 42 deletions
+20 -42
View File
@@ -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():
+1
View File
@@ -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>