[maemo-commits] [maemo-commits] r11339 - in projects/haf/tags/hildon-1: . 1.0.3-1 1.0.3-1/debian 1.0.3-1/src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Apr 26 15:58:33 EEST 2007
Author: mdk
Date: 2007-04-26 15:58:32 +0300 (Thu, 26 Apr 2007)
New Revision: 11339

Added:
   projects/haf/tags/hildon-1/1.0.3-1/
   projects/haf/tags/hildon-1/1.0.3-1/ChangeLog
   projects/haf/tags/hildon-1/1.0.3-1/NEWS
   projects/haf/tags/hildon-1/1.0.3-1/README
   projects/haf/tags/hildon-1/1.0.3-1/configure.ac
   projects/haf/tags/hildon-1/1.0.3-1/debian/changelog
   projects/haf/tags/hildon-1/1.0.3-1/debian/rules
   projects/haf/tags/hildon-1/1.0.3-1/src/hildon-helper.h
Removed:
   projects/haf/tags/hildon-1/1.0.3-1/ChangeLog
   projects/haf/tags/hildon-1/1.0.3-1/NEWS
   projects/haf/tags/hildon-1/1.0.3-1/README
   projects/haf/tags/hildon-1/1.0.3-1/configure.ac
   projects/haf/tags/hildon-1/1.0.3-1/debian/changelog
   projects/haf/tags/hildon-1/1.0.3-1/debian/rules
   projects/haf/tags/hildon-1/1.0.3-1/src/hildon-helper.h
Log:
Tagging for 1.0.3-1


Copied: projects/haf/tags/hildon-1/1.0.3-1 (from rev 11306, projects/haf/trunk/hildon-1)

