pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/deforaos-browser deforaos-browser: depend on ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/328e42ee43dd
branches:  trunk
changeset: 380585:328e42ee43dd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jun 09 07:51:13 2022 +0000

description:
deforaos-browser: depend on latest gtk-doc and fix PLIST for it.

Bump PKGREVISION.

diffstat:

 sysutils/deforaos-browser/Makefile   |  7 +++----
 sysutils/deforaos-browser/PLIST      |  3 ++-
 sysutils/deforaos-browser/options.mk |  4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (62 lines):

diff -r 913dccc6a183 -r 328e42ee43dd sysutils/deforaos-browser/Makefile
--- a/sysutils/deforaos-browser/Makefile        Thu Jun 09 07:48:57 2022 +0000
+++ b/sysutils/deforaos-browser/Makefile        Thu Jun 09 07:51:13 2022 +0000
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.38 2022/05/17 17:44:27 khorben Exp $
-#
+# $NetBSD: Makefile,v 1.39 2022/06/09 07:51:13 wiz Exp $
 
 DISTNAME=      Browser-0.5.5
 PKGNAME=       deforaos-browser-0.5.5
+PKGREVISION=   1
 CATEGORIES=    sysutils
 MASTER_SITES=  https://ftp.defora.org/pub/DeforaOS/Apps/Desktop/src/Browser/
 
 MAINTAINER=    khorben%defora.org@localhost
 HOMEPAGE=      https://www.defora.org/
 COMMENT=       DeforaOS desktop file manager and desktop handler
-
 LICENSE=       2-clause-bsd
 
 USE_TOOLS+=    pkg-config
@@ -59,6 +58,6 @@
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../x11/deforaos-libdesktop/buildlink3.mk"
 .include "../../x11/libXrandr/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gtk-doc+=        gtk-doc>=1.20
+BUILDLINK_API_DEPENDS.gtk-doc+=        gtk-doc>=1.32nb9
 .include "../../textproc/gtk-doc/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 913dccc6a183 -r 328e42ee43dd sysutils/deforaos-browser/PLIST
--- a/sysutils/deforaos-browser/PLIST   Thu Jun 09 07:48:57 2022 +0000
+++ b/sysutils/deforaos-browser/PLIST   Thu Jun 09 07:51:13 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2022/05/17 17:44:27 khorben Exp $
+@comment $NetBSD: PLIST,v 1.11 2022/06/09 07:51:13 wiz Exp $
 bin/browser
 bin/copy
 bin/delete
@@ -62,6 +62,7 @@
 share/gtk-doc/html/Browser/Browser.devhelp2
 share/gtk-doc/html/Browser/api-index-full.html
 share/gtk-doc/html/Browser/ch01.html
+share/gtk-doc/html/Browser/deprecated-api-index.html
 share/gtk-doc/html/Browser/home.png
 share/gtk-doc/html/Browser/index.html
 share/gtk-doc/html/Browser/left-insensitive.png
diff -r 913dccc6a183 -r 328e42ee43dd sysutils/deforaos-browser/options.mk
--- a/sysutils/deforaos-browser/options.mk      Thu Jun 09 07:48:57 2022 +0000
+++ b/sysutils/deforaos-browser/options.mk      Thu Jun 09 07:51:13 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2022/05/17 17:44:27 khorben Exp $
+# $NetBSD: options.mk,v 1.4 2022/06/09 07:51:13 wiz Exp $
 #
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.deforaos-browser
@@ -7,5 +7,5 @@
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Membedded)
-DEFORAOS_CONFIGURE_MODE=embedded-debug
+DEFORAOS_CONFIGURE_MODE=       embedded-debug
 .endif



Home | Main Index | Thread Index | Old Index