summaryrefslogtreecommitdiffstats
path: root/x11/gnome-screensaver
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-08-26 23:33:17 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-08-26 23:33:17 +0800
commitd204ac381e3e6d380dbf43aba50dda022a3765c1 (patch)
tree72120986deb961001e1ce2bd19ef04b0cd3743c7 /x11/gnome-screensaver
parentb932e222c0c81b8925a22dc9b9ef39e5004656e0 (diff)
downloadmarcuscom-ports-d204ac381e3e6d380dbf43aba50dda022a3765c1.tar
marcuscom-ports-d204ac381e3e6d380dbf43aba50dda022a3765c1.tar.gz
marcuscom-ports-d204ac381e3e6d380dbf43aba50dda022a3765c1.tar.bz2
marcuscom-ports-d204ac381e3e6d380dbf43aba50dda022a3765c1.tar.lz
marcuscom-ports-d204ac381e3e6d380dbf43aba50dda022a3765c1.tar.xz
marcuscom-ports-d204ac381e3e6d380dbf43aba50dda022a3765c1.tar.zst
marcuscom-ports-d204ac381e3e6d380dbf43aba50dda022a3765c1.zip
Remove gnome-screensaver it not used anymore since GNOME 3.8.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19831 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-screensaver')
-rw-r--r--x11/gnome-screensaver/Makefile47
-rw-r--r--x11/gnome-screensaver/distinfo2
-rw-r--r--x11/gnome-screensaver/files/gnome-screensaver.pam.in3
-rw-r--r--x11/gnome-screensaver/files/patch-data_Makefile.in73
-rw-r--r--x11/gnome-screensaver/files/patch-src_gs-auth-helper.c201
-rw-r--r--x11/gnome-screensaver/pkg-descr7
-rw-r--r--x11/gnome-screensaver/pkg-plist143
7 files changed, 0 insertions, 476 deletions
diff --git a/x11/gnome-screensaver/Makefile b/x11/gnome-screensaver/Makefile
deleted file mode 100644
index 78bbee904..000000000
--- a/x11/gnome-screensaver/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
-# $FreeBSD$
-# $MCom: ports/trunk/x11/gnome-screensaver3/Makefile 18580 2013-06-23 08:40:31Z kwm $
-
-PORTNAME= gnome-screensaver
-PORTVERSION= 3.6.1
-PORTREVISION= 1
-CATEGORIES= x11 gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome3
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= GNOME screen saver and locker
-
-BUILD_DEPENDS= gsettings-desktop-schemas>=3.2.0:${PORTSDIR}/devel/gsettings-desktop-schemas
-LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify \
- libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
-RUN_DEPENDS= pam_helper:${PORTSDIR}/security/pam_helper \
- gsettings-desktop-schemas>=3.2.0:${PORTSDIR}/devel/gsettings-desktop-schemas \
- ${LOCALBASE}/lib/pam_gnome_keyring.so:${PORTSDIR}/security/gnome-keyring
-
-USES= gettext gmake pathfix pkgconfig tar:xz
-GNU_CONFIGURE= yes
-USE_XORG= x11 xext xxf86vm xxf86misc xscrnsaver
-USE_GNOME= gnomedesktop3 gnomeprefix intlhack libgnomekbd
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ARGS= --with-pam-prefix=${PREFIX}/etc/pam.d \
- --without-systemd
-
-SUB_FILES+= gnome-screensaver.pam
-
-post-patch:
- @${REINPLACE_CMD} -e 's|/etc/pam.d|${PREFIX}/etc/pam.d|g' \
- ${WRKSRC}/src/gs-auth-pam.c
- @${REINPLACE_CMD} -e 's|@AUTH_SCHEME@|helper|g' \
- ${WRKSRC}/src/Makefile.in
- @${ECHO} "#define PASSWD_HELPER_PROGRAM \"/usr/local/bin/pam_helper\"" \
- >> ${WRKSRC}/config.h.in
-
-post-install:
-# ${CHOWN} root ${PREFIX}/libexec/gnome-screensaver-dialog
-# ${CHMOD} +s ${PREFIX}/libexec/gnome-screensaver-dialog
- ${INSTALL_DATA} ${WRKDIR}/gnome-screensaver.pam \
- ${STAGEDIR}${PREFIX}/etc/pam.d/gnome-screensaver
-
-.include <bsd.port.mk>
diff --git a/x11/gnome-screensaver/distinfo b/x11/gnome-screensaver/distinfo
deleted file mode 100644
index ed0855028..000000000
--- a/x11/gnome-screensaver/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gnome3/gnome-screensaver-3.6.1.tar.xz) = f39b78d4f7fed748c7f0a31d694112fb907c6d3c4e63db22eb858df07e962cd0
-SIZE (gnome3/gnome-screensaver-3.6.1.tar.xz) = 568340
diff --git a/x11/gnome-screensaver/files/gnome-screensaver.pam.in b/x11/gnome-screensaver/files/gnome-screensaver.pam.in
deleted file mode 100644
index 539ca0ee7..000000000
--- a/x11/gnome-screensaver/files/gnome-screensaver.pam.in
+++ /dev/null
@@ -1,3 +0,0 @@
-auth include system
-auth optional %%LOCALBASE%%/lib/pam_gnome_keyring.so
-account include system
diff --git a/x11/gnome-screensaver/files/patch-data_Makefile.in b/x11/gnome-screensaver/files/patch-data_Makefile.in
deleted file mode 100644
index b61f2225d..000000000
--- a/x11/gnome-screensaver/files/patch-data_Makefile.in
+++ /dev/null
@@ -1,73 +0,0 @@
---- data/Makefile.in.orig 2009-06-15 22:41:37.000000000 +0200
-+++ data/Makefile.in 2009-06-15 22:42:51.000000000 +0200
-@@ -916,38 +916,38 @@
- @GCONF_SCHEMAS_INSTALL_FALSE@install-data-local:
-
- install-data-hook:
-- @system=`uname`; \
-- if test -f /usr/include/security/pam_appl.h; then \
-- if test '!' -d $(DESTDIR)$(PAM_PREFIX)/pam.d; then \
-- $(mkinstalldirs) $(DESTDIR)$(PAM_PREFIX)/pam.d; \
-- chmod 755 $(DESTDIR)$(PAM_PREFIX)/pam.d; \
-- fi; \
-- if test $$system = Linux; then \
-- if test '!' -f $(DESTDIR)$(PAM_PREFIX)/pam.d/gnome-screensaver; then \
-- $(INSTALL_DATA) gnome-screensaver $(DESTDIR)$(PAM_PREFIX)/pam.d/gnome-screensaver; \
-- fi; \
-- if test "x$(PAM_PREFIX)" != "x/etc/pam.d"; then \
-- echo "***" ; \
-- echo "*** Warning: gnome-screensaver has been compiled with support for" ; \
-- echo "*** Pluggable Authentication Modules (PAM). However, you may need to" ; \
-- echo "*** manually install $(PAM_PREFIX)/pam.d/gnome-screensaver" ; \
-- echo "*** to /etc/pam.d/gnome-screensaver. Otherwise, unlocking might" ; \
-- echo "*** not work." ; \
-- echo "***" ; \
-- echo "*** Note: If you are using SuSE/Novell you may have to modify this file." ; \
-- echo "***" ; \
-- fi; \
-- fi; \
-- if test $$system = SunOS; then \
-- echo "***" ; \
-- echo "*** Warning: gnome-screensaver has been compiled with support for" ; \
-- echo "*** Pluggable Authentication Modules (PAM). However, you" ; \
-- echo "*** need to manually add authentication for gnome-screensaver in" ; \
-- echo "*** $(PAM_PREFIX)/pam.conf or /etc/pam.conf." ; \
-- echo "*** Otherwise, unlocking might not work." ; \
-- echo "***" ; \
-- fi; \
-- fi
-+# @system=`uname`; \
-+# if test -f /usr/include/security/pam_appl.h; then \
-+# if test '!' -d $(DESTDIR)$(PAM_PREFIX)/pam.d; then \
-+# $(mkinstalldirs) $(DESTDIR)$(PAM_PREFIX)/pam.d; \
-+# chmod 755 $(DESTDIR)$(PAM_PREFIX)/pam.d; \
-+# fi; \
-+# if test $$system = Linux; then \
-+# if test '!' -f $(DESTDIR)$(PAM_PREFIX)/pam.d/gnome-screensaver; then \
-+# $(INSTALL_DATA) gnome-screensaver $(DESTDIR)$(PAM_PREFIX)/pam.d/gnome-screensaver; \
-+# fi; \
-+# if test "x$(PAM_PREFIX)" != "x/etc/pam.d"; then \
-+# echo "***" ; \
-+# echo "*** Warning: gnome-screensaver has been compiled with support for" ; \
-+# echo "*** Pluggable Authentication Modules (PAM). However, you may need to" ; \
-+# echo "*** manually install $(PAM_PREFIX)/pam.d/gnome-screensaver" ; \
-+# echo "*** to /etc/pam.d/gnome-screensaver. Otherwise, unlocking might" ; \
-+# echo "*** not work." ; \
-+# echo "***" ; \
-+# echo "*** Note: If you are using SuSE/Novell you may have to modify this file." ; \
-+# echo "***" ; \
-+# fi; \
-+# fi; \
-+# if test $$system = SunOS; then \
-+# echo "***" ; \
-+# echo "*** Warning: gnome-screensaver has been compiled with support for" ; \
-+# echo "*** Pluggable Authentication Modules (PAM). However, you" ; \
-+# echo "*** need to manually add authentication for gnome-screensaver in" ; \
-+# echo "*** $(PAM_PREFIX)/pam.conf or /etc/pam.conf." ; \
-+# echo "*** Otherwise, unlocking might not work." ; \
-+# echo "***" ; \
-+# fi; \
-+# fi
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
diff --git a/x11/gnome-screensaver/files/patch-src_gs-auth-helper.c b/x11/gnome-screensaver/files/patch-src_gs-auth-helper.c
deleted file mode 100644
index 00e8766f4..000000000
--- a/x11/gnome-screensaver/files/patch-src_gs-auth-helper.c
+++ /dev/null
@@ -1,201 +0,0 @@
---- src/gs-auth-helper.c.orig 2011-03-16 17:24:06.000000000 -0500
-+++ src/gs-auth-helper.c 2011-03-16 17:23:55.000000000 -0500
-@@ -0,0 +1,198 @@
-+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
-+ *
-+ * written by Olaf Kirch <okir@suse.de>
-+ * xscreensaver, Copyright (c) 1993-2004 Jamie Zawinski <jwz@jwz.org>
-+ *
-+ * Permission to use, copy, modify, distribute, and sell this software and its
-+ * documentation for any purpose is hereby granted without fee, provided that
-+ * the above copyright notice appear in all copies and that both that
-+ * copyright notice and this permission notice appear in supporting
-+ * documentation. No representations are made about the suitability of this
-+ * software for any purpose. It is provided "as is" without express or
-+ * implied warranty.
-+ */
-+
-+/* The idea here is to be able to run gnome-screensaver-dialog without any setuid bits.
-+ * Password verification happens through an external program that you feed
-+ * your password to on stdin. The external command is invoked with a user
-+ * name argument.
-+ *
-+ * The external helper does whatever authentication is necessary. Currently,
-+ * SuSE uses "unix2_chkpwd", which is a variation of "unix_chkpwd" from the
-+ * PAM distribution.
-+ *
-+ * Normally, the password helper should just authenticate the calling user
-+ * (i.e. based on the caller's real uid). This is in order to prevent
-+ * brute-forcing passwords in a shadow environment. A less restrictive
-+ * approach would be to allow verifying other passwords as well, but always
-+ * with a 2 second delay or so. (Not sure what SuSE's "unix2_chkpwd"
-+ * currently does.)
-+ * -- Olaf Kirch <okir@suse.de>, 16-Dec-2003
-+ */
-+
-+#include "config.h"
-+
-+#include <stdlib.h>
-+#ifdef HAVE_UNISTD_H
-+# include <unistd.h>
-+#endif
-+
-+#include <stdio.h>
-+#include <string.h>
-+#include <sys/types.h>
-+#include <pwd.h>
-+#include <errno.h>
-+#include <sys/wait.h>
-+
-+#include <glib.h>
-+#include <glib/gstdio.h>
-+
-+#include "gs-auth.h"
-+#include "subprocs.h"
-+
-+static gboolean verbose_enabled = FALSE;
-+
-+GQuark
-+gs_auth_error_quark (void)
-+{
-+ static GQuark quark = 0;
-+ if (! quark) {
-+ quark = g_quark_from_static_string ("gs_auth_error");
-+ }
-+
-+ return quark;
-+}
-+
-+void
-+gs_auth_set_verbose (gboolean enabled)
-+{
-+ verbose_enabled = enabled;
-+}
-+
-+gboolean
-+gs_auth_get_verbose (void)
-+{
-+ return verbose_enabled;
-+}
-+
-+static gboolean
-+ext_run (const char *user,
-+ const char *typed_passwd,
-+ gboolean verbose)
-+{
-+ int pfd[2], status;
-+ pid_t pid;
-+
-+ if (pipe (pfd) < 0) {
-+ return 0;
-+ }
-+
-+ if (verbose) {
-+ g_message ("ext_run (%s, %s)",
-+ PASSWD_HELPER_PROGRAM, user);
-+ }
-+
-+ block_sigchld ();
-+
-+ if ((pid = fork ()) < 0) {
-+ close (pfd [0]);
-+ close (pfd [1]);
-+ return FALSE;
-+ }
-+
-+ if (pid == 0) {
-+ close (pfd [1]);
-+ if (pfd [0] != 0) {
-+ dup2 (pfd [0], 0);
-+ }
-+
-+ /* Helper is invoked as helper service-name [user] */
-+ execlp (PASSWD_HELPER_PROGRAM, PASSWD_HELPER_PROGRAM, "gnome-screensaver", user, NULL);
-+ if (verbose) {
-+ g_message ("%s: %s", PASSWD_HELPER_PROGRAM, g_strerror (errno));
-+ }
-+
-+ exit (1);
-+ }
-+
-+ close (pfd [0]);
-+
-+ /* Write out password to helper process */
-+ if (!typed_passwd) {
-+ typed_passwd = "";
-+ }
-+ write (pfd [1], typed_passwd, strlen (typed_passwd));
-+ close (pfd [1]);
-+
-+ while (waitpid (pid, &status, 0) < 0) {
-+ if (errno == EINTR) {
-+ continue;
-+ }
-+
-+ if (verbose) {
-+ g_message ("ext_run: waitpid failed: %s\n",
-+ g_strerror (errno));
-+ }
-+
-+ unblock_sigchld ();
-+ return FALSE;
-+ }
-+
-+ unblock_sigchld ();
-+
-+ if (! WIFEXITED (status) || WEXITSTATUS (status) != 0) {
-+ return FALSE;
-+ }
-+
-+ return TRUE;
-+}
-+
-+gboolean
-+gs_auth_verify_user (const char *username,
-+ const char *display,
-+ GSAuthMessageFunc func,
-+ gpointer data,
-+ GError **error)
-+{
-+ gboolean res = FALSE;
-+ char *password;
-+
-+ password = NULL;
-+
-+ /* ask for the password for user */
-+ if (func != NULL) {
-+ func (GS_AUTH_MESSAGE_PROMPT_ECHO_OFF,
-+ "Password: ",
-+ &password,
-+ data);
-+ }
-+
-+ if (password == NULL) {
-+ return FALSE;
-+ }
-+
-+ res = ext_run (username, password, gs_auth_get_verbose ());
-+
-+ return res;
-+}
-+
-+gboolean
-+gs_auth_init (void)
-+{
-+ return TRUE;
-+}
-+
-+gboolean
-+gs_auth_priv_init (void)
-+{
-+ /* Make sure the passwd helper exists */
-+ if (g_access (PASSWD_HELPER_PROGRAM, X_OK) < 0) {
-+ g_warning ("%s does not exist. "
-+ "password authentication via "
-+ "external helper will not work.",
-+ PASSWD_HELPER_PROGRAM);
-+ return FALSE;
-+ }
-+
-+ return TRUE;
-+}
diff --git a/x11/gnome-screensaver/pkg-descr b/x11/gnome-screensaver/pkg-descr
deleted file mode 100644
index 96af92f11..000000000
--- a/x11/gnome-screensaver/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Gnome-screensaver is GNOME-based screen saver and locker that aims to have
-simple, sane, secure defaults and be well integrated with the desktop.
-It is designed to support:
-
- * the ability to lock down configuration settings
- * translation into other languages
- * user switching
diff --git a/x11/gnome-screensaver/pkg-plist b/x11/gnome-screensaver/pkg-plist
deleted file mode 100644
index 50d43c211..000000000
--- a/x11/gnome-screensaver/pkg-plist
+++ /dev/null
@@ -1,143 +0,0 @@
-bin/gnome-screensaver
-bin/gnome-screensaver-command
-etc/pam.d/gnome-screensaver
-etc/xdg/autostart/gnome-screensaver.desktop
-libexec/gnome-screensaver-dialog
-man/man1/gnome-screensaver-command.1.gz
-man/man1/gnome-screensaver.1.gz
-share/locale/af/LC_MESSAGES/gnome-screensaver.mo
-share/locale/an/LC_MESSAGES/gnome-screensaver.mo
-share/locale/ar/LC_MESSAGES/gnome-screensaver.mo
-share/locale/as/LC_MESSAGES/gnome-screensaver.mo
-share/locale/ast/LC_MESSAGES/gnome-screensaver.mo
-share/locale/be/LC_MESSAGES/gnome-screensaver.mo
-share/locale/be@latin/LC_MESSAGES/gnome-screensaver.mo
-share/locale/bg/LC_MESSAGES/gnome-screensaver.mo
-share/locale/bn/LC_MESSAGES/gnome-screensaver.mo
-share/locale/bn_IN/LC_MESSAGES/gnome-screensaver.mo
-share/locale/br/LC_MESSAGES/gnome-screensaver.mo
-share/locale/ca/LC_MESSAGES/gnome-screensaver.mo
-share/locale/ca@valencia/LC_MESSAGES/gnome-screensaver.mo
-share/locale/crh/LC_MESSAGES/gnome-screensaver.mo
-share/locale/cs/LC_MESSAGES/gnome-screensaver.mo
-share/locale/cy/LC_MESSAGES/gnome-screensaver.mo
-share/locale/da/LC_MESSAGES/gnome-screensaver.mo
-share/locale/de/LC_MESSAGES/gnome-screensaver.mo
-share/locale/dz/LC_MESSAGES/gnome-screensaver.mo
-share/locale/el/LC_MESSAGES/gnome-screensaver.mo
-share/locale/en@shaw/LC_MESSAGES/gnome-screensaver.mo
-share/locale/en_CA/LC_MESSAGES/gnome-screensaver.mo
-share/locale/en_GB/LC_MESSAGES/gnome-screensaver.mo
-share/locale/eo/LC_MESSAGES/gnome-screensaver.mo
-share/locale/es/LC_MESSAGES/gnome-screensaver.mo
-share/locale/et/LC_MESSAGES/gnome-screensaver.mo
-share/locale/eu/LC_MESSAGES/gnome-screensaver.mo
-share/locale/fa/LC_MESSAGES/gnome-screensaver.mo
-share/locale/fi/LC_MESSAGES/gnome-screensaver.mo
-share/locale/fr/LC_MESSAGES/gnome-screensaver.mo
-share/locale/ga/LC_MESSAGES/gnome-screensaver.mo
-share/locale/gl/LC_MESSAGES/gnome-screensaver.mo
-share/locale/gu/LC_MESSAGES/gnome-screensaver.mo
-share/locale/he/LC_MESSAGES/gnome-screensaver.mo
-share/locale/hi/LC_MESSAGES/gnome-screensaver.mo
-share/locale/hr/LC_MESSAGES/gnome-screensaver.mo
-share/locale/hu/LC_MESSAGES/gnome-screensaver.mo
-share/locale/id/LC_MESSAGES/gnome-screensaver.mo
-share/locale/is/LC_MESSAGES/gnome-screensaver.mo
-share/locale/it/LC_MESSAGES/gnome-screensaver.mo
-share/locale/ja/LC_MESSAGES/gnome-screensaver.mo
-share/locale/ka/LC_MESSAGES/gnome-screensaver.mo
-share/locale/km/LC_MESSAGES/gnome-screensaver.mo
-share/locale/kn/LC_MESSAGES/gnome-screensaver.mo
-share/locale/ko/LC_MESSAGES/gnome-screensaver.mo
-share/locale/ku/LC_MESSAGES/gnome-screensaver.mo
-share/locale/lt/LC_MESSAGES/gnome-screensaver.mo
-share/locale/lv/LC_MESSAGES/gnome-screensaver.mo
-share/locale/mai/LC_MESSAGES/gnome-screensaver.mo
-share/locale/mg/LC_MESSAGES/gnome-screensaver.mo
-share/locale/mk/LC_MESSAGES/gnome-screensaver.mo
-share/locale/ml/LC_MESSAGES/gnome-screensaver.mo
-share/locale/mn/LC_MESSAGES/gnome-screensaver.mo
-share/locale/mr/LC_MESSAGES/gnome-screensaver.mo
-share/locale/ms/LC_MESSAGES/gnome-screensaver.mo
-share/locale/my/LC_MESSAGES/gnome-screensaver.mo
-share/locale/nb/LC_MESSAGES/gnome-screensaver.mo
-share/locale/nds/LC_MESSAGES/gnome-screensaver.mo
-share/locale/ne/LC_MESSAGES/gnome-screensaver.mo
-share/locale/nl/LC_MESSAGES/gnome-screensaver.mo
-share/locale/nn/LC_MESSAGES/gnome-screensaver.mo
-share/locale/oc/LC_MESSAGES/gnome-screensaver.mo
-share/locale/or/LC_MESSAGES/gnome-screensaver.mo
-share/locale/pa/LC_MESSAGES/gnome-screensaver.mo
-share/locale/pl/LC_MESSAGES/gnome-screensaver.mo
-share/locale/ps/LC_MESSAGES/gnome-screensaver.mo
-share/locale/pt/LC_MESSAGES/gnome-screensaver.mo
-share/locale/pt_BR/LC_MESSAGES/gnome-screensaver.mo
-share/locale/ro/LC_MESSAGES/gnome-screensaver.mo
-share/locale/ru/LC_MESSAGES/gnome-screensaver.mo
-share/locale/si/LC_MESSAGES/gnome-screensaver.mo
-share/locale/sk/LC_MESSAGES/gnome-screensaver.mo
-share/locale/sl/LC_MESSAGES/gnome-screensaver.mo
-share/locale/sq/LC_MESSAGES/gnome-screensaver.mo
-share/locale/sr/LC_MESSAGES/gnome-screensaver.mo
-share/locale/sr@latin/LC_MESSAGES/gnome-screensaver.mo
-share/locale/sv/LC_MESSAGES/gnome-screensaver.mo
-share/locale/ta/LC_MESSAGES/gnome-screensaver.mo
-share/locale/te/LC_MESSAGES/gnome-screensaver.mo
-share/locale/th/LC_MESSAGES/gnome-screensaver.mo
-share/locale/tr/LC_MESSAGES/gnome-screensaver.mo
-share/locale/ug/LC_MESSAGES/gnome-screensaver.mo
-share/locale/uk/LC_MESSAGES/gnome-screensaver.mo
-share/locale/vi/LC_MESSAGES/gnome-screensaver.mo
-share/locale/xh/LC_MESSAGES/gnome-screensaver.mo
-share/locale/zh_CN/LC_MESSAGES/gnome-screensaver.mo
-share/locale/zh_HK/LC_MESSAGES/gnome-screensaver.mo
-share/locale/zh_TW/LC_MESSAGES/gnome-screensaver.mo
-@dirrmtry share/locale/zh_HK/LC_MESSAGES
-@dirrmtry share/locale/zh_HK
-@dirrmtry share/locale/xh/LC_MESSAGES
-@dirrmtry share/locale/xh
-@dirrmtry share/locale/ug/LC_MESSAGES
-@dirrmtry share/locale/ug
-@dirrmtry share/locale/te/LC_MESSAGES
-@dirrmtry share/locale/te
-@dirrmtry share/locale/sr@latin/LC_MESSAGES
-@dirrmtry share/locale/sr@latin
-@dirrmtry share/locale/si/LC_MESSAGES
-@dirrmtry share/locale/si
-@dirrmtry share/locale/ps/LC_MESSAGES
-@dirrmtry share/locale/ps
-@dirrmtry share/locale/oc/LC_MESSAGES
-@dirrmtry share/locale/oc
-@dirrmtry share/locale/nds/LC_MESSAGES
-@dirrmtry share/locale/nds
-@dirrmtry share/locale/my/LC_MESSAGES
-@dirrmtry share/locale/my
-@dirrmtry share/locale/mr/LC_MESSAGES
-@dirrmtry share/locale/mr
-@dirrmtry share/locale/mg/LC_MESSAGES
-@dirrmtry share/locale/mg
-@dirrmtry share/locale/mai/LC_MESSAGES
-@dirrmtry share/locale/mai
-@dirrmtry share/locale/ku/LC_MESSAGES
-@dirrmtry share/locale/ku
-@dirrmtry share/locale/km/LC_MESSAGES
-@dirrmtry share/locale/km
-@dirrmtry share/locale/en@shaw/LC_MESSAGES
-@dirrmtry share/locale/en@shaw
-@dirrmtry share/locale/dz/LC_MESSAGES
-@dirrmtry share/locale/dz
-@dirrmtry share/locale/crh/LC_MESSAGES
-@dirrmtry share/locale/crh
-@dirrmtry share/locale/ca@valencia/LC_MESSAGES
-@dirrmtry share/locale/ca@valencia
-@dirrmtry share/locale/bn_IN/LC_MESSAGES
-@dirrmtry share/locale/bn_IN
-@dirrmtry share/locale/be@latin/LC_MESSAGES
-@dirrmtry share/locale/be@latin
-@dirrmtry share/locale/ast/LC_MESSAGES
-@dirrmtry share/locale/ast
-@dirrmtry share/locale/as/LC_MESSAGES
-@dirrmtry share/locale/as
-@dirrmtry share/locale/an/LC_MESSAGES
-@dirrmtry share/locale/an