Deleted: projects/haf/tags/hildon-1/1.0.3-1/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-1/ChangeLog	2007-04-25 13:30:05 UTC (rev 11306)
+++ projects/haf/tags/hildon-1/1.0.3-1/ChangeLog	2007-04-26 12:58:32 UTC (rev 11339)
@@ -1,137 +0,0 @@
-2007-04-25  Xan Lopez  <xan.lopez at nokia.com>
-
-	* src/hildon-bread-crumb-trail.h:
-	* src/hildon-bread-crumb.h:
-
-	Guard with ENABLE_UNSTABLE_API. To use the bread crumb you'll need
-	to define ENABLE_UNSTABLE_API in the code that includes these headers.
-	
-2007-04-25  Xan Lopez  <xan.lopez at nokia.com>
-	
-	* examples/hildon-bread-crumb-trail-example.c:
-	* src/Makefile.am:
-	* src/hildon-bread-crumb-trail.c:
-	* src/hildon-bread-crumb-trail.h:
-	* src/hildon-bread-crumb.c:
-	* src/hildon-bread-crumb.h:
-	* src/hildon-marshalers.list:
-	* src/hildon-bread-crumb-widget.c:
-	* src/hildon-bread-crumb-widget.h:
-
-	Slight change in the widget design. The bread crumb trail API is
-	unchanged, but HildonBreadCrumb is now an interface. A *private*
-	implementation, hildon-bread-crumb-widget, is provided and used
-	internally by the trail for the push_text/push_icon functions.
-
-	The generic push API is still available, so anyone can implement
-	and use its own bread crumb widget.
-	
-2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
-
-	* debian/rules: Fixing the shlibs.
-
-2007-04-19  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
-
-	* src/hildon-banner.c: Fixing a problem with timed banners having
-	their parrent destroyed before they are.
-
-2007-04-17  Xan Lopez  <xan.lopez at nokia.com>
-
-	* src/hildon-bread-crumb.c:
-	* src/hildon-bread-crumb.h:
-
-	Make the get_natural_size function a vfunc.
-
-2007-04-16  Xan Lopez  <xan.lopez at nokia.com>
-
-	* src/hildon-bread-crumb.c:
-	* src/hildon-bread-crumb-trail.c:
-
-	Some cleanups.
-
-2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
-
-	[1.0.1 release]
-
-	* AUTHORS:
-	* NEWS:
-	* configure.ac:
-	* debian/changelog: Updating for release.
-
-2007-04-16  Xan Lopez  <xan.lopez at nokia.com>
-
-	* src/hildon-bread-crumb.c (hildon_bread_crumb_get_natural_size):
-	don't leak the pango layout.
-
-2007-04-16  Xan Lopez  <xan.lopez at nokia.com>
-
-	* src/hildon.h:
-	* examples/hildon-bread-crumb-trail-example.c:
-
-	Fix example.
-
-2007-04-16  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
-
-	* debian/changelog: Removing the bug-fixed entries that were actually
-	resolved as WONTFIX.
-
-	* src/hildon-date-editor.c: Removing a redundant check. Fixes
-	NB#54182.
-
-2007-04-13  Xan Lopez  <xan.lopez at nokia.com>
-
-	* src/hildon-bread-crumb-trail.c:
-	* src/hildon-bread-crumb-trail.h:
-	* src/hildon-bread-crumb.c:
-	* src/hildon-bread-crumb.h:
-
-	Untabify.
-	
-2007-04-13  Xan Lopez  <xan.lopez at nokia.com>
-
-	* src/hildon-bread-crumb-trail.c: don't use the priv data of bct
-	until it's passed the type check.
-
-2007-04-12  Xan Lopez  <xan.lopez at nokia.com>
-
-	* examples/hildon-bread-crumb-trail-example.c
-
-	Add license.
-	
-2007-04-12  Xan Lopez  <xan.lopez at nokia.com>
-
-	* examples/Makefile.am
-	* examples/hildon-bread-crumb-trail-example.c
-	* src/Makefile.am
-	* src/hildon-bread-crumb-trail.c
-	* src/hildon-bread-crumb-trail.h
-	* src/hildon-bread-crumb.c
-	* src/hildon-bread-crumb.h
-
-	New HildonBreadCrumbTrail widget.
-
-2007-04-02  Lucas Rocha	 <lucas.rocha at nokia.com>
-
-	* src/hildon-range-editor.c (hildon_range_editor_init),
-	src/hildon-seekbar.c (hildon_seekbar_get_fraction,
-	hildon_seekbar_set_fraction, hildon_seekbar_set_position),
-	src/hildon-time-editor.c (hildon_time_editor_tap_and_hold_setup,
-	hildon_time_editor_class_init, hildon_time_editor_init),
-	src/hildon-get-password-dialog.c (invalid_input,
-	hildon_get_password_set_property, hildon_get_password_get_property,
-	create_contents, hildon_get_password_dialog_set_max_characters),
-	src/hildon-set-password-dialog.c (create_contents),
-	src/hildon-date-editor.c (hildon_date_editor_init),
-	src/hildon-login-dialog.c (hildon_login_dialog_init),
-	src/hildon-number-editor.c (hildon_number_editor_init),
-	src/hildon-find-toolbar.c (hildon_find_toolbar_emit_invalid_input,
-	hildon_find_toolbar_emit_close, hildon_find_toolbar_init): made all
-	the Maemo GTK+ specific API optional by adding a --with-maemo-gtk
-	 configure option and adding the respective checks in the code.
-	* src/hildon-calendar.c (hildon_calendar_paint_week_numbers,
-	hildon_calendar_drag_data_received): fixed some build warnings.
-
-2007-03-29  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
-
-	* debian/changelog: A 1.0.0 release notes.
-

Copied: projects/haf/tags/hildon-1/1.0.3-1/ChangeLog (from rev 11338, projects/haf/trunk/hildon-1/ChangeLog)

Deleted: projects/haf/tags/hildon-1/1.0.3-1/NEWS
===================================================================
--- projects/haf/trunk/hildon-1/NEWS	2007-04-25 13:30:05 UTC (rev 11306)
+++ projects/haf/tags/hildon-1/1.0.3-1/NEWS	2007-04-26 12:58:32 UTC (rev 11339)
@@ -1,3 +0,0 @@
-[1.0.1-1 release] 
-* Breadcrumb trail widget by Xan
-* Fingerable scrollbar API by Michael

Copied: projects/haf/tags/hildon-1/1.0.3-1/NEWS (from rev 11338, projects/haf/trunk/hildon-1/NEWS)

Deleted: projects/haf/tags/hildon-1/1.0.3-1/README
===================================================================

