pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Added elementary-code IDE
Module Name: pkgsrc-wip
Committed By: Jay Patel <jaypatel.ani%gmail.com@localhost>
Pushed By: jaypatelani
Date: Wed Jul 15 15:20:47 2020 +0530
Changeset: a0ab8b9f34ea601553c0a6a2bde7a0e044452609
Modified Files:
Makefile
Added Files:
elementary-code/DESCR
elementary-code/Makefile
elementary-code/PLIST
elementary-code/TODO
elementary-code/distinfo
Log Message:
Added elementary-code IDE
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a0ab8b9f34ea601553c0a6a2bde7a0e044452609
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
elementary-code/DESCR | 1 +
elementary-code/Makefile | 34 ++++++++++++++++++++++++++++++++++
elementary-code/PLIST | 1 +
elementary-code/TODO | 3 +++
elementary-code/distinfo | 6 ++++++
6 files changed, 46 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 91ad4c3213..e8d7531ab8 100644
--- a/Makefile
+++ b/Makefile
@@ -698,6 +698,7 @@ SUBDIR+= electricsheep
SUBDIR+= electricsheep-git
SUBDIR+= elegent
SUBDIR+= elementary-calculator
+SUBDIR+= elementary-code
SUBDIR+= elfhash-git
SUBDIR+= elinks-libmm
SUBDIR+= elinks-snapshot
diff --git a/elementary-code/DESCR b/elementary-code/DESCR
new file mode 100644
index 0000000000..46c6367bc9
--- /dev/null
+++ b/elementary-code/DESCR
@@ -0,0 +1 @@
+Elementory code editor
diff --git a/elementary-code/Makefile b/elementary-code/Makefile
new file mode 100644
index 0000000000..9d6bf6d995
--- /dev/null
+++ b/elementary-code/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD$
+
+GITHUB_PROJECT= code
+GITHUB_TAG= 3.4.1
+DISTNAME= 3.4.1
+PKGNAME= ${GITHUB_PROJECT}-${DISTNAME}
+CATEGORIES= editors
+MASTER_SITES= ${MASTER_SITE_GITHUB:=elementary/}
+DIST_SUBDIR= ${GITHUB_PROJECT}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/elementary/code/
+COMMENT= Elementory code editor
+LICENSE= gnu-gpl-v3
+
+WRKSRC= ${WRKDIR}/code-3.4.1
+USE_PKGLOCALEDIR= yes
+USE_TOOLS= pkg-config
+USE_CMAKE= yes
+USE_LANGUAGES= c c++
+
+.include "../../devel/meson/build.mk"
+.include "../../x11/gtk3/buildlink3.mk"
+.include "../../lang/vala/buildlink3.mk"
+.include "../../devel/libgee/buildlink3.mk"
+.include "../../devel/wayland/buildlink3.mk"
+.include "../../devel/wayland-protocols/buildlink3.mk"
+.include "../../x11/libxkbcommon/buildlink3.mk"
+.include "../../wip/granite/buildlink3.mk"
+.include "../../x11/gtksourceview3/buildlink3.mk"
+.include "../../devel/libpeas/buildlink3.mk"
+.include "../../devel/libgit2/buildlink3.mk"
+.include "../../devel/glib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/elementary-code/PLIST b/elementary-code/PLIST
new file mode 100644
index 0000000000..48d96a5493
--- /dev/null
+++ b/elementary-code/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/elementary-code/TODO b/elementary-code/TODO
new file mode 100644
index 0000000000..faa128a02b
--- /dev/null
+++ b/elementary-code/TODO
@@ -0,0 +1,3 @@
+Dependency wip/py-libgit2-glib needs to be linked
+it is bullding for some but not for me on my machine.
+
diff --git a/elementary-code/distinfo b/elementary-code/distinfo
new file mode 100644
index 0000000000..6c356f0287
--- /dev/null
+++ b/elementary-code/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (code/3.4.1.tar.gz) = d73b03a826869b11c2d531b879c3650ba6c3450b
+RMD160 (code/3.4.1.tar.gz) = ae6aa1f54ff25b3d3cdd0820f4d687b1091266bf
+SHA512 (code/3.4.1.tar.gz) = ea98f2e2a08e9458a81fd74690ea6603dedf445b7e3d775af15853ea9cb2fcb442068a25c17cb75ec0b05f22a14e5ccee0876a4cdc820b19061a4e9cdff73f17
+Size (code/3.4.1.tar.gz) = 1468212 bytes
Home |
Main Index |
Thread Index |
Old Index