• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Japanese translation of message catalog for Sawfish Window-Manager


Commit MetaInfo

修订版9823b1f0f6c8efb613d56ee68cb924c90b365d55 (tree)
时间2016-08-13 17:20:20
作者Christopher Roy Bratusek <nano@jpbe...>
CommiterChristopher Roy Bratusek

Log Message

vanillized debian packaging scripts

更改概述

差异

--- a/debian/00debian.jl
+++ /dev/null
@@ -1,2 +0,0 @@
1-; load the sawfish defaults
2-(require 'sawfish-defaults)
--- a/debian/00menu.jl
+++ /dev/null
@@ -1,4 +0,0 @@
1-; load the debian menu
2-(require 'debian-menu)
3-; install it
4-(setq apps-menu debian-menu)
--- a/debian/50cursors.jl
+++ /dev/null
@@ -1,3 +0,0 @@
1-; change cursors when moving or resizing a window
2-(setq move-cursor-shape 'hand2)
3-(setq resize-cursor-shape 'hand2)
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
1+sawfish (3:1.12.0~pre2-1nano) unstable; urgency=low
2+
3+ * Rebuild with vanillized packaging scripts
4+
5+ -- Christopher Roy Bratusek <nano@jpberlin.de> Sat, 13 Aug 2016 10:17:33 +0200
6+
17 sawfish (3:1.12.0~pre1-1nano) unstable; urgency=low
28
39 * Rebuild with new packaging scripts
--- a/debian/control
+++ b/debian/control
@@ -31,9 +31,6 @@ Depends: x-terminal-emulator | gnome-terminal,
3131 sawfish-data (= ${source:Version}),
3232 ${misc:Depends},
3333 ${shlibs:Depends}
34-Suggests: gnome-control-center,
35- menu,
36- yelp
3734 Provides: x-window-manager
3835 Replaces: sawfish-lisp-source (<= 0.38-6),
3936 sawfish2
--- a/debian/defaults.jl
+++ /dev/null
@@ -1,35 +0,0 @@
1-;; sawmill-default.jl -- default user startup
2-;; $Id: defaults.jl,v 1.19 2000/11/15 21:51:02 jsh Exp $
3-
4-;; Copyright (C) 1999 John Harper <john@dcs.warwick.ac.uk>
5-
6-;; This file is part of sawmill.
7-
8-;; sawmill is free software; you can redistribute it and/or modify it
9-;; under the terms of the GNU General Public License as published by
10-;; the Free Software Foundation; either version 2, or (at your option)
11-;; any later version.
12-
13-;; sawmill is distributed in the hope that it will be useful, but
14-;; WITHOUT ANY WARRANTY; without even the implied warranty of
15-;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16-;; GNU General Public License for more details.
17-
18-;; You should have received a copy of the GNU General Public License
19-;; along with sawmill; see the file COPYING. If not, write to
20-;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
21-
22-;; Commentary:
23-
24-;; This file provides defaults for users without .sawmillrc files
25-
26-(declare (in-module user))
27-
28-;; magic comment to get an alias installed
29-;; (define-structure-alias sawmill-defaults sawfish.wm.defaults)
30-
31-;; this is probably good for novice users?
32-(require 'sawfish.wm.ext.window-history)
33-
34-;; save errors to aid debugging
35-(require 'sawfish.wm.ext.error-handler)
--- a/debian/menu-method
+++ /dev/null
@@ -1,27 +0,0 @@
1-#!/usr/bin/install-menu
2-
3-!include menu.h
4-compat="menu-2";
5-outputencoding="UTF-8";
6-outputlanguage="C";
7-
8-userprefix=".sawfish/lisp";
9-rootprefix="/var/lib/sawfish";
10-genmenu="debian-menu.jl";
11-rootsection="Debian";
12-
13-function label($arg)=tolower(replacewith($arg,"/ ","--"));
14-function q($arg)=esc($arg,"\"\\");
15-
16-supported;
17- x11=" '(\"" q(title()) "\" (system \"exec " q($command) " &\"))" ifneq(entryindex(), sub(entrycount(), "1"), "\n");
18- text=" '(\"" q(title()) "\" (system \"exec " q(term()) " &\"))" ifneq(entryindex(), sub(entrycount(), "1"), "\n");
19- wm=" '(\"" q(title()) "\" (progn (setq saved-command-line-args '(\"" q($command) "\")) (restart)))" ifneq(entryindex(), sub(entrycount(), "1"), "\n");
20-endsupported;
21-
22-preoutput=";; This is -*-Lisp-*-\n;; Automagically generated file. Do not edit (see /usr/doc/menu/html/index.html)\n\n(provide 'debian-menu)\n\n";
23-
24-startmenu="(defvar " label($section)"-menu\n (list\n";
25-endmenu="))\n";
26-submenutitle=" '(\"" translate("",title()) "\" . " label($section) "-menu)" ifneq(entryindex(), sub(entrycount(), "1"), "\n");
27-sort=tolower(translate("",title()))
--- a/debian/postrm
+++ /dev/null
@@ -1,10 +0,0 @@
1-#! /bin/sh -e
2-
3-if [ "$1" = purge ]; then
4- rm -rf /etc/X11/sawfish 2>/dev/null || true
5- rm -rf /var/lib/sawfish 2>/dev/null || true
6-fi
7-
8-#DEBHELPER#
9-
10-exit 0
--- a/debian/sawfish-data.install.in
+++ b/debian/sawfish-data.install.in
@@ -1,5 +1,4 @@
11 debian/README.themes usr/share/sawfish/themes
2-debian/site-init.jl usr/share/sawfish/site-lisp
32 usr/share/applications/sawfish-config.desktop
43 usr/share/locale
54 usr/share/sawfish/lisp/sawfish/wm/autoload.jl
--- a/debian/sawfish.dirs
+++ /dev/null
@@ -1 +0,0 @@
1-var/lib/sawfish
--- a/debian/sawfish.install
+++ b/debian/sawfish.install
@@ -1,6 +1,3 @@
1-debian/00debian.jl etc/X11/sawfish/site-init.d
2-debian/00menu.jl etc/X11/sawfish/site-init.d
3-debian/50cursors.jl etc/X11/sawfish/site-init.d
41 sawfish.el usr/share/emacs/site-lisp/sawfish
52 usr/bin/sawfish
63 usr/bin/sawfish-about
--- a/debian/sawfish.postinst
+++ b/debian/sawfish.postinst
@@ -4,24 +4,6 @@ set -e
44
55 if [ "$1" = "configure" ]; then
66
7-# Move old conffiles in < 0.37.2-2
8- if [ -e /etc/X11/sawfish/defaults.jl ]; then
9- mv /etc/X11/sawfish/defaults.jl /etc/X11/sawfish/site-init.d/00debian.jl
10- fi
11- if [ -e /etc/X11/sawfish/menu.jl ]; then
12- mv /etc/X11/sawfish/menu.jl /etc/X11/sawfish/site-init.d/00menu.jl
13- fi
14-
15-# Remove old conffiles in < 0.38-1
16- rm /etc/X11/sawfish/site-init.d/defaults.jl 2>/dev/null || true
17- rm /etc/X11/sawfish/site-init.d/menu.jl 2>/dev/null || true
18-
19-# Be sure to remove this old file
20- rm /etc/X11/sawfish/site-init.jl 2>/dev/null || true
21-
22-# Remove old generated menu file in /etc
23- rm /etc/X11/sawfish/debian-menu.jl 2>/dev/null || true
24-
257 # Touch all jlc files
268 find /usr/share/sawfish/lisp -name *.jlc | xargs touch
279
--- a/debian/sawfish.postrm
+++ /dev/null
@@ -1,12 +0,0 @@
1-#! /bin/sh
2-
3-set -e
4-
5-if [ "$1" = purge ]; then
6- rm -rf /etc/X11/sawfish 2>/dev/null || true
7- rm -rf /var/lib/sawfish 2>/dev/null || true
8-fi
9-
10-#DEBHELPER#
11-
12-exit 0
--- a/debian/site-init.jl
+++ /dev/null
@@ -1,10 +0,0 @@
1-(setq load-path (nconc load-path (list "/var/lib/sawfish")))
2-(let*
3- ((dir "/etc/X11/sawfish/site-init.d")
4- (files (and (file-directory-p dir) (directory-files dir))))
5- (mapc
6- (lambda (file)
7- (condition-case data
8- (load (expand-file-name file dir) t t t)
9- (error (error-handler-function (car data) (cdr data)))))
10- (sort files)))