[prev in list] [next in list] [prev in thread] [next in thread] 

List:       klik-devel
Subject:    [klik-devel] [klikclient commit] r970 - trunk/client/trunk/debian
From:       codesite-noreply () google ! com
Date:       2008-01-31 2:13:41
Message-ID: 0016364c5add0444fb34deee3c1d2500 () google ! com
[Download RAW message or body]

Author: niallw
Date: Wed Jan 30 18:12:42 2008
New Revision: 970

Added:
   trunk/client/trunk/debian/klikd.rules
Modified:
   trunk/client/trunk/debian/changelog
   trunk/client/trunk/debian/rules

Log:
klikclient: add klikd to debian packaging

Modified: trunk/client/trunk/debian/changelog
==============================================================================
--- trunk/client/trunk/debian/changelog	(original)
+++ trunk/client/trunk/debian/changelog	Wed Jan 30 18:12:42 2008
@@ -1,4 +1,4 @@
-klik (1.1.902) UNRElEASED; urgency=low
+klik (1.9.2.970) UNRElEASED; urgency=low

   * Build cmginfo as part of client
   * Stop depending on cmginfo
@@ -11,6 +11,7 @@
   * Add gconftool-2 calls in postinst to configure gnome
   * Try not to rely on xdg and gconf, install files to paths also
   * Fix [ -x `which foo` ] stupidity
+  * Add klikd

   -- Niall Walsh <niallwalsh@users.berlios.de>  Wed, 23 Jan 2008 
21:24:54 +0000


Added: trunk/client/trunk/debian/klikd.rules
==============================================================================
--- (empty file)
+++ trunk/client/trunk/debian/klikd.rules	Wed Jan 30 18:12:42 2008
@@ -0,0 +1,18 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+build:
+
+	# Add here commands to compile the package.
+	./autogen.sh
+	./configure
+	$(MAKE)
+
+install: build
+
+	# Add here commands to install the package into debian/
+	mkdir -p $(CURDIR)/../debian/klik/usr/bin/
+	mkdir -p $(CURDIR)/../binaryparts/usr/bin/
+	cp $(CURDIR)/src/klikd $(CURDIR)/../binaryparts/usr/bin/
+	cp $(CURDIR)/src/klikd $(CURDIR)/../debian/klik/usr/bin/
+

Modified: trunk/client/trunk/debian/rules
==============================================================================
--- trunk/client/trunk/debian/rules	(original)
+++ trunk/client/trunk/debian/rules	Wed Jan 30 18:12:42 2008
@@ -4,6 +4,7 @@
 clean::
 	make -C fakechroot -f ../debian/fakechroot.rules clean
 	make -C CIsofsUtl clean
+	[ ! -f klikd/Makefile ] || make -C klikd distclean
 	[ ! -f cmg_kfile/Makefile ] || make -C cmg_kfile distclean
 	rm cmg_kfile/po/*.mo || true
 	[ ! -f cmg_kthumbnail/Makefile ] || make -C cmg_kthumbnail distclean
@@ -12,6 +13,7 @@

 build/klik::
 	mkdir -p binaryparts
+	make -C klikd -f ../debian/klikd.rules install
 	make -C fakechroot -f ../debian/fakechroot.rules install
 	make -C CIsofsUtl -f ../debian/cmginfo.rules install
 	make -C cmg_kfile -f ../debian/cmg_kfile.rules install
_______________________________________________
klik-devel mailing list
klik-devel@kde.org
https://mail.kde.org/mailman/listinfo/klik-devel
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic