pkgsrc-WIP-changes archive

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

girara: Remove, used to update graphics/girara



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu Oct 4 21:24:15 2018 +0200
Changeset:	4f5f232332696281647313ff9f01fde0a132a95e

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

Log Message:
girara: Remove, used to update graphics/girara

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

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

diffstat:
 Makefile                      |  1 -
 girara/COMMIT_MSG             | 23 -----------------------
 girara/DESCR                  |  9 ---------
 girara/Makefile               | 17 -----------------
 girara/PLIST                  | 35 -----------------------------------
 girara/buildlink3.mk          | 15 ---------------
 girara/distinfo               |  7 -------
 girara/patches/patch-macros.h | 16 ----------------
 8 files changed, 123 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 164f5b8038..f95d0826aa 100644
--- a/Makefile
+++ b/Makefile
@@ -1042,7 +1042,6 @@ 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/COMMIT_MSG b/girara/COMMIT_MSG
deleted file mode 100644
index d47f7fc5d9..0000000000
--- a/girara/COMMIT_MSG
+++ /dev/null
@@ -1,23 +0,0 @@
-girara: Update graphics/girara to 0.3.1
-
-pkgsrc changes:
- - Adjust to meson build system
-
-Changes:
-0.3.1
------
-- Various fixes and improvements
-
-0.3.0
------
-- Various fixes and improvements
-- Make colors changeable during runtime
-- Various fixes and improvements
-- Update translations
-
-0.2.9
------
-- Replace deprecated GTK+ 3 functions
-- Replace build system with meson
-- Various fixes and improvements
-- Update translations
diff --git a/girara/DESCR b/girara/DESCR
deleted file mode 100644
index 3c6aba65be..0000000000
--- a/girara/DESCR
+++ /dev/null
@@ -1,9 +0,0 @@
-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
deleted file mode 100644
index 7c03d0abae..0000000000
--- a/girara/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $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
deleted file mode 100644
index ddd3a614f4..0000000000
--- a/girara/PLIST
+++ /dev/null
@@ -1,35 +0,0 @@
-@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
deleted file mode 100644
index 3d085d618a..0000000000
--- a/girara/buildlink3.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# $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
deleted file mode 100644
index e0bbe8e910..0000000000
--- a/girara/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$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
deleted file mode 100644
index 43e961aeba..0000000000
--- a/girara/patches/patch-macros.h
+++ /dev/null
@@ -1,16 +0,0 @@
-$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