Skip to content

Commit

Permalink
graphics/zathura-pdf-mupdf: Update version 0.4.0=>0.4.1
Browse files Browse the repository at this point in the history
- Introduce USE_GITLAB and releated variables (and remove MASTER_SITES).
- Remove unneeded dependenceies.

Changelog:
https://pwmt.org/projects/zathura-pdf-mupdf/changelog/0.4.1/index.html

PR:		275591
Approved by:	submitter is maintainer
  • Loading branch information
uzsolt authored and 5u623l20 committed Dec 8, 2023
1 parent 01ca80f commit 91bd4a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
15 changes: 6 additions & 9 deletions graphics/zathura-pdf-mupdf/Makefile
@@ -1,9 +1,6 @@
PORTNAME= zathura-pdf-mupdf
DISTVERSION= 0.4.0
PORTREVISION= 2
DISTVERSION= 0.4.1
CATEGORIES= graphics
MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/ \
http://freebsd.uzsolt.hu/src/

MAINTAINER= uzsolt@uzsolt.hu
COMMENT= MuPDF render PDF plugin for Zathura PDF viewer
Expand All @@ -15,15 +12,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= zathura:graphics/zathura
LIB_DEPENDS= libfreetype.so:print/freetype2 \
libgirara-gtk3.so:x11-toolkits/girara \
libharfbuzz.so:print/harfbuzz \
libjbig2dec.so:graphics/jbig2dec \
libmupdf.so:graphics/mupdf \
libopenjp2.so:graphics/openjpeg
libmupdf.so:graphics/mupdf
RUN_DEPENDS= zathura:graphics/zathura

USES= compiler:c11 desktop-file-utils gnome jpeg meson pkgconfig
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30
USE_GNOME= cairo glib20
USE_LDCONFIG= ${PREFIX}/lib/zathura
USE_GITLAB= yes
GL_SITE= https://git.pwmt.org/
GL_ACCOUNT= pwmt

CONFLICTS_INSTALL= zathura-pdf-poppler

Expand Down
6 changes: 3 additions & 3 deletions graphics/zathura-pdf-mupdf/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1671087133
SHA256 (zathura-pdf-mupdf-0.4.0.tar.gz) = 60663e9aad4b639f86fc4e54614361a653a48dcf257499a98cb050ed19a70af8
SIZE (zathura-pdf-mupdf-0.4.0.tar.gz) = 9323
TIMESTAMP = 1701810692
SHA256 (zathura-pdf-mupdf-0.4.1.tar.bz2) = ac21bb898b415a69ace2099f243b28905e7196f0edaae2cecba5a04568f20e0d
SIZE (zathura-pdf-mupdf-0.4.1.tar.bz2) = 8815

0 comments on commit 91bd4a2

Please sign in to comment.