scribus ver. bump
This commit is contained in:
@@ -30,6 +30,8 @@ def build():
|
|||||||
def install():
|
def install():
|
||||||
shelltools.cd("build")
|
shelltools.cd("build")
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
|
pisitools.domove("/usr/license", "/usr/share/doc/scribus")
|
||||||
|
|
||||||
shelltools.cd("..")
|
shelltools.cd("..")
|
||||||
pisitools.insinto("/usr/share/applications", "scribus.desktop")
|
pisitools.insinto("/usr/share/applications", "scribus.desktop")
|
||||||
|
|||||||
@@ -119,7 +119,20 @@
|
|||||||
<Files>
|
<Files>
|
||||||
<Path fileType="doc">/usr/share/doc/scribus</Path>
|
<Path fileType="doc">/usr/share/doc/scribus</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>scribus-devel</Name>
|
||||||
|
<Summary>Development files for scribus</Summary>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency release="current">scribus</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="header">/usr/include</Path>
|
||||||
|
<Path fileType="data">/usr/lib/cmake</Path>
|
||||||
|
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="11">
|
<Update release="11">
|
||||||
|
|||||||
Reference in New Issue
Block a user