fix dep
This commit is contained in:
@@ -9,7 +9,7 @@ from pisi.actionsapi import pisitools
|
|||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
autotools.autoreconf("-fi")
|
# autotools.autoreconf("-fi")
|
||||||
autotools.configure("--disable-static")
|
autotools.configure("--disable-static")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
@@ -18,4 +18,4 @@ def build():
|
|||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
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>
|
<BuildDependencies>
|
||||||
<Dependency>gtk3-devel</Dependency>
|
<Dependency>gtk3-devel</Dependency>
|
||||||
<Dependency>gnome-common</Dependency>
|
<Dependency>gnome-common</Dependency>
|
||||||
|
<Dependency>intltool</Dependency>
|
||||||
|
<Dependency>polkit-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
@@ -27,6 +29,8 @@
|
|||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>gtk3</Dependency>
|
<Dependency>gtk3</Dependency>
|
||||||
<Dependency>gdk-pixbuf</Dependency>
|
<Dependency>gdk-pixbuf</Dependency>
|
||||||
|
<Dependency>glib2</Dependency>
|
||||||
|
<Dependency>polkit</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="config">/etc</Path>
|
<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