Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id A56541A9256 for ; Tue, 10 Nov 2020 13:20:39 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 164B984DD5; Tue, 10 Nov 2020 13:20:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 164B484DFF for ; Tue, 10 Nov 2020 12:38:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id J9jJnM7mbj1W for ; Tue, 10 Nov 2020 12:38:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3AB0C84DFC for ; Tue, 10 Nov 2020 12:38:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2E999FB28; Tue, 10 Nov 2020 12:38:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1605011884254040" MIME-Version: 1.0 Date: Tue, 10 Nov 2020 12:38:04 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/devel/libhandy To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20201110123804.2E999FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1605011884254040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Nov 10 12:38:04 UTC 2020 Modified Files: pkgsrc/devel/libhandy: Makefile PLIST buildlink3.mk distinfo Log Message: devel: Add libhandy1. The aim of the Handy library is to help with developing UI for mobile devices using GTK/GNOME. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/libhandy/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/libhandy/PLIST \ pkgsrc/devel/libhandy/distinfo cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/libhandy/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1605011884254040 Content-Disposition: inline Content-Length: 7976 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/libhandy/Makefile diff -u pkgsrc/devel/libhandy/Makefile:1.8 pkgsrc/devel/libhandy/Makefile:1.9 --- pkgsrc/devel/libhandy/Makefile:1.8 Tue Oct 6 19:51:16 2020 +++ pkgsrc/devel/libhandy/Makefile Tue Nov 10 12:38:03 2020 @@ -1,26 +1,26 @@ -# $NetBSD: Makefile,v 1.8 2020/10/06 19:51:16 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2020/11/10 12:38:03 nia Exp $ -DISTNAME= libhandy-v0.0.13 -PKGNAME= ${DISTNAME:S/-v/-/1} -PKGREVISION= 5 +DISTNAME= libhandy-1.0.1 +PKGNAME= ${DISTNAME:S/libhandy/libhandy1/1} CATEGORIES= devel -MASTER_SITES= https://source.puri.sm/Librem5/libhandy/-/archive/v${PKGVERSION_NOREV}/ +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/${PKGBASE}/${PKGVERSION_NOREV:R}/} +EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://source.puri.sm/Librem5/libhandy -COMMENT= Library with GTK+3 widgets for mobile devices +HOMEPAGE= https://gitlab.gnome.org/GNOME/libhandy/ +COMMENT= Building blocks for modern adaptive GNOME apps LICENSE= gnu-lgpl-v2.1 -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config xgettext # workaround for build failure # https://gitlab.gnome.org/GNOME/json-glib/issues/35 -MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/src +# MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/src PYTHON_FOR_BUILD_ONLY= tool PKGCONFIG_OVERRIDE_STAGE= pre-install -PKGCONFIG_OVERRIDE+= output/meson-private/libhandy-0.0.pc +PKGCONFIG_OVERRIDE+= output/meson-private/libhandy-1.pc .include "../../devel/gobject-introspection/buildlink3.mk" .include "../../devel/meson/build.mk" Index: pkgsrc/devel/libhandy/PLIST diff -u pkgsrc/devel/libhandy/PLIST:1.1 pkgsrc/devel/libhandy/PLIST:1.2 --- pkgsrc/devel/libhandy/PLIST:1.1 Tue Jan 21 14:58:09 2020 +++ pkgsrc/devel/libhandy/PLIST Tue Nov 10 12:38:03 2020 @@ -1,45 +1,59 @@ -@comment $NetBSD: PLIST,v 1.1 2020/01/21 14:58:09 nia Exp $ -bin/handy-0.0-demo -include/libhandy-0.0/handy.h -include/libhandy-0.0/hdy-action-row.h -include/libhandy-0.0/hdy-animation.h -include/libhandy-0.0/hdy-arrows.h -include/libhandy-0.0/hdy-column.h -include/libhandy-0.0/hdy-combo-row.h -include/libhandy-0.0/hdy-deprecation-macros.h -include/libhandy-0.0/hdy-dialer-button.h -include/libhandy-0.0/hdy-dialer-cycle-button.h -include/libhandy-0.0/hdy-dialer.h -include/libhandy-0.0/hdy-dialog.h -include/libhandy-0.0/hdy-enum-value-object.h -include/libhandy-0.0/hdy-enums.h -include/libhandy-0.0/hdy-expander-row.h -include/libhandy-0.0/hdy-fold.h -include/libhandy-0.0/hdy-header-bar.h -include/libhandy-0.0/hdy-header-group.h -include/libhandy-0.0/hdy-keypad.h -include/libhandy-0.0/hdy-leaflet.h -include/libhandy-0.0/hdy-list-box.h -include/libhandy-0.0/hdy-main.h -include/libhandy-0.0/hdy-paginator.h -include/libhandy-0.0/hdy-preferences-group.h -include/libhandy-0.0/hdy-preferences-page.h -include/libhandy-0.0/hdy-preferences-row.h -include/libhandy-0.0/hdy-preferences-window.h -include/libhandy-0.0/hdy-search-bar.h -include/libhandy-0.0/hdy-squeezer.h -include/libhandy-0.0/hdy-string-utf8.h -include/libhandy-0.0/hdy-swipe-group.h -include/libhandy-0.0/hdy-swipeable.h -include/libhandy-0.0/hdy-title-bar.h -include/libhandy-0.0/hdy-value-object.h -include/libhandy-0.0/hdy-version.h -include/libhandy-0.0/hdy-view-switcher-bar.h -include/libhandy-0.0/hdy-view-switcher.h -lib/girepository-1.0/Handy-0.0.typelib -lib/libhandy-0.0.so -lib/libhandy-0.0.so.0 -lib/pkgconfig/libhandy-0.0.pc -share/gir-1.0/Handy-0.0.gir -share/vala/vapi/libhandy-0.0.deps -share/vala/vapi/libhandy-0.0.vapi +@comment $NetBSD: PLIST,v 1.2 2020/11/10 12:38:03 nia Exp $ +bin/handy-1-demo +include/libhandy-1/handy.h +include/libhandy-1/hdy-action-row.h +include/libhandy-1/hdy-animation.h +include/libhandy-1/hdy-application-window.h +include/libhandy-1/hdy-avatar.h +include/libhandy-1/hdy-carousel-indicator-dots.h +include/libhandy-1/hdy-carousel-indicator-lines.h +include/libhandy-1/hdy-carousel.h +include/libhandy-1/hdy-clamp.h +include/libhandy-1/hdy-combo-row.h +include/libhandy-1/hdy-deck.h +include/libhandy-1/hdy-deprecation-macros.h +include/libhandy-1/hdy-enum-value-object.h +include/libhandy-1/hdy-enums.h +include/libhandy-1/hdy-expander-row.h +include/libhandy-1/hdy-header-bar.h +include/libhandy-1/hdy-header-group.h +include/libhandy-1/hdy-keypad.h +include/libhandy-1/hdy-leaflet.h +include/libhandy-1/hdy-main.h +include/libhandy-1/hdy-navigation-direction.h +include/libhandy-1/hdy-preferences-group.h +include/libhandy-1/hdy-preferences-page.h +include/libhandy-1/hdy-preferences-row.h +include/libhandy-1/hdy-preferences-window.h +include/libhandy-1/hdy-search-bar.h +include/libhandy-1/hdy-squeezer.h +include/libhandy-1/hdy-swipe-group.h +include/libhandy-1/hdy-swipe-tracker.h +include/libhandy-1/hdy-swipeable.h +include/libhandy-1/hdy-title-bar.h +include/libhandy-1/hdy-types.h +include/libhandy-1/hdy-value-object.h +include/libhandy-1/hdy-version.h +include/libhandy-1/hdy-view-switcher-bar.h +include/libhandy-1/hdy-view-switcher-title.h +include/libhandy-1/hdy-view-switcher.h +include/libhandy-1/hdy-window-handle.h +include/libhandy-1/hdy-window.h +lib/girepository-1.0/Handy-1.typelib +lib/libhandy-1.so +lib/libhandy-1.so.0 +lib/pkgconfig/libhandy-1.pc +share/gir-1.0/Handy-1.gir +share/locale/en_GB/LC_MESSAGES/libhandy.mo +share/locale/es/LC_MESSAGES/libhandy.mo +share/locale/eu/LC_MESSAGES/libhandy.mo +share/locale/fr/LC_MESSAGES/libhandy.mo +share/locale/fur/LC_MESSAGES/libhandy.mo +share/locale/id/LC_MESSAGES/libhandy.mo +share/locale/pl/LC_MESSAGES/libhandy.mo +share/locale/pt_BR/LC_MESSAGES/libhandy.mo +share/locale/ro/LC_MESSAGES/libhandy.mo +share/locale/sl/LC_MESSAGES/libhandy.mo +share/locale/uk/LC_MESSAGES/libhandy.mo +share/vala/vapi/libhandy-1.deps +share/vala/vapi/libhandy-1.vapi Index: pkgsrc/devel/libhandy/distinfo diff -u pkgsrc/devel/libhandy/distinfo:1.1 pkgsrc/devel/libhandy/distinfo:1.2 --- pkgsrc/devel/libhandy/distinfo:1.1 Tue Jan 21 14:58:09 2020 +++ pkgsrc/devel/libhandy/distinfo Tue Nov 10 12:38:03 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2020/01/21 14:58:09 nia Exp $ +$NetBSD: distinfo,v 1.2 2020/11/10 12:38:03 nia Exp $ -SHA1 (libhandy-v0.0.13.tar.gz) = c4f0c2d4ce324ba0782bfd3b8ceffbdd7e11db7d -RMD160 (libhandy-v0.0.13.tar.gz) = 4801d121d283a284a2c846f05e912837db81587a -SHA512 (libhandy-v0.0.13.tar.gz) = b9eaef775a93c200aa3f526b627827ed4530ff2a4c826ab24abdbd944075c0939232bd2c3388b8b8e34c6729cb11017a7af2bd3ff9eec78fbdc7e7dd9f11d24b -Size (libhandy-v0.0.13.tar.gz) = 443408 bytes +SHA1 (libhandy-1.0.1.tar.xz) = 259521454efc10ae071e1f0105c3eeef54c3c03d +RMD160 (libhandy-1.0.1.tar.xz) = 1061b8bec2222019e45fedcecdcf14390b4c7230 +SHA512 (libhandy-1.0.1.tar.xz) = c2cde909b3e7af10bc23fdfee36dea374fec71f8c3f319730eca0b4cafe8f7d1130a0b08b554afe72047fbfe033a6ef11921c065c0576f2e994a9d267ddc3a42 +Size (libhandy-1.0.1.tar.xz) = 385836 bytes Index: pkgsrc/devel/libhandy/buildlink3.mk diff -u pkgsrc/devel/libhandy/buildlink3.mk:1.5 pkgsrc/devel/libhandy/buildlink3.mk:1.6 --- pkgsrc/devel/libhandy/buildlink3.mk:1.5 Mon Aug 17 20:17:23 2020 +++ pkgsrc/devel/libhandy/buildlink3.mk Tue Nov 10 12:38:03 2020 @@ -1,16 +1,15 @@ -# $NetBSD: buildlink3.mk,v 1.5 2020/08/17 20:17:23 leot Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2020/11/10 12:38:03 nia Exp $ -BUILDLINK_TREE+= libhandy +BUILDLINK_TREE+= libhandy1 -.if !defined(LIBHANDY_BUILDLINK3_MK) -LIBHANDY_BUILDLINK3_MK:= +.if !defined(LIBHANDY1_BUILDLINK3_MK) +LIBHANDY1_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.libhandy+= libhandy>=0.0.13 -BUILDLINK_ABI_DEPENDS.libhandy?= libhandy>=0.0.13nb4 -BUILDLINK_PKGSRCDIR.libhandy?= ../../devel/libhandy -BUILDLINK_INCDIRS.libhandy+= include/libhandy-0.0 +BUILDLINK_API_DEPENDS.libhandy1+= libhandy1>=1.0 +BUILDLINK_ABI_DEPENDS.libhandy1?= libhandy1>=1.0 +BUILDLINK_PKGSRCDIR.libhandy1?= ../../devel/libhandy1 .include "../../x11/gtk3/buildlink3.mk" -.endif # LIBHANDY_BUILDLINK3_MK +.endif # LIBHANDY1_BUILDLINK3_MK -BUILDLINK_TREE+= -libhandy +BUILDLINK_TREE+= -libhandy1 --_----------=_1605011884254040--