Copied: projects/haf/tags/hildon-1/1.0.3-1/README (from rev 11307, projects/haf/trunk/hildon-1/README)

Deleted: projects/haf/tags/hildon-1/1.0.3-1/configure.ac
===================================================================
--- projects/haf/trunk/hildon-1/configure.ac	2007-04-25 13:30:05 UTC (rev 11306)
+++ projects/haf/tags/hildon-1/1.0.3-1/configure.ac	2007-04-26 12:58:32 UTC (rev 11339)
@@ -1,181 +0,0 @@
-AC_INIT([Hildon gtk widgets], [1.0.1], [michael.kostrzewa at nokia.com], [hildon])
-AC_CANONICAL_SYSTEM
-
-AM_CONFIG_HEADER(config.h)
-AC_CONFIG_SRCDIR([src/hildon-window.h])
-AC_CONFIG_MACRO_DIR([m4])
-AM_MAINTAINER_MODE
-
-# define PACKAGE_VERSION_* variables
-AS_VERSION
-
-# set the libtool versioning
-# Quick guide into libtool versioning:
-# 1. Start with version information of `0:0:0' for each libtool library.
-# 2. Update the version information only immediately before a public release of your software. 
-#    More frequent updates are unnecessary, and only guarantee that the current interface number 
-#    gets larger faster.
-# 3. If the library source code has changed at all since the last update, then increment revision 
-#    (`c:r:a' becomes `c:r+1:a').
-# 4. If any interfaces have been added, removed, or changed since the last update, 
-#    increment current, and set revision to 0.
-# 5. If any interfaces have been added since the last public release, then increment age.
-# 6. If any interfaces have been removed since the last public release, then set age to 0.  
-AS_LIBTOOL(HILDON, 1, 0, 1)
-AM_INIT_AUTOMAKE
-
-AC_PROG_CC
-AM_PROG_LIBTOOL
-AC_PROG_INSTALL
-AC_PROG_AWK
-
-AC_HEADER_STDC
-
-GTK_VERSION=2.10
-
-PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.10)
-AC_SUBST(GTK_LIBS)
-AC_SUBST(GTK_CFLAGS)
-AC_SUBST(GTK_VERSION)
-
-# ESD is needed for the hildon-note sounds.
-
-PKG_CHECK_MODULES(ESD, esound)
-AC_SUBST(ESD_LIBS)
-AC_SUBST(ESD_CFLAGS)
-
-PKG_CHECK_MODULES(GCONF, gconf-2.0 >= 2.6)
-AC_SUBST(GCONF_CFLAGS)
-AC_SUBST(GCONF_LIBS)
-
-ALL_LINGUAS="en_GB"
-AC_SUBST(ALL_LINGUAS) 
-AM_GLIB_GNU_GETTEXT
-
-GTK_DOC_CHECK([1.3])
-
-localedir=${datadir}/locale
-
-AC_SUBST(localedir)
-
-# Disable rebuild of glib-mkenum -generated source code:
-AC_ARG_ENABLE(rebuilds, [  --disable-rebuilds      disable all source autogeneration rules],,enable_rebuilds=yes)
-
-# define a MAINT-like variable REBUILD which is set if Perl
-# is found, so autogenerated sources can be rebuilt
-AC_CHECK_PROGS(PERL, perl5 perl)
-
-REBUILD=\#
-if test "x$enable_rebuilds" = "xyes" && \
-     test -n "$PERL" && \
-     $PERL -e 'exit !($] >= 5.002)' > /dev/null 2>&1 ; then
-  REBUILD=
-fi
-AC_SUBST(REBUILD)
-
-# build examples (or not)
-AC_ARG_WITH(examples, 
-    AC_HELP_STRING([--with-examples], [Build the examples]),
-    [
-     case "${withval}" in
-         yes) BUILD_EXAMPLES=yes ;;
-         no)  BUILD_EXAMPLES=no ;;
-         *)   AC_MSG_ERROR(bad value ${withval} for --with-examples) ;;
-     esac],
-     [BUILD_EXAMPLES=no])
-
-AM_CONDITIONAL(BUILD_EXAMPLES, test "x$BUILD_EXAMPLES" = "xyes")
-
-# just print out our status
-if test x$BUILD_EXAMPLES = xyes; then
-    AC_MSG_NOTICE(Will locally build example programs)
-else
-    AC_MSG_NOTICE(Will not build examples )
-fi
-
-# use maemo gtk+ specific api (or not)
-AC_ARG_WITH(maemo-gtk, 
-    AC_HELP_STRING([--with-maemo-gtk], [Use Maemo GTK+ API]),
-    [
-     case "${withval}" in
-         yes) USE_MAEMO_GTK=yes ;;
-         no)  USE_MAEMO_GTK=no ;;
-         *)   AC_MSG_ERROR(bad value ${withval} for --with-maemo-gtk) ;;
-     esac],
-     [USE_MAEMO_GTK=yes])
-
-AM_CONDITIONAL(USE_MAEMO_GTK, test "x$USE_MAEMO_GTK" = "xyes")
-
-# just print out our status
-if test x$USE_MAEMO_GTK = xyes; then
-    AC_MSG_NOTICE(Will use Maemo GTK+ specific API)
-    AC_DEFINE(MAEMO_GTK, [], [Whether to use Maemo GTK+ specific API])
-else
-    AC_MSG_NOTICE(Will not use Maemo GTK+ specific API)
-fi
-
-# build with assertion checks (or not)
-AC_ARG_WITH(asserts, 
-    AC_HELP_STRING([--with-asserts], [Build with the assertion checks]),
-    [
-     case "${withval}" in
-         yes) BUILD_WITH_ASSERTS=yes ;;
-         no)  BUILD_WITH_ASSERTS=no ;;
-         *)   AC_MSG_ERROR(bad value ${withval} for --with-asserts) ;;
-     esac],
-     [BUILD_WITH_ASSERTS=no])
-
-# just print out our status
-if test x$BUILD_WITH_ASSERTS = xyes; then
-    AC_MSG_NOTICE(Will build with assertion checks)
-    ASSERT_CFLAGS=""
-else
-    AC_MSG_NOTICE(Will not build with assertion checks)
-    ASSERT_CFLAGS="-DG_DISABLE_ASSERT"
-fi
-
-# Check support (c unit test)
-PKG_CHECK_MODULES(CHECK, check , [BUILD_TESTS="yes"], [BUILD_TESTS="no"])
-AM_CONDITIONAL(BUILD_TESTS, test "x$BUILD_TESTS" = "xyes")
-
-CFLAGS="$CFLAGS ${ASSERT_CFLAGS} -Wall -Wmissing-prototypes -Wmissing-declarations -Werror -Wno-format"
-# -Wno-format due to way translation string are done
-
-### enable MAEMO platform extensions
-CFLAGS="$CFLAGS -DMAEMO_CHANGES"
-
-# HILDON_OBJ_*
-# default vars for the examples
-# includes all the low-level flags
-# FIXME Add esd and gconf flags
-HILDON_OBJ_CFLAGS="\$(CFLAGS) \$(GTK_CFLAGS) \$(CHECK_CFLAGS) \$(GCONF_CFLAGS) -I\$(top_builddir)/src/"
-HILDON_OBJ_LIBS="\$(top_builddir)/src/libhildon-\$(PACKAGE_VERSION_MAJOR).la \$(GTK_LIBS) \$(GCONF_LIBS) \$(CHECK_LIBS) `pkg-config --libs gthread-2.0`"
-AC_SUBST(HILDON_OBJ_CFLAGS)
-AC_SUBST(HILDON_OBJ_LIBS)
-
-AC_CONFIG_FILES([Makefile src/Makefile  \
-                 pkgconfig/Makefile     \
-                 examples/Makefile      \
-                 pkgconfig/hildon.pc    \
-                 tests/Makefile         \
-                 doc/Makefile           \
-                 po/POTFILES            \
-                 po/porules.mk          \
-                 po/Makefile])
-
-AC_OUTPUT
-
-echo "
-
-Configuration:
-
-- Package:...........: ${PACKAGE}
-- Version............: ${VERSION}
-- Api................: ${PACKAGE}-${PACKAGE_VERSION_MAJOR}
-- Compiler...........: ${CC}
-- gtk-doc support....: ${enable_gtk_doc}
-- Build examples.....: ${BUILD_EXAMPLES}
-- Build with asserts.: ${BUILD_WITH_ASSERTS}
-- Build unit tests...: ${BUILD_TESTS}
-
-"

