mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
Zathura : use venom-meson
This commit is contained in:
@@ -1,27 +1,20 @@
|
||||
# description : Zathura - highly customizable and functional document viewer
|
||||
# depends : meson girara glib gettext cairo gtk3 file libseccomp pkgconf
|
||||
# depends : meson glib gettext cairo gtk3 file libseccomp pkgconf
|
||||
|
||||
name=zathura
|
||||
version=0.5.1
|
||||
release=1
|
||||
source="https://github.com/pwmt/zathura/archive/$version/$name-$version.tar.gz"
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
mkdir build
|
||||
cd build
|
||||
|
||||
meson \
|
||||
--prefix=/usr \
|
||||
--libexecdir=/usr/lib/$name \
|
||||
--localstatedir=/var \
|
||||
--buildtype=plain \
|
||||
venom-meson $name-$version build \
|
||||
--wrap-mode nopromote \
|
||||
-Dconvert-icon=disabled \
|
||||
-Dmanpages=disabled \
|
||||
-Dseccomp=disabled \
|
||||
-Dsqlite=disabled \
|
||||
-Dsynctex=disabled \
|
||||
-D b_lto=true ..
|
||||
meson compile
|
||||
DESTDIR=$PKG meson install
|
||||
-D b_lto=true
|
||||
meson compile -C build
|
||||
DESTDIR=$PKG meson install -C build
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user