Merge pull request #4497 from Rmys/master

mupdf-1.12.0:ver.bump
This commit is contained in:
Rmys
2018-02-12 02:10:50 +03:00
committed by GitHub
2 changed files with 14 additions and 4 deletions
+2 -2
View File
@@ -14,10 +14,10 @@ def build():
autotools.make("prefix=/usr")
# remove bundled packages, use our system libraries
shelltools.system("rm -rf thirdparty/{curl,freetype,glfw,harfbuzz,jbig2dec,jpeg,openjpeg,zlib}")
shelltools.system("rm -rf thirdparty/{curl,freeglut,freetype,harfbuzz,jbig2dec,libjpeg,openjpeg,zlib}")
def install():
autotools.rawInstall("DESTDIR=%s prefix=/usr" % get.installDIR())
pisitools.remove("/usr/lib/*.a")
pisitools.dodoc("README", "COPYING")
pisitools.dodoc("README", "COPYING")
+12 -2
View File
@@ -12,14 +12,16 @@
<IsA>app:gui</IsA>
<Summary>Lightweight PDF and XPS viewer</Summary>
<Description>MuPDF is a lightweight open source software framework for viewing and converting PDF, XPS, and E-book documents.</Description>
<Archive sha1sum="f782d36aaa896319207e81953e5a622201477b5b" type="targz">https://mupdf.com/downloads/mupdf-1.11-source.tar.gz</Archive>
<Archive sha1sum="0daee66600023de2bda2f1928a97a8515c17d2d2" type="targz">https://mupdf.com/downloads/mupdf-1.12.0-source.tar.gz</Archive>
<BuildDependencies>
<Dependency>mesa-devel</Dependency>
<Dependency>curl-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>libXi-devel</Dependency>
<Dependency>libXext-devel</Dependency>
<Dependency>harfbuzz-devel</Dependency>
<Dependency>mesa-glu-devel</Dependency>
<Dependency>openjpeg-devel</Dependency>
<Dependency>libXrandr-devel</Dependency>
<Dependency>libXcursor-devel</Dependency>
@@ -33,6 +35,7 @@
<Dependency>mesa</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libXext</Dependency>
<Dependency>libXrandr</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
@@ -55,6 +58,13 @@
</Package>
<History>
<Update release="2">
<Date>2018-02-11</Date>
<Version>1.12.0</Version>
<Comment>Version Bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2017-07-13</Date>
<Version>1.11</Version>
@@ -63,4 +73,4 @@
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>