Copied: projects/haf/tags/hildon-1/1.0.3-1/configure.ac (from rev 11338, projects/haf/trunk/hildon-1/configure.ac)

Deleted: projects/haf/tags/hildon-1/1.0.3-1/debian/changelog
===================================================================
--- projects/haf/trunk/hildon-1/debian/changelog	2007-04-25 13:30:05 UTC (rev 11306)
+++ projects/haf/tags/hildon-1/1.0.3-1/debian/changelog	2007-04-26 12:58:32 UTC (rev 11339)
@@ -1,32 +0,0 @@
-libhildon (1.0.1-1) stable; urgency=low
-
-  * New breadcrumb trial widget.
-  * Fingerable scrollbar API.
-
-  * Fixes: NB#54182 HildonDateEditor min/max properties cannot be set
-
- -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com>  Mon, 16 Apr 2007 11:09:27 +0300
-
-libhildon (1.0.0-1) stable; urgency=low
-
-  * Move to Gtk 2.10
-  * Consolidated API
-  * All the deprecated widgets are now removed
-  * Version bumping to 1.0.0 since we're now nice and stable
-  * Fix packaging for gtk-doc (not enabled by default)
-  * License change to LGPL version 2.1 or later
-  * Adding examples for many widgets
-
-  * Fixes: NB#49043 Build fails due to duplicate definition of INVALID_CHAR
-  * Fixes: NB#49810 Errors in hildon-libs
-  * Fixes: NB#47751 Tap and hold of Home key minimize applications but does not close the application menu
-  * Fixes: NB#46434 HildonWindow: inconsistent memory management
-  * Fixes: NB#30265 Warning from hildonlibs build
-  * Fixes: NB#47751 Tap and hold of Home key minimize applications but does not close the application menu
-  * Fixes: NB#47989 Not possible to set empty title for HildonWindow
-  * Fixes: NB#50496 While quickly tapping the same Edit button, the message is displayed differently.
-  * Fixes: NB#51736 Enhancement in hildon_caption_set_label_text()
-  * Fixes: NB#50854 application menu closes when mouse released
-  
- -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com>  Thu, 29 Mar 2007 16:36:27 +0300
-

