pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
New gnome-common with changes for qeek@'s gdm package
Module Name: pkgsrc-wip
Committed By: jaypatelani <jaypatelani%gmail.com@localhost>
Pushed By: jaypatelani
Date: Thu Oct 1 09:26:56 2020 +0530
Changeset: d6cd15cde74f4806dcdbcf89cea70663f1222c4c
Modified Files:
Makefile
Added Files:
gnome-common/DESCR
gnome-common/Makefile
gnome-common/PLIST
gnome-common/distinfo
Log Message:
New gnome-common with changes for qeek@'s gdm package
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d6cd15cde74f4806dcdbcf89cea70663f1222c4c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
gnome-common/DESCR | 3 +++
gnome-common/Makefile | 21 +++++++++++++++++++++
gnome-common/PLIST | 7 +++++++
gnome-common/distinfo | 6 ++++++
5 files changed, 38 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 2ce37993e5..deef7d42e6 100644
--- a/Makefile
+++ b/Makefile
@@ -1153,6 +1153,7 @@ SUBDIR+= gnome-backgrounds
SUBDIR+= gnome-bluetooth
SUBDIR+= gnome-builder
SUBDIR+= gnome-clipboard-daemon
+SUBDIR+= gnome-common
SUBDIR+= gnome-control-center
SUBDIR+= gnome-core
SUBDIR+= gnome-desktop3
diff --git a/gnome-common/DESCR b/gnome-common/DESCR
new file mode 100644
index 0000000000..2a40c75e45
--- /dev/null
+++ b/gnome-common/DESCR
@@ -0,0 +1,3 @@
+gnome-common contains a set of M4 macros useful to easily write configure
+scripts for GNOME 1 and GNOME 2 programs. These macros provide a set of
+checks used by many GNOME programs that need to do similar things.
diff --git a/gnome-common/Makefile b/gnome-common/Makefile
new file mode 100644
index 0000000000..35787f4e62
--- /dev/null
+++ b/gnome-common/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME= gnome-common-3.18.0
+CATEGORIES= devel
+MASTER_SITES= https://gitlab.gnome.org/GNOME/gnome-common/-/archive/3.18.0/
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://gitlab.gnome.org/GNOME/gnome-common/-/archive/3.18.0/
+COMMENT= Generic M4 macros for GNOME development
+LICENSE= gnu-gpl-v3
+
+WRKSRC= ${WRKDIR}/gnome-common-3.18.0
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config gmake automake intltool autoreconf
+USE_PKGLOCALEDIR= yes
+
+
+pre-configure:
+ cd ${WRKSRC} && NOCONFIGURE=1 ./autogen.sh
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/gnome-common/PLIST b/gnome-common/PLIST
new file mode 100644
index 0000000000..d9c4c074d7
--- /dev/null
+++ b/gnome-common/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD$
+bin/gnome-autogen.sh
+share/aclocal/ax_check_enable_debug.m4
+share/aclocal/ax_code_coverage.m4
+share/aclocal/gnome-code-coverage.m4
+share/aclocal/gnome-common.m4
+share/aclocal/gnome-compiler-flags.m4
diff --git a/gnome-common/distinfo b/gnome-common/distinfo
new file mode 100644
index 0000000000..0e6bcaeaea
--- /dev/null
+++ b/gnome-common/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (gnome-common-3.18.0.tar.gz) = 0fba99ac7c9f40cb64bcda342b94bbaa5f4d7bc8
+RMD160 (gnome-common-3.18.0.tar.gz) = 927b53fdad37da8f868b21da420604f6eace6501
+SHA512 (gnome-common-3.18.0.tar.gz) = 05a76513efa8dae18a68e17347bbc6d5beeecede8be994e8f55fff7142969f375175df9ceedcd89ba55baa57d31b95b743f5bc7531ab35f912541a6e917187a6
+Size (gnome-common-3.18.0.tar.gz) = 26972 bytes
Home |
Main Index |
Thread Index |
Old Index