pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/gtk4



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jul 25 01:09:27 UTC 2023

Modified Files:
        pkgsrc/x11/gtk4: PLIST options.mk

Log Message:
gtk4: lpr backend was droppped, clean up


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/gtk4/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/gtk4/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/gtk4/PLIST
diff -u pkgsrc/x11/gtk4/PLIST:1.9 pkgsrc/x11/gtk4/PLIST:1.10
--- pkgsrc/x11/gtk4/PLIST:1.9   Wed Jul 19 07:15:30 2023
+++ pkgsrc/x11/gtk4/PLIST       Tue Jul 25 01:09:27 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2023/07/19 07:15:30 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2023/07/25 01:09:27 wiz Exp $
 bin/gtk4-builder-tool
 bin/gtk4-demo
 bin/gtk4-demo-application
@@ -383,7 +383,6 @@ lib/girepository-1.0/Gtk-4.0.typelib
 lib/gtk-4.0/4.0.0/media/libmedia-ffmpeg.so
 ${PLIST.cups}lib/gtk-4.0/4.0.0/printbackends/libprintbackend-cups.so
 lib/gtk-4.0/4.0.0/printbackends/libprintbackend-file.so
-${PLIST.lpr}lib/gtk-4.0/4.0.0/printbackends/libprintbackend-lpr.so
 lib/libgtk-4.${SOEXT}
 ${PLIST.dylib}lib/libgtk-4.1.dylib
 ${PLIST.no-dylib}lib/libgtk-4.so.1

Index: pkgsrc/x11/gtk4/options.mk
diff -u pkgsrc/x11/gtk4/options.mk:1.2 pkgsrc/x11/gtk4/options.mk:1.3
--- pkgsrc/x11/gtk4/options.mk:1.2      Thu Sep 22 09:22:21 2022
+++ pkgsrc/x11/gtk4/options.mk  Tue Jul 25 01:09:27 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2022/09/22 09:22:21 wiz Exp $
+# $NetBSD: options.mk,v 1.3 2023/07/25 01:09:27 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gtk4
 PKG_SUPPORTED_OPTIONS= cups debug
@@ -58,13 +58,12 @@ MESON_ARGS+=                -Dx11-backend=true
 MESON_ARGS+=           -Dx11-backend=false
 .endif
 
-PLIST_VARS+=           cups lpr
+PLIST_VARS+=           cups
 .if !empty(PKG_OPTIONS:Mcups)
 PLIST.cups=            yes
 MESON_ARGS+=           -Dprint-cups=enabled
 .include "../../print/libcups/buildlink3.mk"
 .else
-PLIST.lpr=             yes
 MESON_ARGS+=           -Dprint-cups=disabled
 .endif
 



Home | Main Index | Thread Index | Old Index