Copied: projects/haf/tags/hildon-1/1.0.3-1/debian/changelog (from rev 11338, projects/haf/trunk/hildon-1/debian/changelog)

Deleted: projects/haf/tags/hildon-1/1.0.3-1/debian/rules
===================================================================
--- projects/haf/trunk/hildon-1/debian/rules	2007-04-25 13:30:05 UTC (rev 11306)
+++ projects/haf/tags/hildon-1/1.0.3-1/debian/rules	2007-04-26 12:58:32 UTC (rev 11339)
@@ -1,133 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-SOURCE_DIR=$(CURDIR)
-
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
-else
-	CFLAGS += -O2
-endif
-
-# Use soft-float and thumb mode if it enabled. 
-ifneq (,$(findstring thumb,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -mthumb
-endif
-
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-	INSTALL_PROGRAM += -s
-endif
-
-# shared library versions, option 1
-# version=0.0.0 
-# major=0
-# option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so
-version=`ls src/.libs/lib*.so.* | \
-awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'`
-
-major=`ls src/.libs/lib*.so.* | \
-awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
-
-config.status: $(SOURCE_DIR)/configure
-	dh_testdir
-#	Add here commands to configure the package.
-	CFLAGS="$(CFLAGS)" ./configure              \
-               --host=$(DEB_HOST_GNU_TYPE)          \
-               --build=$(DEB_BUILD_GNU_TYPE)        \
-               --prefix=/usr                        \
-               --mandir=\$${prefix}/share/man       \
-               --infodir=\$${prefix}/share/info     \
-               --with-doc-dir=\$${prefix}/share/doc \
-               --disable-dependency-tracking        \
-               --disable-gtk-doc
-
-$(SOURCE_DIR)/configure:
-	AUTOGEN_SUBDIR_MODE=1 NOCONFIGURE=yes $(SOURCE_DIR)/autogen.sh
-
-
-build: build-stamp
-build-stamp:  config.status
-	dh_testdir
-#	Add here commands to compile the package.
-	$(MAKE)
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp 
-#	Add here commands to clean up after the build process.
-	-$(MAKE) distclean
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
-	cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
-	cp -f /usr/share/misc/config.guess config.guess
-endif
-	dh_clean 
-
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k 
-	dh_installdirs
-
-#	Add here commands to install the package into debian/build
-	$(MAKE) install DESTDIR=$(CURDIR)/debian/build
-
-	ln -s -f libhildon-1.so $(CURDIR)/debian/build/usr/lib/libhildon_1.so 
-	ln -s -f libhildon-1.so.0 $(CURDIR)/debian/build/usr/lib/libhildon_1.so.0
-	ln -s -f libhildon-1.so.0.0.0 $(CURDIR)/debian/build/usr/lib/libhildon_1.so.0.0.0 
-
-#	for the -dbg package
-	rm -rf $(CURDIR)/debian/build/usr/lib/debug
-#	-mkdir -p $(CURDIR)/debian/build/usr/lib/debug
-#	-cp -vd $(CURDIR)/debian/build/usr/lib/lib*.so* $(CURDIR)/debian/build/usr/lib/debug
-
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installchangelogs 
-#	dh_installexamples
-	@if [ -d debian/build/usr/share/gtk-doc ]; then		\
-	  echo "Installing gtk-doc" ;				\
-	  dh_install --sourcedir=debian/build -v ;		\
-	else 							\
-	  echo "Skipping gtk-doc" ;				\
-	  dh_install --sourcedir=debian/build -v -Xgtk-doc ;	\
-	fi
-	dh_installman
-	dh_link
-	dh_strip --dbg-package="libhildon1"
-	dh_compress
-	dh_fixperms
-	dh_makeshlibs -V "libhildon1 (>= 1.0.1)" 
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install 

Copied: projects/haf/tags/hildon-1/1.0.3-1/debian/rules (from rev 11338, projects/haf/trunk/hildon-1/debian/rules)

Deleted: projects/haf/tags/hildon-1/1.0.3-1/src/hildon-helper.h
===================================================================
--- projects/haf/trunk/hildon-1/src/hildon-helper.h	2007-04-25 13:30:05 UTC (rev 11306)
+++ projects/haf/tags/hildon-1/1.0.3-1/src/hildon-helper.h	2007-04-26 12:58:32 UTC (rev 11339)
@@ -1,62 +0,0 @@
-/*
- * This file is a part of hildon
- *
- * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
- *
- * Contact: Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public License
- * as published by the Free Software Foundation; version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This library 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
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA
- *
- */
-
-#ifndef                                         __HILDON_HELPER_H__
-#define                                         __HILDON_HELPER_H__
-
-#include                                        <gtk/gtkwindow.h>
-#include                                        <gdk/gdkkeysyms.h>
-#include                                        <gdk/gdkevents.h>
-#include                                        "hildon-defines.h"
-
-G_BEGIN_DECLS
-
-gulong
-hildon_helper_set_logical_font                  (GtkWidget *widget, 
-                                                 const gchar *logicalfontname);
-
-gulong
-hildon_helper_set_logical_color                 (GtkWidget *widget, 
-                                                 GtkRcFlags rcflags,
-                                                 GtkStateType state, 
-                                                 const gchar *logicalcolorname);
-gboolean 
-hildon_helper_event_button_is_finger            (GdkEventButton *event);
-
-void
-hildon_helper_set_insensitive_message           (GtkWidget *widget,
-                                                 const gchar *message);
-
-void
-hildon_helper_set_insensitive_messagef          (GtkWidget *widget,
-						 const gchar *format,
-						 ...);
-
-void
-hildon_helper_set_thumb_scrollbar               (GtkScrolledWindow *win, 
-                                                 gboolean thumb);
-
-G_END_DECLS
-
-#endif                                          /* HILDON_HELPER_H */

Copied: projects/haf/tags/hildon-1/1.0.3-1/src/hildon-helper.h (from rev 11338, projects/haf/trunk/hildon-1/src/hildon-helper.h)


More information about the maemo-commits mailing list