pkgsrc-WIP-changes archive

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

wip/gnome-builder: Fix DESCR, Add desktop db support



Module Name:	pkgsrc-wip
Committed By:	Dan Cîrnaț <dan%alt.md@localhost>
Pushed By:	cirnatdan
Date:		Sun May 31 23:29:13 2020 +0200
Changeset:	766c7dc4cab18a9f02f66b2e4d66323882566860

Modified Files:
	gnome-builder/DESCR
	gnome-builder/Makefile

Log Message:
wip/gnome-builder: Fix DESCR, Add desktop db support

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

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

diffstat:
 gnome-builder/DESCR    | 22 ----------------------
 gnome-builder/Makefile |  4 +++-
 2 files changed, 3 insertions(+), 23 deletions(-)

diffs:
diff --git a/gnome-builder/DESCR b/gnome-builder/DESCR
index 23c85a71c8..95e5e7dc33 100644
--- a/gnome-builder/DESCR
+++ b/gnome-builder/DESCR
@@ -1,23 +1 @@
-TODO: Adjust the following lines from README.md
-
-# Builder
-
-Develop software for GNOME
-
-## Helpful Links
-
- * [Read the documentation](http://builder.readthedocs.io/en/latest/)
- * [File a Bug in GitLab](https://gitlab.gnome.org/GNOME/gnome-builder/issues)
- * [Download a Release Tarball](https://download.gnome.org/sources/gnome-builder/)
- * [Browse source code in Git version control](https://gitlab.gnome.org/GNOME/gnome-builder)
- * [Learn more about Builder](https://wiki.gnome.org/Apps/Builder)
- * [Chat with the developers](irc://irc.gnome.org/#gnome-builder) in #gnome-builder on irc.gnome.org
-
-----
-
 Builder aims to be an IDE for writing GNOME-based software.
-We believe this focus will help us build something great for our community.
-
-If you would like to help in this effort, join our IRC channel and we will help you find something to work on.
-
-...
diff --git a/gnome-builder/Makefile b/gnome-builder/Makefile
index f884abe85f..4f69f06c23 100644
--- a/gnome-builder/Makefile
+++ b/gnome-builder/Makefile
@@ -4,10 +4,11 @@ DISTNAME=	gnome-builder-3.36.0
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GNOME:=sources/gnome-builder/3.36/}
 EXTRACT_SUFX=	.tar.xz
+PKGREVISION=	1
 
 MAINTAINER=	dan%alt.md@localhost
 HOMEPAGE=	https://wiki.gnome.org/Apps/Builder
-COMMENT=	A toolsmith for GNOME-based applications
+COMMENT=	IDE/toolsmith for GNOME-based applications
 LICENSE=	gnu-gpl-v3
 
 USE_PKGLOCALEDIR=	yes
@@ -22,6 +23,7 @@ MESON_ARGS+=		-Dplugin_update_manager=false
 
 CFLAGS+=		-Wno-error=shadow
 
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../lang/clang/buildlink3.mk"
 .include "../../textproc/gspell/buildlink3.mk"
 .include "../../devel/glade/buildlink3.mk"


Home | Main Index | Thread Index | Old Index