[gnome-packagekit/glib2: 66/79] Mooo
- From: Richard Hughes <rhughes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-packagekit/glib2: 66/79] Mooo
- Date: Tue, 6 Oct 2009 09:50:16 +0000 (UTC)
commit 69af1ddb5c3b503f138e780900796cb39636a271
Author: Richard Hughes <richard hughsie com>
Date: Sat Oct 3 22:08:45 2009 +0100
Mooo
RELEASE | 15 +++------------
configure.ac | 2 +-
contrib/gnome-packagekit.spec.in | 1 +
src/Makefile.am | 27 +++++++--------------------
4 files changed, 12 insertions(+), 33 deletions(-)
---
diff --git a/RELEASE b/RELEASE
index 616a9f2..01ad03e 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,12 +2,12 @@ PackageKit Release Notes
1. Write NEWS entries for gnome-packagekit in the same format as usual.
-git shortlog GNOME_PACKAGEKIT_2_27_92.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog GNOME_PACKAGEKIT_2_29_0.. | grep -i -v trivial | grep -v Merge > NEWS.new
3. Commit changes in gnome-packagekit git:
-git commit -a -m "Release version 2.27.93"
-git tag -s GNOME_PACKAGEKIT_2_27_93 -m "==== Version 2.27.93 ===="
+git commit -a -m "Release version 2.29.1"
+git tag -s GNOME_PACKAGEKIT_2_29_1 -m "==== Version 2.29.1 ===="
git push --tags
git push
@@ -34,14 +34,5 @@ git push
9. Send an email to packagekit lists freedesktop org, gnome-announce-list gnome org, gnome-doc-list gnome org, gnome-i18n gnome org
-=================================================
-Subject: gnome-packagekit 2.27.93 released!
-
GNOME PackageKit is the name of the collection of PackageKit GUI tools for use in the GNOME desktop.
-gnome-packagekit release notes: http://git.gnome.org/cgit/gnome-packagekit/plain/NEWS
-
-Tarballs available here: http://download.gnome.org/sources/gnome-packagekit/2.27/
-
-This unstable release contains new code and important fixes since 2.27.92 was released.
-=================================================
diff --git a/configure.ac b/configure.ac
index a9eeb43..620e537 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.52)
-AC_INIT(gnome-packagekit, 2.27.93)
+AC_INIT(gnome-packagekit, 2.29.1)
AC_CONFIG_SRCDIR(src)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_CONFIG_HEADER(config.h)
diff --git a/contrib/gnome-packagekit.spec.in b/contrib/gnome-packagekit.spec.in
index 6b76565..086b6c8 100644
--- a/contrib/gnome-packagekit.spec.in
+++ b/contrib/gnome-packagekit.spec.in
@@ -5,6 +5,7 @@
%define gtk2_version 2.16.0
%define libnotify_version 0.4.3
%define unique_version 1.0.0
+%define devicekit_version 003
%define devicekit_power_version 007
%define libcanberra_version 0.10
%define alphatag #ALPHATAG#
diff --git a/src/Makefile.am b/src/Makefile.am
index 9afc94a..677b196 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -33,22 +33,19 @@ INCLUDES = \
-DEGG_CONSOLE="\"GPK_CONSOLE\"" \
$(NULL)
-if FALSE
-endif
-
bin_PROGRAMS = \
gpk-application \
gpk-repo \
gpk-prefs \
- gpk-install-catalog \
gpk-service-pack \
+ gpk-install-catalog \
gpk-install-local-file \
gpk-install-mime-type \
gpk-install-provide-file \
gpk-install-package-name \
gpk-update-icon \
- gpk-log \
gpk-update-viewer \
+ gpk-log \
gpk-backend-status \
$(NULL)
@@ -201,8 +198,8 @@ gpk_service_pack_SOURCES = \
$(NULL)
gpk_service_pack_LDADD = \
- $(shared_LIBS) \
libgpkshared.a \
+ $(shared_LIBS) \
$(NULL)
gpk_prefs_SOURCES = \
@@ -210,8 +207,8 @@ gpk_prefs_SOURCES = \
$(NULL)
gpk_prefs_LDADD = \
- $(shared_LIBS) \
libgpkshared.a \
+ $(shared_LIBS) \
$(NULL)
gpk_update_viewer_SOURCES = \
@@ -233,21 +230,10 @@ gpk_update_viewer_LDADD = \
gpk_repo_SOURCES = \
gpk-repo.c \
- egg-debug.c \
- egg-debug.h \
- gpk-enum.h \
- gpk-enum.c \
- gpk-common.h \
- gpk-common.c \
- gpk-gnome.h \
- gpk-gnome.c \
- gpk-error.h \
- gpk-error.c \
- gpk-animated-icon.c \
- gpk-animated-icon.h \
$(NULL)
gpk_repo_LDADD = \
+ libgpkshared.a \
$(shared_LIBS) \
$(NULL)
@@ -256,8 +242,8 @@ gpk_log_SOURCES = \
$(NULL)
gpk_log_LDADD = \
- $(shared_LIBS) \
libgpkshared.a \
+ $(shared_LIBS) \
$(NULL)
gpk_backend_status_SOURCES = \
@@ -267,6 +253,7 @@ gpk_backend_status_SOURCES = \
$(NULL)
gpk_backend_status_LDADD = \
+ libgpkshared.a \
$(shared_LIBS) \
$(NULL)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]