pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Also remove the package for DeforaOS Terminal
Module Name: pkgsrc-wip
Committed By: Pierre Pronchery <khorben%defora.org@localhost>
Pushed By: khorben
Date: Fri Jan 31 02:25:59 2020 +0100
Changeset: 2bc532d0cddb26e6bea8b9e7a2e31ba511c89d24
Modified Files:
Makefile
deforaos-desktop/Makefile
Removed Files:
deforaos-terminal/DESCR
deforaos-terminal/Makefile
deforaos-terminal/PLIST
deforaos-terminal/distinfo
deforaos-terminal/options.mk
deforaos-terminal/patches/patch-src_terminal.c
Log Message:
Also remove the package for DeforaOS Terminal
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2bc532d0cddb26e6bea8b9e7a2e31ba511c89d24
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
deforaos-desktop/Makefile | 1 -
deforaos-terminal/DESCR | 3 --
deforaos-terminal/Makefile | 38 --------------------------
deforaos-terminal/PLIST | 6 ----
deforaos-terminal/distinfo | 6 ----
deforaos-terminal/options.mk | 10 -------
deforaos-terminal/patches/patch-src_terminal.c | 16 -----------
8 files changed, 81 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index ea8031864c..9d8fe9f422 100644
--- a/Makefile
+++ b/Makefile
@@ -573,7 +573,6 @@ SUBDIR+= deforaos-desktop
SUBDIR+= deforaos-framer
SUBDIR+= deforaos-init
SUBDIR+= deforaos-probe
-SUBDIR+= deforaos-terminal
SUBDIR+= deluge
SUBDIR+= delve
SUBDIR+= denyhosts
diff --git a/deforaos-desktop/Makefile b/deforaos-desktop/Makefile
index 42bc835af2..780b5dbbd6 100644
--- a/deforaos-desktop/Makefile
+++ b/deforaos-desktop/Makefile
@@ -15,6 +15,5 @@ META_PACKAGE= yes
DEPENDS+= deforaos-accessories>=0.0.3:../../wip/deforaos-accessories
DEPENDS+= deforaos-framer>=0.0.0:../../wip/deforaos-framer
-DEPENDS+= deforaos-terminal>=0.0.0:../../wip/deforaos-terminal
.include "../../mk/bsd.pkg.mk"
diff --git a/deforaos-terminal/DESCR b/deforaos-terminal/DESCR
deleted file mode 100644
index 61d04a70f2..0000000000
--- a/deforaos-terminal/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-DeforaOS desktop terminal emulator
-
-This is the GTK3 version.
diff --git a/deforaos-terminal/Makefile b/deforaos-terminal/Makefile
deleted file mode 100644
index 5aa8a3b880..0000000000
--- a/deforaos-terminal/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2013/03/05 00:53:36 khorben Exp $
-#
-
-DISTNAME= Terminal-0.0.0
-PKGNAME= deforaos-terminal-0.0.0
-CATEGORIES= sysutils
-MASTER_SITES= https://www.defora.org/os/download/download/4281/
-
-MAINTAINER= khorben%defora.org@localhost
-HOMEPAGE= https://www.defora.org/
-COMMENT= DeforaOS desktop terminal emulator
-
-LICENSE= gnu-gpl-v3
-
-USE_TOOLS+= pkg-config
-USE_TOOLS+= xgettext
-
-BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
-BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
-
-MAKE_FLAGS+= DESTDIR=${DESTDIR}
-MAKE_FLAGS+= PREFIX=${PREFIX}
-AUTO_MKDIRS= yes
-
-DEPENDS+= xterm-[0-9]*:../../x11/xterm
-
-CONFLICTS= xfce4-terminal-[0-9]*
-
-post-install:
- ${MV} ${DESTDIR}${PREFIX}/share/man/man1/terminal.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/terminal.1
- ${RMDIR} ${DESTDIR}${PREFIX}/share/man/man1
- ${RMDIR} ${DESTDIR}${PREFIX}/share/man
-
-.include "options.mk"
-
-.include "../../x11/deforaos-libdesktop/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/deforaos-terminal/PLIST b/deforaos-terminal/PLIST
deleted file mode 100644
index 19efcd2f5e..0000000000
--- a/deforaos-terminal/PLIST
+++ /dev/null
@@ -1,6 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2013/03/05 00:53:36 khorben Exp $
-bin/terminal
-man/man1/terminal.1
-share/applications/terminal.desktop
-share/doc/html/Terminal/terminal.html
-share/locale/fr/LC_MESSAGES/Terminal.mo
diff --git a/deforaos-terminal/distinfo b/deforaos-terminal/distinfo
deleted file mode 100644
index 3855ccbb9c..0000000000
--- a/deforaos-terminal/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2013/03/05 01:07:05 khorben Exp $
-
-SHA1 (Terminal-0.0.0.tar.gz) = 43e1cdd665d1b8139b7624ff188d6045ac5db6f8
-RMD160 (Terminal-0.0.0.tar.gz) = c9b816953916749df0a3d4eea4975d4969785653
-Size (Terminal-0.0.0.tar.gz) = 9285 bytes
-SHA1 (patch-src_terminal.c) = 89c8d7118645b7316510e815917d47f2b8b868a2
diff --git a/deforaos-terminal/options.mk b/deforaos-terminal/options.mk
deleted file mode 100644
index 1870096275..0000000000
--- a/deforaos-terminal/options.mk
+++ /dev/null
@@ -1,10 +0,0 @@
-# $NetBSD: options.mk,v 1.1 2013/03/05 00:53:36 khorben Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.deforaos-terminal
-PKG_SUPPORTED_OPTIONS= embedded
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Membedded)
-MAKE_FLAGS+= CPPFLAGS=-DEMBEDDED
-.endif
diff --git a/deforaos-terminal/patches/patch-src_terminal.c b/deforaos-terminal/patches/patch-src_terminal.c
deleted file mode 100644
index 201f90b48b..0000000000
--- a/deforaos-terminal/patches/patch-src_terminal.c
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-src_terminal.c,v 1.1 2013/03/05 01:07:05 khorben Exp $
-
-Fixes build with Gtk+ 3
-
---- src/terminal.c.orig 2013-02-24 03:45:06.000000000 +0000
-+++ src/terminal.c
-@@ -26,6 +26,9 @@ char const _license[] =
- #include <libintl.h>
- #include <gtk/gtk.h>
- #include <gdk/gdkkeysyms.h>
-+#if GTK_CHECK_VERSION(3, 0, 0)
-+# include <gtk/gtkx.h>
-+#endif
- #include <System.h>
- #include <Desktop.h>
- #include "terminal.h"
Home |
Main Index |
Thread Index |
Old Index