pkgsrc-WIP-changes archive

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

lxterminal: remove, imported in pkgsrc.



Module Name:	pkgsrc-wip
Committed By:	youri <youri%NetBSD.org@localhost>
Pushed By:	youri
Date:		Mon May 23 12:24:30 2016 +0200
Changeset:	5748595b789910d8713b99243edf985050981f52

Removed Files:
	lxterminal/DESCR
	lxterminal/Makefile
	lxterminal/PLIST
	lxterminal/distinfo
	lxterminal/patches/patch-src_setting.c
	lxterminal/patches/patch-src_unixsocket.c

Log Message:
lxterminal: remove, imported in pkgsrc.

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

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

diffstat:
 lxterminal/DESCR                          |  2 --
 lxterminal/Makefile                       | 20 --------------------
 lxterminal/PLIST                          |  8 --------
 lxterminal/distinfo                       |  8 --------
 lxterminal/patches/patch-src_setting.c    | 15 ---------------
 lxterminal/patches/patch-src_unixsocket.c | 14 --------------
 6 files changed, 67 deletions(-)

diffs:
diff --git a/lxterminal/DESCR b/lxterminal/DESCR
deleted file mode 100644
index 48e0121..0000000
--- a/lxterminal/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-LXterminal is a VTE-based terminal emulator with support for multiple
-tabs.  All instances of the terminal share a single process.
diff --git a/lxterminal/Makefile b/lxterminal/Makefile
deleted file mode 100644
index 08cdbe6..0000000
--- a/lxterminal/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2015/05/21 15:51:31 blef Exp $
-
-DISTNAME=	lxterminal-0.2.0
-CATEGORIES=	x11
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=lxde/}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://www.lxde.org/
-COMMENT=	Desktop-independent VTE-based terminal emulator with tabs
-LICENSE=	gnu-gpl-v2
-
-GNU_CONFIGURE=	yes
-USE_TOOLS+=	intltool pkg-config
-
-
-.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../x11/vte/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/lxterminal/PLIST b/lxterminal/PLIST
deleted file mode 100644
index a59d3ac..0000000
--- a/lxterminal/PLIST
+++ /dev/null
@@ -1,8 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2015/05/21 15:51:31 blef Exp $
-bin/lxterminal
-man/man1/lxterminal.1
-share/applications/lxterminal.desktop
-share/icons/hicolor/128x128/apps/lxterminal.png
-share/lxterminal/lxterminal-preferences.ui
-share/lxterminal/lxterminal.conf
-share/lxterminal/menu.ui
diff --git a/lxterminal/distinfo b/lxterminal/distinfo
deleted file mode 100644
index e78a47c..0000000
--- a/lxterminal/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.3 2015/05/21 15:51:31 blef Exp $
-
-SHA1 (lxterminal-0.2.0.tar.gz) = 0c2269c43aa463e5dbf869d935745226b3c9943a
-RMD160 (lxterminal-0.2.0.tar.gz) = 3398b90578a1e319c9474c1bd3862698177b657d
-SHA512 (lxterminal-0.2.0.tar.gz) = 5bec0e16fa4d929203e4c206fb59fb0c88e02f29adbf527c31fa2a0007d3dddbdf12f2219e204360b5dd95a68a89410fcf937325f3a7eb1229b568c9c10c0e78
-Size (lxterminal-0.2.0.tar.gz) = 248698 bytes
-SHA1 (patch-src_setting.c) = 99abd72ce3113527d0a1a337f01c038d16fac65d
-SHA1 (patch-src_unixsocket.c) = 7b46000ec467c6792b186b99c314443785e6b14e
diff --git a/lxterminal/patches/patch-src_setting.c b/lxterminal/patches/patch-src_setting.c
deleted file mode 100644
index 5a589cc..0000000
--- a/lxterminal/patches/patch-src_setting.c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Fix glib function
-
---- src/setting.c.orig	2014-10-21 15:29:18.000000000 +0000
-+++ src/setting.c
-@@ -162,7 +162,7 @@ void save_setting()
- /* Deep copy settings. */
- Setting * copy_setting(Setting * setting)
- {
--    g_return_if_fail (setting != NULL);
-+    g_return_val_if_fail (setting != NULL, NULL);
- 
-     /* Allocate structure. */
-     Setting * new_setting = g_slice_new0(Setting);
diff --git a/lxterminal/patches/patch-src_unixsocket.c b/lxterminal/patches/patch-src_unixsocket.c
deleted file mode 100644
index 995a65b..0000000
--- a/lxterminal/patches/patch-src_unixsocket.c
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-src_unixsocket.c,v 1.1 2015/05/21 15:51:31 blef Exp $
-
-string.h for memset
-
---- src/unixsocket.c.orig	2015-05-21 08:43:09.000000000 -0700
-+++ src/unixsocket.c	2015-05-21 08:43:20.000000000 -0700
-@@ -20,6 +20,7 @@
- 
- #include <sys/socket.h>
- #include <sys/un.h>
-+#include <string.h>
- #include <unistd.h>
- #include <fcntl.h>
- #include <errno.h>


Home | Main Index | Thread Index | Old Index