public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 0038068c61ce274ca414b29020f3314a0247bb64
Date: Sun, 09 Sep 2012 17:32:30 +0200	[thread overview]
Message-ID: <20120909153230.D6828200BF@argus.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 3093 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".

The branch, master has been updated
       via  0038068c61ce274ca414b29020f3314a0247bb64 (commit)
       via  73cd5527845625224b7d9fc08f9ea142cda7defe (commit)
      from  2ae4bcdf5e4c3b156f2a6d947ad6fc0f75b6aac1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0038068c61ce274ca414b29020f3314a0247bb64
Merge: 2ae4bcd 73cd552
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Sun Sep 9 17:32:25 2012 +0200

    Merge remote-tracking branch 'stevee/hplip'

commit 73cd5527845625224b7d9fc08f9ea142cda7defe
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date:   Sun Sep 9 17:07:59 2012 +0200

    hplip: Tidy up package.
    
    * Don't build, support for qt4 anymore.
    * Disable build of gui, we don't need it.
    * Splitt package into a lot of subpackages.
    * Remove stuff we don't want to ship.

-----------------------------------------------------------------------

Summary of changes:
 hplip/hplip.nm |   51 +++++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 49 insertions(+), 2 deletions(-)

Difference in files:
diff --git a/hplip/hplip.nm b/hplip/hplip.nm
index 560c64a..b09973a 100644
--- a/hplip/hplip.nm
+++ b/hplip/hplip.nm
@@ -5,7 +5,7 @@
 
 name       = hplip
 version    = 3.10.9
-release    = 2
+release    = 3
 
 groups     = Applications/Printing
 url        = http://hplipopensource.com/hplip-web/index.html
@@ -40,18 +40,65 @@ build
 	end
 
 	configure_options += \
-		--sysconfdir=/etc
+		--sysconfdir=%{sysconfdir} \
+		--disable-gui-build \
+		--disable-qt4
 
 	install_cmds
 		# Remove unwanted files.
+		rm -rvf %{BUILDROOT}%{bindir}/hp-systray
 		rm -rvf %{BUILDROOT}%{sysconfdir}/sane.d/
+		rm -rvf %{BUILDROOT}%{datadir}/installer
+
+		# Remove files for HAL.
+		rm -rvf %{BUILDROOT}%{datadir}/hal
+
+		# Remove X11 relevated files.
+		rm -rvf %{BUILDROOT}%{datadir}/applications/
+
+		# Remove xdg files.
+		rm -rvf %{BUILDROOT}%{sysconfdir}/xdg/
 	end
 end
 
 packages
 	package %{name}
+		requires
+			%{name}-common=%{thisver}
+			cups
+		end
+	end
+
+	package %{name}-common
+		summary = Files needed by the HPLIP printer and scanner drivers.
+		description = %{summary}
+
+		files
+			%{libdir}/udev/
+			%{libdir}/python*/
+			%{sysconfdir}/udev/
+			%{datadir}/hplip
+		end
+	end
+
+	package %{name}-libs
+		template LIBS
+	end
+	
+	package %{name}-devel
+		template DEVEL
+	end
+
+	package libsane-hpaio
+		summary = SANE driver for scanners in HP's multi-function devices.
+		description = %{summary}
+
 		prerequires += sane
 
+		files
+			%{libdir}/sane/*
+		end
+
 		script postin
 			# Add hplip scanner support to sane.
 			echo "hpaio" >> %{sysconfdir}/sane.d/dll.conf


hooks/post-receive
--
IPFire 3.x development tree

                 reply	other threads:[~2012-09-09 15:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20120909153230.D6828200BF@argus.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox