[arch-commits] Commit in activity-log-manager/trunk (config.vapi fix-crash.patch)

Balló György bgyorgy at nymeria.archlinux.org
Wed Jun 12 04:38:36 UTC 2013


    Date: Wednesday, June 12, 2013 @ 06:38:35
  Author: bgyorgy
Revision: 92681

upgpkg: activity-log-manager 0.9.5-1

Update to version 0.9.5

Deleted:
  activity-log-manager/trunk/config.vapi
  activity-log-manager/trunk/fix-crash.patch

-----------------+
 config.vapi     |   11 -----------
 fix-crash.patch |   15 ---------------
 2 files changed, 26 deletions(-)

Deleted: config.vapi
===================================================================
--- config.vapi	2013-06-12 04:36:48 UTC (rev 92680)
+++ config.vapi	2013-06-12 04:38:35 UTC (rev 92681)
@@ -1,11 +0,0 @@
-[CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "config.h")]
-namespace Config {
-        public const string GETTEXT_PACKAGE;
-        public const string SPRITE_DIR;
-        public const string BACKGROUND_DIR;
-        public const string PACKAGE_DATA_DIR;
-        public const string PACKAGE_LOCALE_DIR;
-        public const string PACKAGE_NAME;
-        public const string PACKAGE_VERSION;
-        public const string VERSION;
-}

Deleted: fix-crash.patch
===================================================================
--- fix-crash.patch	2013-06-12 04:36:48 UTC (rev 92680)
+++ fix-crash.patch	2013-06-12 04:38:35 UTC (rev 92681)
@@ -1,15 +0,0 @@
-diff -Naur activity-log-manager-0.9.4.orig/src/alm.vala activity-log-manager-0.9.4/src/alm.vala
---- activity-log-manager-0.9.4.orig/src/alm.vala	2012-02-22 20:24:08.000000000 +0100
-+++ activity-log-manager-0.9.4/src/alm.vala	2012-11-01 09:33:15.466534392 +0100
-@@ -41,10 +41,7 @@
- 		static int main (string[] args) 
- 		{
- 			Gtk.init (ref args);
--			var alm = new Gtk.Application ("org.zeitgeist.Alm", 
--										ApplicationFlags.FLAGS_NONE);
--			var window = new Main ();
--			alm.add_window (window);
-+			new Main ();
- 			
- 			Gtk.main ();
- 			return 0;




More information about the arch-commits mailing list