fix dep
This commit is contained in:
@@ -9,7 +9,7 @@ from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.autoreconf("-fi")
|
||||
# autotools.autoreconf("-fi")
|
||||
autotools.configure("--disable-static")
|
||||
|
||||
def build():
|
||||
@@ -18,4 +18,4 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("README", "TODO", "HACKING", "AUTHORS", "NEWS")
|
||||
pisitools.dodoc("README", "TODO", "HACKING", "AUTHORS", "NEWS")
|
||||
|
||||
@@ -19,6 +19,8 @@
|
||||
<BuildDependencies>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>gnome-common</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>polkit-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -27,6 +29,8 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>polkit</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
|
||||
+92161
-92157
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
36799358f53727809d42b2cffcaaea6af4058741
|
||||
2aa8c61129dc2d7caf195f9edbbc1a847e192b4c
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
c83d81029956545aab65608f9fe78ed95ec2fb21
|
||||
dfea5cda20b031bbdac15792f3f92c9b6a2cbe3f
|
||||
Reference in New Issue
Block a user