pkgsrc-WIP-changes archive

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

girara: Import girara-0.3.1 as wip/girara



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu Sep 27 12:45:41 2018 +0200
Changeset:	e08122a45f2f9326fe4b775b55cf5815e87fb738

Modified Files:
	Makefile
Added Files:
	girara/DESCR
	girara/Makefile
	girara/PLIST
	girara/buildlink3.mk
	girara/distinfo
	girara/patches/patch-macros.h

Log Message:
girara: Import girara-0.3.1 as wip/girara

girara is a library that implements a user interface that focuses on simplicity
and minimalism. Currently based on GTK+, a cross-platform widget toolkit, it
provides an interface that focuses on three main components: A so-called view
widget that represents the actual application (e.g. a website (browser), an
image (image viewer) or the document (document viewer)), an input bar that is
used to execute commands of the application and the status bar which provides
the user with current information. girara was designed to replace and enhance
the user interface that is used by zathura and jumanji and other features that
those applications share.

Based on graphics/girara and intended to be used to update it to the latest
stable version.

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

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

diffstat:
 Makefile                      |  1 +
 girara/DESCR                  |  9 +++++++++
 girara/Makefile               | 17 +++++++++++++++++
 girara/PLIST                  | 35 +++++++++++++++++++++++++++++++++++
 girara/buildlink3.mk          | 15 +++++++++++++++
 girara/distinfo               |  7 +++++++
 girara/patches/patch-macros.h | 16 ++++++++++++++++
 7 files changed, 100 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index e7d0324b8d..75fc91f2f2 100644
--- a/Makefile
+++ b/Makefile
@@ -1041,6 +1041,7 @@ SUBDIR+=	giggle
 SUBDIR+=	gimmie
 SUBDIR+=	gimp-dds
 SUBDIR+=	gin
+SUBDIR+=	girara
 SUBDIR+=	git-docs-html
 SUBDIR+=	git-modes-git
 SUBDIR+=	git-spindle
