summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-01-04 13:49:59 +0000
committernia <nia@pkgsrc.org>2020-01-04 13:49:59 +0000
commit662c89e971c44738644df39d481ec996c6906cb3 (patch)
treebcf8442ce1c42e52d1b700fc17da4fa72f6f0409 /x11
parent4d804591821191fda6437557ec6c88ecb517e6f6 (diff)
downloadpkgsrc-662c89e971c44738644df39d481ec996c6906cb3.tar.gz
x11: Remove gnopernicus
GNOME 2 component. No release since 2006, no longer part of GNOME.
Diffstat (limited to 'x11')
-rw-r--r--x11/Makefile3
-rw-r--r--x11/gnopernicus/DESCR2
-rw-r--r--x11/gnopernicus/Makefile77
-rw-r--r--x11/gnopernicus/PLIST140
-rw-r--r--x11/gnopernicus/distinfo8
-rw-r--r--x11/gnopernicus/patches/patch-ae17
-rw-r--r--x11/gnopernicus/patches/patch-af18
7 files changed, 1 insertions, 264 deletions
diff --git a/x11/Makefile b/x11/Makefile
index 8a08fdced00..11850095f53 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.872 2020/01/01 14:02:48 nia Exp $
+# $NetBSD: Makefile,v 1.873 2020/01/04 13:49:59 nia Exp $
#
COMMENT= Packages to support the X window system
@@ -72,7 +72,6 @@ SUBDIR+= gnome-panel
SUBDIR+= gnome-sharp
SUBDIR+= gnome-themes
SUBDIR+= gnome-themes-extras
-SUBDIR+= gnopernicus
SUBDIR+= gnustep-back
SUBDIR+= gnustep-gui
SUBDIR+= gnustep-preferences
diff --git a/x11/gnopernicus/DESCR b/x11/gnopernicus/DESCR
deleted file mode 100644
index 9897ffd2755..00000000000
--- a/x11/gnopernicus/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-Gnopernicus provides Assistive Technologies (AT) for blind and visually
-impaired persons through modules for text-to-speech, braille, etc.
diff --git a/x11/gnopernicus/Makefile b/x11/gnopernicus/Makefile
deleted file mode 100644
index d13f8b24118..00000000000
--- a/x11/gnopernicus/Makefile
+++ /dev/null
@@ -1,77 +0,0 @@
-# $NetBSD: Makefile,v 1.106 2019/07/21 22:25:58 wiz Exp $
-#
-
-DISTNAME= gnopernicus-1.1.1
-PKGREVISION= 51
-CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnopernicus/1.1/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://www.gnome.org/
-COMMENT= Collection of accessibility apps for GNOME 2
-
-USE_TOOLS+= gmake intltool msgfmt pkg-config
-USE_PKGLOCALEDIR= yes
-USE_LIBTOOL= yes
-GNU_CONFIGURE= yes
-
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
-CONFIGURE_ARGS+= --with-sysconfsubdir=
-PKG_SYSCONFSUBDIR= gnopernicus
-OWN_DIRS+= ${PKG_SYSCONFDIR}/translation_tables
-EGDIR= ${PREFIX}/share/examples/gnopernicus
-REPLACE_SH+= gnopi/gnopernicus-mag-config
-
-CONF_FILES= ${EGDIR}/translation_tables/de.a2b \
- ${PKG_SYSCONFDIR}/translation_tables/de.a2b
-CONF_FILES+= ${EGDIR}/translation_tables/en_US.a2b \
- ${PKG_SYSCONFDIR}/translation_tables/en_US.a2b
-CONF_FILES+= ${EGDIR}/translation_tables/es.a2b \
- ${PKG_SYSCONFDIR}/translation_tables/es.a2b
-CONF_FILES+= ${EGDIR}/translation_tables/fr.a2b \
- ${PKG_SYSCONFDIR}/translation_tables/fr.a2b
-CONF_FILES+= ${EGDIR}/translation_tables/sv.a2b \
- ${PKG_SYSCONFDIR}/translation_tables/sv.a2b
-INSTALL_MAKE_FLAGS+= ${MAKE_FLAGS}
-INSTALL_MAKE_FLAGS+= translationdir=${EGDIR}/translation_tables
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.gnopernicus
-PKG_SUPPORTED_OPTIONS= inet6
-PKG_SUGGESTED_OPTIONS= inet6
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Minet6)
-CONFIGURE_ARGS+= --enable-ipv6
-.else
-CONFIGURE_ARGS+= --disable-ipv6
-.endif
-
-CONFIGURE_ARGS+= --disable-gtk-doc
-
-PKGCONFIG_OVERRIDE+= gnopernicus-1.0.pc.in
-
-GCONF_SCHEMAS+= brlmonitor.schemas
-GCONF_SCHEMAS+= gnopernicus.schemas
-GCONF_SCHEMAS+= remote.schemas
-
-BUILDLINK_API_DEPENDS.glib2+= glib2>=2.4.1
-BUILDLINK_API_DEPENDS.gnome-speech+= gnome-speech>=0.3.5
-BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.8.0
-BUILDLINK_API_DEPENDS.libxml2+= libxml2>=2.6.7
-
-.include "../../audio/gnome-speech/buildlink3.mk"
-.include "../../devel/at-spi/buildlink3.mk"
-.include "../../devel/GConf/schemas.mk"
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../devel/libglade/buildlink3.mk"
-.include "../../devel/libgnome/buildlink3.mk"
-.include "../../devel/libgnomeui/buildlink3.mk"
-.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
-.include "../../mk/omf-scrollkeeper.mk"
-.include "../../x11/gnome-mag/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/x11/gnopernicus/PLIST b/x11/gnopernicus/PLIST
deleted file mode 100644
index 0d8821e5835..00000000000
--- a/x11/gnopernicus/PLIST
+++ /dev/null
@@ -1,140 +0,0 @@
-@comment $NetBSD: PLIST,v 1.16 2009/06/14 18:24:49 joerg Exp $
-bin/gnopernicus
-bin/gnopernicus-mag-config
-bin/srcore
-include/gnopernicus-1.0/libbrl/brlxmlapi.h
-include/gnopernicus-1.0/libke/libke.h
-include/gnopernicus-1.0/libmag/magxmlapi.h
-include/gnopernicus-1.0/libsrconf/libsrconf.h
-include/gnopernicus-1.0/libsrlow/SRLow.h
-include/gnopernicus-1.0/libsrlow/SRObject.h
-include/gnopernicus-1.0/libsrlow/screen-review.h
-include/gnopernicus-1.0/libsrs/srs-xml.h
-include/gnopernicus-1.0/libsrutil/SREvent.h
-include/gnopernicus-1.0/libsrutil/SRMessages.h
-include/gnopernicus-1.0/libsrutil/srintl.h
-include/gnopernicus-1.0/libsrutil/sru-debug.h
-include/gnopernicus-1.0/libsrutil/sru-glib.h
-include/gnopernicus-1.0/libsrutil/sru-module.h
-include/gnopernicus-1.0/libsrutil/sru-test.h
-include/gnopernicus-1.0/libsrutil/util.h
-lib/gnopernicus-1.0/libbrl.la
-lib/gnopernicus-1.0/libke.la
-lib/gnopernicus-1.0/libmag.la
-lib/gnopernicus-1.0/libsrconf.la
-lib/gnopernicus-1.0/libsrlow.la
-lib/gnopernicus-1.0/libsrs.la
-lib/gnopernicus-1.0/libsrutil.la
-lib/pkgconfig/gnopernicus-1.0.pc
-libexec/brlmonitor
-share/applications/gnopernicus.desktop
-share/examples/gnopernicus/translation_tables/de.a2b
-share/examples/gnopernicus/translation_tables/en_US.a2b
-share/examples/gnopernicus/translation_tables/es.a2b
-share/examples/gnopernicus/translation_tables/fr.a2b
-share/examples/gnopernicus/translation_tables/sv.a2b
-share/gconf/schemas/brlmonitor.schemas
-share/gconf/schemas/gnopernicus.schemas
-share/gconf/schemas/remote.schemas
-share/gnome/help/brlmonitor/C/brlmonitor.xml
-share/gnome/help/brlmonitor/C/legal.xml
-share/gnome/help/brlmonitor/es/brlmonitor.xml
-share/gnome/help/brlmonitor/es/legal.xml
-share/gnome/help/gnopernicus/C/gnopernicus.xml
-share/gnome/help/gnopernicus/C/legal.xml
-share/gnome/help/gnopernicus/es/gnopernicus.xml
-share/gnome/help/gnopernicus/es/legal.xml
-share/gnome/help/gnopernicus/pt_BR/figures/gnopernicus.png
-share/gnome/help/gnopernicus/pt_BR/gnopernicus.xml
-share/gnome/help/gnopernicus/pt_BR/legal.xml
-share/gnopernicus/glade/gnopi_files/Braille_Monitor_Settings/braille_monitor_settings.glade2
-share/gnopernicus/glade/gnopi_files/Braille_Settings/attribute_settings.glade2
-share/gnopernicus/glade/gnopi_files/Braille_Settings/braille_device.glade2
-share/gnopernicus/glade/gnopi_files/Braille_Settings/braille_fill_char.glade2
-share/gnopernicus/glade/gnopi_files/Braille_Settings/braille_mapping.glade2
-share/gnopernicus/glade/gnopi_files/Braille_Settings/braille_settings.glade2
-share/gnopernicus/glade/gnopi_files/Braille_Settings/braille_style.glade2
-share/gnopernicus/glade/gnopi_files/Braille_Settings/cursor_settings.glade2
-share/gnopernicus/glade/gnopi_files/Braille_Settings/status_cell.glade2
-share/gnopernicus/glade/gnopi_files/Braille_Settings/translation_table.glade2
-share/gnopernicus/glade/gnopi_files/Find/find.glade2
-share/gnopernicus/glade/gnopi_files/Find/text_selected_24.png
-share/gnopernicus/glade/gnopi_files/General_Settings/general_settings.glade2
-share/gnopernicus/glade/gnopi_files/Keyboard_Mouse_Settings/keyboard_mouse_settings.glade2
-share/gnopernicus/glade/gnopi_files/Language/language.glade2
-share/gnopernicus/glade/gnopi_files/Load_Default/load_default.glade2
-share/gnopernicus/glade/gnopi_files/Magnifier_Settings/magnifier_settings.glade2
-share/gnopernicus/glade/gnopi_files/Presentation/presentation.glade2
-share/gnopernicus/glade/gnopi_files/Screen_Review/screen_review.glade2
-share/gnopernicus/glade/gnopi_files/Speech_Settings/speech_settings.glade2
-share/gnopernicus/glade/gnopi_files/User_Properties/user_properties.glade2
-share/gnopernicus/glade/gnopi_files/braille.xpm
-share/gnopernicus/glade/gnopi_files/gnopi.glade2
-share/gnopernicus/glade/gnopi_files/keyboard.xpm
-share/gnopernicus/glade/gnopi_files/monitor.png
-share/gnopernicus/glade/gnopi_files/start_up.png
-share/gnopernicus/presentation/default.xml
-share/gnopernicus/presentation/verbose.xml
-share/icons/hicolor/48x48/apps/gnopernicus.png
-share/locale/ar/LC_MESSAGES/gnopernicus.mo
-share/locale/az/LC_MESSAGES/gnopernicus.mo
-share/locale/be/LC_MESSAGES/gnopernicus.mo
-share/locale/bg/LC_MESSAGES/gnopernicus.mo
-share/locale/bn/LC_MESSAGES/gnopernicus.mo
-share/locale/bn_IN/LC_MESSAGES/gnopernicus.mo
-share/locale/ca/LC_MESSAGES/gnopernicus.mo
-share/locale/cs/LC_MESSAGES/gnopernicus.mo
-share/locale/cy/LC_MESSAGES/gnopernicus.mo
-share/locale/da/LC_MESSAGES/gnopernicus.mo
-share/locale/de/LC_MESSAGES/gnopernicus.mo
-share/locale/dz/LC_MESSAGES/gnopernicus.mo
-share/locale/el/LC_MESSAGES/gnopernicus.mo
-share/locale/en_CA/LC_MESSAGES/gnopernicus.mo
-share/locale/en_GB/LC_MESSAGES/gnopernicus.mo
-share/locale/es/LC_MESSAGES/gnopernicus.mo
-share/locale/et/LC_MESSAGES/gnopernicus.mo
-share/locale/eu/LC_MESSAGES/gnopernicus.mo
-share/locale/fa/LC_MESSAGES/gnopernicus.mo
-share/locale/fi/LC_MESSAGES/gnopernicus.mo
-share/locale/fr/LC_MESSAGES/gnopernicus.mo
-share/locale/ga/LC_MESSAGES/gnopernicus.mo
-share/locale/gl/LC_MESSAGES/gnopernicus.mo
-share/locale/gu/LC_MESSAGES/gnopernicus.mo
-share/locale/hi/LC_MESSAGES/gnopernicus.mo
-share/locale/hr/LC_MESSAGES/gnopernicus.mo
-share/locale/hu/LC_MESSAGES/gnopernicus.mo
-share/locale/id/LC_MESSAGES/gnopernicus.mo
-share/locale/it/LC_MESSAGES/gnopernicus.mo
-share/locale/ja/LC_MESSAGES/gnopernicus.mo
-share/locale/ka/LC_MESSAGES/gnopernicus.mo
-share/locale/ko/LC_MESSAGES/gnopernicus.mo
-share/locale/lt/LC_MESSAGES/gnopernicus.mo
-share/locale/mn/LC_MESSAGES/gnopernicus.mo
-share/locale/ms/LC_MESSAGES/gnopernicus.mo
-share/locale/nb/LC_MESSAGES/gnopernicus.mo
-share/locale/ne/LC_MESSAGES/gnopernicus.mo
-share/locale/nl/LC_MESSAGES/gnopernicus.mo
-share/locale/pa/LC_MESSAGES/gnopernicus.mo
-share/locale/pl/LC_MESSAGES/gnopernicus.mo
-share/locale/pt/LC_MESSAGES/gnopernicus.mo
-share/locale/pt_BR/LC_MESSAGES/gnopernicus.mo
-share/locale/ro/LC_MESSAGES/gnopernicus.mo
-share/locale/ru/LC_MESSAGES/gnopernicus.mo
-share/locale/rw/LC_MESSAGES/gnopernicus.mo
-share/locale/sk/LC_MESSAGES/gnopernicus.mo
-share/locale/sq/LC_MESSAGES/gnopernicus.mo
-share/locale/sr/LC_MESSAGES/gnopernicus.mo
-share/locale/sr@Latn/LC_MESSAGES/gnopernicus.mo
-share/locale/sv/LC_MESSAGES/gnopernicus.mo
-share/locale/ta/LC_MESSAGES/gnopernicus.mo
-share/locale/te/LC_MESSAGES/gnopernicus.mo
-share/locale/th/LC_MESSAGES/gnopernicus.mo
-share/locale/tr/LC_MESSAGES/gnopernicus.mo
-share/locale/uk/LC_MESSAGES/gnopernicus.mo
-share/locale/vi/LC_MESSAGES/gnopernicus.mo
-share/locale/zh_CN/LC_MESSAGES/gnopernicus.mo
-share/locale/zh_TW/LC_MESSAGES/gnopernicus.mo
-share/omf/gnopernicus/brlmonitor-C.omf
-share/omf/gnopernicus/brlmonitor-es.omf
-share/omf/gnopernicus/gnopernicus-C.omf
-share/omf/gnopernicus/gnopernicus-es.omf
diff --git a/x11/gnopernicus/distinfo b/x11/gnopernicus/distinfo
deleted file mode 100644
index 885a35ef8c2..00000000000
--- a/x11/gnopernicus/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.19 2015/11/04 03:28:30 agc Exp $
-
-SHA1 (gnopernicus-1.1.1.tar.bz2) = fe67906feabc9474235303eecc67fabd348da10e
-RMD160 (gnopernicus-1.1.1.tar.bz2) = a7747d0c6a9c97fb32ddc4976de1f8af71e23e39
-SHA512 (gnopernicus-1.1.1.tar.bz2) = c371832c12d7ac9a95812baf7c42303e1e6b77163605d9732a12277e83f72bf87f9bda5033057c05fec811c4e77f527f18c6c9b8ac7b393232a86ac1b61d7b61
-Size (gnopernicus-1.1.1.tar.bz2) = 1535732 bytes
-SHA1 (patch-ae) = ff936ff26a260138f438842260cdbac6d869d21f
-SHA1 (patch-af) = 2cbe6f4bed223ecf0f7c88249e47fee515bd0390
diff --git a/x11/gnopernicus/patches/patch-ae b/x11/gnopernicus/patches/patch-ae
deleted file mode 100644
index 33b8699d018..00000000000
--- a/x11/gnopernicus/patches/patch-ae
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ae,v 1.3 2005/12/18 22:23:56 rillig Exp $
-
-Keywords: c90
-
---- srcore/srspc.c.orig Mon Aug 22 14:08:02 2005
-+++ srcore/srspc.c Sun Dec 18 23:07:08 2005
-@@ -1536,8 +1536,9 @@ src_timeout_start_speech (gpointer data)
- static void
- src_restart_speech ()
- {
-- g_printerr ("\nRestarting speech.\n");
- gboolean use_speech = FALSE;
-+
-+ g_printerr ("\nRestarting speech.\n");
- SET_SRCORE_CONFIG_DATA (SRCORE_SPEECH_ACTIVE, CFGT_BOOL, &use_speech);
- speech_timeout_id = g_timeout_add (SRC_SPEECH_RESTART_TIMEOUT, src_timeout_start_speech, NULL);
- }
diff --git a/x11/gnopernicus/patches/patch-af b/x11/gnopernicus/patches/patch-af
deleted file mode 100644
index 3346ae4b421..00000000000
--- a/x11/gnopernicus/patches/patch-af
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-af,v 1.3 2005/12/18 22:23:56 rillig Exp $
-
-Keywords: c90
-
---- srlow/libsrlow/SRLow.c.orig Mon Jul 25 16:21:54 2005
-+++ srlow/libsrlow/SRLow.c Sun Dec 18 23:00:29 2005
-@@ -666,8 +666,10 @@ srl_get_focused_cell (Accessible *acc_ta
- for (i = rows; !rv && i <= rowe && count < SRL_MAX_CHILDREN_CNT; i++)
- for (j = cols; !rv && j <= cole && count < SRL_MAX_CHILDREN_CNT; j++)
- {
-+ Accessible *cell;
-+
- count++;
-- Accessible *cell = AccessibleTable_getAccessibleAt (table, i, j);
-+ cell = AccessibleTable_getAccessibleAt (table, i, j);
- if (cell)
- {
- if (srl_acc_has_state (cell, SPI_STATE_FOCUSED))