[Trisquel-devel] [PATCH] Add make-scribus, based on make-gnome-orca.
mejiko
kame55-itasenpara123 at y2.dion.ne.jp
Mon Jun 23 11:24:53 CEST 2014
I make make-scribus package helper, based on make-gnome-orca.
I compliance GPLv2 (Section 2 and 3), attachments included. (GPL license files (v2 and v3), This patch and package helper.)
Thanks.
---
helpers/make-scribus | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 85 insertions(+)
create mode 100644 helpers/make-scribus
diff --git a/helpers/make-scribus b/helpers/make-scribus
new file mode 100644
index 0000000..852fa5b
--- /dev/null
+++ b/helpers/make-scribus
@@ -0,0 +1,85 @@
+#!/bin/sh
+#
+# Title:
+#
+# Package helper for Scribus. (See: https://trisquel.info/en/issues/10889)
+#
+# Desciption:
+#
+# This is derived version of "make-gnome-orca". (derived version file name is: "make-scribus")
+# Original version URI is: http://devel.trisquel.info/gitweb/?p=package-helpers.git;a=blob_plain;f=helpers/make-gnome-orca;h=5bf6e825e9ac7d75ed97757d7bebadce4d1311d6;hb=8071422945c23f085d0e15eed3ede16369557814
+#
+#
+# Copyright and license terms:
+#
+#
+# derived version of "make-gnome-orca" (File name is : "make-scribus" ) copyright statement and license terms:
+#
+# Copyright (C) 2014 Kouta Ikematsu (mejiko) <kame55-itasenpara123 at y2.dion.ne.jp>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+#
+#
+#
+# Original version ("make-gnome-orca") copyright statement and license terms:
+#
+# Copyright (C) 2014 Rubén Rodríguez <ruben at trisquel.info>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+#
+#
+# History and changelog:
+#
+#
+# 2014/06/22 (Kouta Ikematsu (mejiko) <kame55-itasenpara123 at y2.dion.ne.jp>)
+#
+# Change changelog. ( "Backported from utopic" to "Imported trisquel from utopic, delete non-free contents and images." )
+# Rename file name. ("make-gnome-orca" to "make-scribus")
+# Add title, desciption and license terms.
+#
+#
+# 2014/06/22 (Kouta Ikematsu (mejiko) <kame55-itasenpara123 at y2.dion.ne.jp>)
+#
+# Change apt-line (replace "main" to "universe")
+# Change "VERSION" variable (1 to 2)
+#
+#
+# 2014/06/23 (Kouta Ikematsu (mejiko) <kame55-itasenpara123 at y2.dion.ne.jp>)
+#
+# change "VERSION" variable. (2 to 1)
+# Add changelog.
+#
+
+
+VERSION=1
+EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu utopic universe'
+
+. ./config
+
+changelog "Imported trisquel from utopic, delete non-free contents and images."
+
+compile
--
1.7.9.5
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pkg-helper-scribus-fixed-patched.tar.gz
Type: application/octet-stream
Size: 18020 bytes
Desc: not available
URL: <http://listas.trisquel.info/pipermail/trisquel-devel/attachments/20140623/318611a8/attachment-0001.obj>
More information about the Trisquel-devel
mailing list