pkgsrc-WIP-changes archive

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

ayatana-ido: new package



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Apr 22 23:34:49 2024 +0200
Changeset:	78b3e030e6725f35845ce43241a866be9b511519

Modified Files:
	Makefile
Added Files:
	ayatana-ido/COMMIT_MSG
	ayatana-ido/DESCR
	ayatana-ido/Makefile
	ayatana-ido/PLIST
	ayatana-ido/buildlink3.mk
	ayatana-ido/distinfo

Log Message:
ayatana-ido: new package

Finished, untested.

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

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

diffstat:
 Makefile                  |  1 +
 ayatana-ido/COMMIT_MSG    |  1 +
 ayatana-ido/DESCR         | 15 +++++++++++++++
 ayatana-ido/Makefile      | 21 +++++++++++++++++++++
 ayatana-ido/PLIST         | 13 +++++++++++++
 ayatana-ido/buildlink3.mk | 15 +++++++++++++++
 ayatana-ido/distinfo      |  5 +++++
 7 files changed, 71 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index e056d7dc9c..eb36834bd4 100644
--- a/Makefile
+++ b/Makefile
@@ -254,6 +254,7 @@ SUBDIR+=	aws-nuke
 SUBDIR+=	axe
 SUBDIR+=	axel
 SUBDIR+=	axpbox-git
+SUBDIR+=	ayatana-ido
 SUBDIR+=	azureus
 SUBDIR+=	backintime
 SUBDIR+=	backplane
diff --git a/ayatana-ido/COMMIT_MSG b/ayatana-ido/COMMIT_MSG
new file mode 100644
index 0000000000..3b6c938ec6
--- /dev/null
+++ b/ayatana-ido/COMMIT_MSG
@@ -0,0 +1 @@
+Done, needs testing.
diff --git a/ayatana-ido/DESCR b/ayatana-ido/DESCR
new file mode 100644
index 0000000000..8b520557a6
--- /dev/null
+++ b/ayatana-ido/DESCR
@@ -0,0 +1,15 @@
+The Ayatana Indicators project is the continuation of Application
+Indicators and System Indicators, two technologies developed by
+Canonical Ltd. for the Unity7 desktop.
+
+Application Indicators are a GTK implementation of the StatusNotifierItem
+Specification (SNI) that was originally submitted to freedesktop.org
+by KDE.
+
+System Indicators are an extensions to the Application Indicators
+idea.  System Indicators allow for far more widgets to be displayed
+in the indicator's menu.
+
+The Ayatana Indicators project is the new upstream for application
+indicators, system indicators and associated projects with a focus
+on making Ayatana Indicators a desktop agnostic technology.
diff --git a/ayatana-ido/Makefile b/ayatana-ido/Makefile
new file mode 100644
index 0000000000..bd0e73c5eb
--- /dev/null
+++ b/ayatana-ido/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	ayatana-ido-0.10.2
+CATEGORIES=	sysutils
+MASTER_SITES=	${MASTER_SITE_GITHUB:=AyatanaIndicators/}
+GITHUB_TAG=	${PKGVERSION_NOREV}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/AyatanaIndicators/ayatana-ido/
+COMMENT=	Ayatana Indicator Display Objects
+LICENSE=	gnu-lgpl-v2 AND gnu-lgpl-v2.1 AND gnu-lgpl-v3 AND gnu-gpl-v3
+
+USE_TOOLS+=	pkg-config
+USE_LANGUAGES=	c c++
+
+PKGCONFIG_OVERRIDE+=	data/libayatana-ido3-0.4.pc.in
+
+.include "../../devel/cmake/build.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/ayatana-ido/PLIST b/ayatana-ido/PLIST
new file mode 100644
index 0000000000..c72197375e
--- /dev/null
+++ b/ayatana-ido/PLIST
@@ -0,0 +1,13 @@
+@comment $NetBSD$
+include/libayatana-ido3-0.4/libayatana-ido/ayatanamenuitemfactory.h
+include/libayatana-ido3-0.4/libayatana-ido/idocalendarmenuitem.h
+include/libayatana-ido3-0.4/libayatana-ido/idoentrymenuitem.h
+include/libayatana-ido3-0.4/libayatana-ido/idorange.h
+include/libayatana-ido3-0.4/libayatana-ido/idoscalemenuitem.h
+include/libayatana-ido3-0.4/libayatana-ido/idoswitchmenuitem.h
+include/libayatana-ido3-0.4/libayatana-ido/idotimeline.h
+include/libayatana-ido3-0.4/libayatana-ido/libayatana-ido.h
+lib/libayatana-ido3-0.4.so
+lib/libayatana-ido3-0.4.so.0
+lib/libayatana-ido3-0.4.so.0.0.0
+lib/pkgconfig/libayatana-ido3-0.4.pc
diff --git a/ayatana-ido/buildlink3.mk b/ayatana-ido/buildlink3.mk
new file mode 100644
index 0000000000..88118ac257
--- /dev/null
+++ b/ayatana-ido/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	ayatana-ido
+
+.if !defined(AYATANA_IDO_BUILDLINK3_MK)
+AYATANA_IDO_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.ayatana-ido+=	ayatana-ido>=0.10.2
+BUILDLINK_PKGSRCDIR.ayatana-ido?=	../../wip/ayatana-ido
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
+.endif	# AYATANA_IDO_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-ayatana-ido
diff --git a/ayatana-ido/distinfo b/ayatana-ido/distinfo
new file mode 100644
index 0000000000..2faa027743
--- /dev/null
+++ b/ayatana-ido/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (ayatana-ido-0.10.2.tar.gz) = 61744763097dfe7cb3e07880477c4489cd73296b3323e4c15f856b782f31bb2d
+SHA512 (ayatana-ido-0.10.2.tar.gz) = c4d143a93331984758755b3c8b2c5dc92a07bccf8994ebaa24688ceec52b32049677144045817686210594df961e49eee90ff0ede5905153950eb2a9d20605c5
+Size (ayatana-ido-0.10.2.tar.gz) = 137434 bytes


Home | Main Index | Thread Index | Old Index