pkgsrc-WIP-changes archive

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

gtg: fix package installation.



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Sat Nov 27 17:26:50 2021 +0000
Changeset:	2c80ce5bf2571081ed7773fce6355fafdabf4928

Modified Files:
	gtg/Makefile
Removed Files:
	gtg/Makefile.old

Log Message:
gtg: fix package installation.

Now it fails at runtime though, with a missing liblarch module.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2c80ce5bf2571081ed7773fce6355fafdabf4928

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

diffstat:
 gtg/Makefile     |  4 ++++
 gtg/Makefile.old | 31 -------------------------------
 2 files changed, 4 insertions(+), 31 deletions(-)

diffs:
diff --git a/gtg/Makefile b/gtg/Makefile
index ddfd4d7a1d..6a2db55235 100644
--- a/gtg/Makefile
+++ b/gtg/Makefile
@@ -15,12 +15,16 @@ WRKSRC=			${WRKDIR}/${DISTNAME}
 USE_PKGLOCALEDIR=	yes
 USE_LANGUAGES=		# none
 PYTHON_VERSIONS_INCOMPATIBLE=	27
+PY_PATCHPLIST=		yes
 
 REPLACE_PYTHON+=	GTG/gtg.in
 REPLACE_PYTHON+=	GTG/core/networkmanager.py
 
+# TODO: depend on liblarch module
+
 .include "../../devel/meson/build.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../lang/python/application.mk"
 .include "../../lang/python/extension.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/gtg/Makefile.old b/gtg/Makefile.old
deleted file mode 100644
index fe22f18dbd..0000000000
--- a/gtg/Makefile.old
+++ /dev/null
@@ -1,31 +0,0 @@
-# $NetBSD: Makefile,v 1.12 2015/02/04 10:10:50 thomasklausner Exp $
-
-DISTNAME=	gtg-0.5
-CATEGORIES=	editors python
-MASTER_SITES=	${MASTER_SITE_GITHUB:=getting-things-gnome/}
-GITHUB_TAG=	v${PKGVERSION_NOREV}
-
-MAINTAINER=	pkgsrc.gnome%gmail.com@localhost
-HOMEPAGE=	https://flathub.org/apps/details/org.gnome.GTG
-COMMENT=	Personal organizer for GNOME
-LICENSE=	gnu-gpl-v3
-
-#DEPENDS+=	${PYPKGPREFIX}-xdg>=0.17:../../devel/py-xdg
-#DEPENDS+=	${PYPKGPREFIX}-configobj>=4.6.0:../../devel/py-configobj
-#DEPENDS+=	${PYPKGPREFIX}-cairo-[0-9]*:../../graphics/py-cairo118
-
-USE_PKGLOCALEDIR=	yes
-USE_TOOLS+=		intltool msgfmt
-
-INSTALLATION_DIRS+=	${PKGMANDIR}/man1
-
-.include "../../devel/libglade/buildlink3.mk"
-.include "../../devel/pango/buildlink3.mk"
-.include "../../devel/py-gobject/buildlink3.mk"
-.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../graphics/librsvg/buildlink3.mk"
-.include "../../lang/python/extension.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../x11/py-gnome2/buildlink3.mk"
-.include "../../x11/py-gtk2/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index