diff --git a/girara/DESCR b/girara/DESCR
new file mode 100644
index 0000000000..3c6aba65be
--- /dev/null
+++ b/girara/DESCR
@@ -0,0 +1,9 @@
+girara is a library that implements a user interface that focuses on simplicity
+and minimalism. Currently based on GTK+, a cross-platform widget toolkit, it
+provides an interface that focuses on three main components: A so-called view
+widget that represents the actual application (e.g. a website (browser), an
+image (image viewer) or the document (document viewer)), an input bar that is
+used to execute commands of the application and the status bar which provides
+the user with current information. girara was designed to replace and enhance
+the user interface that is used by zathura and jumanji and other features that
+those applications share.
diff --git a/girara/Makefile b/girara/Makefile
new file mode 100644
index 0000000000..7c03d0abae
--- /dev/null
+++ b/girara/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.12 2018/04/16 14:33:51 wiz Exp $
+
+DISTNAME=	girara-0.3.1
+CATEGORIES=	x11
+MASTER_SITES=	https://pwmt.org/projects/girara/download/
+EXTRACT_SUFX=	.tar.xz
+
+MAINTAINER=	degroote%NetBSD.org@localhost
+HOMEPAGE=	https://pwmt.org/projects/girara/
+COMMENT=	Library to develop simple and minimalist user interface
+LICENSE=	zlib
+
+USE_TOOLS+=	gettext pkg-config
+
+.include "../../devel/py-meson/build.mk"
+.include "../../x11/gtk3/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/girara/PLIST b/girara/PLIST
new file mode 100644
index 0000000000..ddd3a614f4
--- /dev/null
+++ b/girara/PLIST
@@ -0,0 +1,35 @@
+@comment $NetBSD$
+include/girara/callbacks.h
+include/girara/commands.h
+include/girara/completion.h
+include/girara/config.h
+include/girara/datastructures.h
+include/girara/entry.h
+include/girara/girara-version.h
+include/girara/girara.h
+include/girara/input-history.h
+include/girara/log.h
+include/girara/macros.h
+include/girara/session.h
+include/girara/settings.h
+include/girara/shortcuts.h
+include/girara/statusbar.h
+include/girara/template.h
+include/girara/types.h
+include/girara/utils.h
+lib/libgirara-gtk3.so
+lib/libgirara-gtk3.so.3
+lib/libgirara-gtk3.so.3.1
+lib/pkgconfig/girara-gtk3.pc
+share/locale/de/LC_MESSAGES/libgirara-gtk3-3.mo
+share/locale/el/LC_MESSAGES/libgirara-gtk3-3.mo
+share/locale/eo/LC_MESSAGES/libgirara-gtk3-3.mo
+share/locale/es/LC_MESSAGES/libgirara-gtk3-3.mo
+share/locale/fr/LC_MESSAGES/libgirara-gtk3-3.mo
+share/locale/he/LC_MESSAGES/libgirara-gtk3-3.mo
+share/locale/it/LC_MESSAGES/libgirara-gtk3-3.mo
+share/locale/nl/LC_MESSAGES/libgirara-gtk3-3.mo
+share/locale/pl/LC_MESSAGES/libgirara-gtk3-3.mo
+share/locale/pt_BR/LC_MESSAGES/libgirara-gtk3-3.mo
+share/locale/ru/LC_MESSAGES/libgirara-gtk3-3.mo
+share/locale/tr/LC_MESSAGES/libgirara-gtk3-3.mo
diff --git a/girara/buildlink3.mk b/girara/buildlink3.mk
new file mode 100644
index 0000000000..3d085d618a
--- /dev/null
+++ b/girara/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.8 2018/04/16 14:33:51 wiz Exp $
+
+BUILDLINK_TREE+=	girara
+
+.if !defined(GIRARA_BUILDLINK3_MK)
+GIRARA_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.girara+=	girara>=0.2.8
+BUILDLINK_ABI_DEPENDS.girara?=	girara>=0.2.8nb2
+BUILDLINK_PKGSRCDIR.girara?=	../../wip/girara
+
+.include "../../x11/gtk3/buildlink3.mk"
+.endif # GIRARA_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-girara
diff --git a/girara/distinfo b/girara/distinfo
new file mode 100644
index 0000000000..e0bbe8e910
--- /dev/null
+++ b/girara/distinfo
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.5 2018/01/07 12:57:03 leot Exp $
+
+SHA1 (girara-0.3.1.tar.xz) = d776782bbeddd112437f8c8a65864c86dae61ea2
+RMD160 (girara-0.3.1.tar.xz) = 8077f12c9ef6b38cace9c66d3295399a22fc4e01
+SHA512 (girara-0.3.1.tar.xz) = 5c4b2972bfb0296cd1b984c9426b67b50e29e2928fb0e9a3aa3f9bc21aebc28dcc93570e888060e0bb02561022b379cdfcfa3317b52e78cac04e7fc1ba476107
+Size (girara-0.3.1.tar.xz) = 58148 bytes
+SHA1 (patch-macros.h) = f9467ab009a53feec710a5f3d984c7b67b6747be
diff --git a/girara/patches/patch-macros.h b/girara/patches/patch-macros.h
new file mode 100644
index 0000000000..43e961aeba
--- /dev/null
+++ b/girara/patches/patch-macros.h
@@ -0,0 +1,16 @@
+$NetBSD: patch-macros.h,v 1.1 2016/02/14 13:38:38 leot Exp $
+
+pragma GCC diagnostic only acts on some lines.
+See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52116
+
+--- girara/macros.h.orig	2014-06-24 20:27:39.000000000 +0000
++++ girara/macros.h
+@@ -51,7 +51,7 @@
+ #endif
+ 
+ #ifndef GIRARA_DO_PRAGMA
+-# if defined(__GNUC__) || defined(__clang__)
++# if defined(__clang__)
+ #  define GIRARA_DO_PRAGMA(x) _Pragma(#x)
+ # else
+ #  define GIRARA_DO_PRAGMA(x)


Home | Main Index | Thread Index | Old Index