All of lore.kernel.org
 help / color / mirror / Atom feed
From: Otavio Salvador <otavio@ossystems.com.br>
To: openembedded-devel@lists.openembedded.org
Cc: Otavio Salvador <otavio@ossystems.com.br>
Subject: [PATCH 10/23] hal-cups-utils: add
Date: Fri,  8 May 2009 21:50:26 -0300	[thread overview]
Message-ID: <1241830239-5594-11-git-send-email-otavio@ossystems.com.br> (raw)
In-Reply-To: <1241830239-5594-10-git-send-email-otavio@ossystems.com.br>

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 conf/checksums.ini                   |    4 ++++
 recipes/hal/hal-cups-utils_0.6.19.bb |   23 +++++++++++++++++++++++
 2 files changed, 27 insertions(+), 0 deletions(-)
 create mode 100644 recipes/hal/hal-cups-utils_0.6.19.bb

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 0df13ba..57a1e72 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -10058,6 +10058,10 @@ sha256=65d8f8eeb61e7609a8c5001b6660d90e7a482c4b74b4e226d09b433dc1a80c9d
 md5=a6f532770cf9286e1de38d6570cbc6bc
 sha256=65d8f8eeb61e7609a8c5001b6660d90e7a482c4b74b4e226d09b433dc1a80c9d
 
+[https://fedorahosted.org/releases/h/a/hal-cups-utils/hal-cups-utils-0.6.19.tar.gz]
+md5=58e1c8f5597dd39e57dcf3c4aabe60f8
+sha256=f40a7ebd1453d471a8a6bfd8c635708dd739a6160bb661813f936d936ba85618
+
 [http://hal.freedesktop.org/releases/hal-info-20070618.tar.gz]
 md5=c7005ccb1765d8359fd2348350770495
 sha256=bec1b0ad166b6c4d5269e7aa6d7bdbd0eb05c8f2c30042e4dca18993ba5682f0
diff --git a/recipes/hal/hal-cups-utils_0.6.19.bb b/recipes/hal/hal-cups-utils_0.6.19.bb
new file mode 100644
index 0000000..289990e
--- /dev/null
+++ b/recipes/hal/hal-cups-utils_0.6.19.bb
@@ -0,0 +1,23 @@
+DESCRIPTION = "Utilities to detect and configure printers automatically"
+HOMEPAGE = "https://fedorahosted.org/hal-cups-utils/"
+SECTION = "console/utils"
+LICENSE = "GPLv2 CUPS"
+DEPENDS = "hal dbus cups"
+RDEPENDS_${PN} += "python-dbus python-pycups python-cupshelpers python-subprocess python-syslog usbutils"
+
+SRC_URI = "https://fedorahosted.org/releases/h/a/hal-cups-utils/hal-cups-utils-${PV}.tar.gz"
+S = "${WORKDIR}/${PN}-${PV}"
+
+inherit autotools
+
+PACKAGES += "cups-backend-hal"
+
+FILES_${PN} += "${libdir}/hal/* ${datadir}/hal/*"
+FILES_${PN}-dbg += "${libdir}/hal/.debug ${libdir}/cups/backend/.debug"
+FILES_cups-backend-hal += "${libdir}/cups/backend/*"
+
+EXTRA_OECONF = "--libexecdir=${libdir}/hal/scripts"
+
+do_configure_append() {
+	sed -i 's,^#!/bin/env python,#!/usr/bin/python,' systemv/hal_lpadmin
+}
-- 
1.6.3.rc1.51.gea0b7




  reply	other threads:[~2009-05-09  0:56 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-09  0:50 [RFC] Ready to commit patches from O.S. Systems Otavio Salvador
2009-05-09  0:50 ` [PATCH 01/23] gtk-engines: add 2.18.1 Otavio Salvador
2009-05-09  0:50   ` [PATCH 02/23] machine/geode[gl]x: use more optimization while compiling Otavio Salvador
2009-05-09  0:50     ` [PATCH 03/23] acpid: add 1.0.8 (with netlink support) Otavio Salvador
2009-05-09  0:50       ` [PATCH 04/23] hal-info: add 20080414 Otavio Salvador
2009-05-09  0:50         ` [PATCH 05/23] python-pycups: add Otavio Salvador
2009-05-09  0:50           ` [PATCH 06/23] checksums.ini: add flash-plugin Otavio Salvador
2009-05-09  0:50             ` [PATCH 07/23] checksums.ini: add sun-jdk Otavio Salvador
2009-05-09  0:50               ` [PATCH 08/23] checksums.ini: firefox-l10n-pt-br Otavio Salvador
2009-05-09  0:50                 ` [PATCH 09/23] system-config-printer: add to provide python-cupshelpers to hal-cups-utils Otavio Salvador
2009-05-09  0:50                   ` Otavio Salvador [this message]
2009-05-09  0:50                     ` [PATCH 11/23] cups: split backends and models Otavio Salvador
2009-05-09  0:50                       ` [PATCH 12/23] conf/licenses.conf: add CUPS license Otavio Salvador
2009-05-09  0:50                         ` [PATCH 13/23] fixes wrong license value usage for GPLv2 Otavio Salvador
2009-05-09  0:50                           ` [PATCH 14/23] mtools: update to 4.0.10 since 3.9.11 was not available anymore Otavio Salvador
2009-05-09  0:50                             ` [PATCH 15/23] rt61-firmware: fix installation of binary files Otavio Salvador
2009-05-09  0:50                               ` [PATCH 16/23] s/IPKG_INSTALL/PACKAGE_INSTALL/ Otavio Salvador
2009-05-09  0:50                                 ` [PATCH 17/23] Documentation for PACKAGE_ARCH is actually for PACKAGE_ARCHS Otavio Salvador
2009-05-09  0:50                                   ` [PATCH 18/23] Fixed indentation for Python code Otavio Salvador
2009-05-09  0:50                                     ` [PATCH 19/23] initramfs-uniboot: properly setup sysfs and tmp Otavio Salvador
2009-05-09  0:50                                       ` [PATCH 20/23] cups: undo mangle of cups_{datadir, serverbin} in cups-config Otavio Salvador
2009-05-09  0:50                                         ` [PATCH 21/23] libgnomeprintui: drop gnome-common dependency since it is added by gnome class Otavio Salvador
2009-05-09  0:50                                           ` [PATCH 22/23] ppp: add peers dir Otavio Salvador
2009-05-09  0:50                                             ` [PATCH 23/23] gnumeric: update to 1.8.4 Otavio Salvador
2009-05-09  7:58                             ` [PATCH 14/23] mtools: update to 4.0.10 since 3.9.11 was not available anymore Koen Kooi
2009-05-09 16:16                       ` [PATCH 11/23] cups: split backends and models Cliff Brake
2009-05-09 17:12                         ` Otavio Salvador
2009-05-09  7:56                   ` [PATCH 09/23] system-config-printer: add to provide python-cupshelpers to hal-cups-utils Koen Kooi
2009-05-09 17:14                     ` Otavio Salvador
2009-05-09 17:18                       ` Koen Kooi
2009-05-09  8:00 ` [RFC] Ready to commit patches from O.S. Systems Koen Kooi
2009-05-09 16:24 ` Cliff Brake

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1241830239-5594-11-git-send-email-otavio@ossystems.com.br \
    --to=otavio@ossystems.com.br \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.