Browse Source

hplip: Updated (0.9.7 -> 3.10.6)

user/karasz/next/updates
Christian Wiese 14 years ago
parent
commit
4bec152646
  1. 17
      printing/hplip/hplip.conf
  2. 9
      printing/hplip/hplip.desc
  3. 38
      printing/hplip/initfile.patch

17
printing/hplip/hplip.conf

@ -0,0 +1,17 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../hplip/hplip.conf
# Copyright (C) 2010 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# 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; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
# the automatically detected 'setup.py' is a user setup helper script
# and has nothing to do with the well known way to build python stuff
runpysetup=0

9
printing/hplip/hplip.desc

@ -2,7 +2,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] [COPY]
[COPY] Filename: package/.../hplip/hplip.desc [COPY] Filename: package/.../hplip/hplip.desc
[COPY] Copyright (C) 2006 The OpenSDE Project [COPY] Copyright (C) 2006 - 2010 The OpenSDE Project
[COPY] Copyright (C) 2005 - 2006 The T2 SDE Project [COPY] Copyright (C) 2005 - 2006 The T2 SDE Project
[COPY] [COPY]
[COPY] More information can be found in the files COPYING and README. [COPY] More information can be found in the files COPYING and README.
@ -24,7 +24,8 @@
[T] Business Inkjet, Photosmart, Business Inkjet, PSC, Officejet, [T] Business Inkjet, Photosmart, Business Inkjet, PSC, Officejet,
[T] Mono/Color LaserJet, and LaserJet Multifunction Peripheral (MFP). [T] Mono/Color LaserJet, and LaserJet Multifunction Peripheral (MFP).
[U] http://hpinkjet.sourceforge.net/ [U] http://hplipopensource.com/
[U] http://hplip.sourceforge.net/
[A] Don Welch <linux.deskjet@hp.com> [A] Don Welch <linux.deskjet@hp.com>
[M] The OpenSDE Community <list@opensde.org> [M] The OpenSDE Community <list@opensde.org>
@ -33,7 +34,7 @@
[L] GPL [L] GPL
[S] Stable [S] Stable
[V] 0.9.7 [V] 3.10.6
[P] X -----5---9 800.000 [P] X -----5---9 800.000
[D] 3446905482 hplip-0.9.7.tar.gz http://dl.sourceforge.net/sourceforge/hpinkjet/ [D] 4292297245 hplip-3.10.6.tar.gz http://dl.sourceforge.net/sourceforge/hplip/

38
printing/hplip/initfile.patch

@ -1,38 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../hplip/initfile.patch
# Copyright (C) 2005 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or 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.
# --- SDE-COPYRIGHT-NOTE-END ---
--- hplip/Makefile.am.orig 2005-11-18 22:28:51.000000000 +0100
+++ hplip/Makefile.am 2005-12-11 14:08:30.000000000 +0100
@@ -237,7 +237,7 @@
$(INSTALL_DATA) $(DESTDIR)$(hplipdir)/$(PACKAGE).conf $(DESTDIR)/etc/hp; \
if [ -d $(DESTDIR)/etc/init.d ]; then \
$(INSTALL_SCRIPT) $(DESTDIR)$(hplipdir)/$(PACKAGE) $(DESTDIR)/etc/init.d; \
- if [ "$(DESTDIR)" = "" ]; then \
+ if [ 0 -eq 1 -a "$(DESTDIR)" = "" ]; then \
if [ "$(INSTALLINITD)" != "" ]; then \
$(INSTALLINITD) $(PACKAGE); \
else \
--- hplip/Makefile.in.orig 2005-12-11 14:14:56.000000000 +0100
+++ hplip/Makefile.in 2005-12-11 14:27:42.000000000 +0100
@@ -1969,7 +1969,7 @@
$(INSTALL_DATA) $(DESTDIR)$(hplipdir)/$(PACKAGE).conf $(DESTDIR)/etc/hp; \
if [ -d $(DESTDIR)/etc/init.d ]; then \
$(INSTALL_SCRIPT) $(DESTDIR)$(hplipdir)/$(PACKAGE) $(DESTDIR)/etc/init.d; \
- if [ "$(DESTDIR)" = "" ]; then \
+ if [ 0 -eq 1 -a "$(DESTDIR)" = "" ]; then \
if [ "$(INSTALLINITD)" != "" ]; then \
$(INSTALLINITD) $(PACKAGE); \
else \
Loading…
Cancel
Save