[arch-commits] Commit in activity-log-manager/repos (16 files)

Balló György bgyorgy at archlinux.org
Fri Jul 17 02:46:09 UTC 2015


    Date: Friday, July 17, 2015 @ 04:46:09
  Author: bgyorgy
Revision: 137035

archrelease: copy trunk to community-i686, community-x86_64

Added:
  activity-log-manager/repos/community-i686/PKGBUILD
    (from rev 137034, activity-log-manager/trunk/PKGBUILD)
  activity-log-manager/repos/community-i686/activity-log-manager.install
    (from rev 137034, activity-log-manager/trunk/activity-log-manager.install)
  activity-log-manager/repos/community-i686/fix-build.patch
    (from rev 137034, activity-log-manager/trunk/fix-build.patch)
  activity-log-manager/repos/community-i686/gee-0.8.patch
    (from rev 137034, activity-log-manager/trunk/gee-0.8.patch)
  activity-log-manager/repos/community-x86_64/PKGBUILD
    (from rev 137034, activity-log-manager/trunk/PKGBUILD)
  activity-log-manager/repos/community-x86_64/activity-log-manager.install
    (from rev 137034, activity-log-manager/trunk/activity-log-manager.install)
  activity-log-manager/repos/community-x86_64/fix-build.patch
    (from rev 137034, activity-log-manager/trunk/fix-build.patch)
  activity-log-manager/repos/community-x86_64/gee-0.8.patch
    (from rev 137034, activity-log-manager/trunk/gee-0.8.patch)
Deleted:
  activity-log-manager/repos/community-i686/PKGBUILD
  activity-log-manager/repos/community-i686/activity-log-manager.install
  activity-log-manager/repos/community-i686/fix-build.patch
  activity-log-manager/repos/community-i686/gee-0.8.patch
  activity-log-manager/repos/community-x86_64/PKGBUILD
  activity-log-manager/repos/community-x86_64/activity-log-manager.install
  activity-log-manager/repos/community-x86_64/fix-build.patch
  activity-log-manager/repos/community-x86_64/gee-0.8.patch

-----------------------------------------------+
 /PKGBUILD                                     |  104 +++++++++
 /activity-log-manager.install                 |   22 +
 /fix-build.patch                              |  276 ++++++++++++++++++++++++
 /gee-0.8.patch                                |   90 +++++++
 community-i686/PKGBUILD                       |   52 ----
 community-i686/activity-log-manager.install   |   11 
 community-i686/fix-build.patch                |   12 -
 community-i686/gee-0.8.patch                  |   45 ---
 community-x86_64/PKGBUILD                     |   52 ----
 community-x86_64/activity-log-manager.install |   11 
 community-x86_64/fix-build.patch              |   12 -
 community-x86_64/gee-0.8.patch                |   45 ---
 12 files changed, 492 insertions(+), 240 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-07-17 02:45:39 UTC (rev 137034)
+++ community-i686/PKGBUILD	2015-07-17 02:46:09 UTC (rev 137035)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Ner0
-
-pkgname=activity-log-manager
-pkgver=0.9.7
-pkgrel=3
-pkgdesc="A graphical user interface which lets you easily control what gets logged by Zeitgeist"
-arch=('i686' 'x86_64')
-url="https://launchpad.net/activity-log-manager"
-license=('GPL2')
-depends=('gtk3' 'libgee' 'zeitgeist')
-makedepends=('vala' 'intltool')
-install=$pkgname.install
-source=(https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz
-        http://pkgbuild.com/~bgyorgy/sources/$pkgname-translations-20140812.tar.gz
-        fix-build.patch
-        gee-0.8.patch)
-md5sums=('d886be32db0fa351aaf0eb59912ee377'
-         'a7ddf1d853f4942ebf701256d9e5a38f'
-         '243c71b429e12172691dcb748055247d'
-         'c3598a22822462d03083b3999748530d')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Install language files
-  rename $pkgname- '' ../po/$pkgname-*.po
-  mv -f -t po ../po/*
-  printf "%s\n" po/*.po | sed -e 's/po\///g' -e 's/\.po//g' >po/LINGUAS
-
-  # Regenerate C files
-  rm src/activity_log_manager_vala.stamp
-
-  # Fix build
-  patch -Np1 -i ../fix-build.patch
-
-  # Port to gee-0.8
-  patch -Np1 -i ../gee-0.8.patch
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  autoreconf -fi
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: activity-log-manager/repos/community-i686/PKGBUILD (from rev 137034, activity-log-manager/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-07-17 02:46:09 UTC (rev 137035)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Ner0
+
+pkgname=activity-log-manager
+pkgver=0.9.7
+pkgrel=4
+pkgdesc="A graphical user interface which lets you easily control what gets logged by Zeitgeist"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/activity-log-manager"
+license=('GPL2')
+depends=('gtk3' 'libgee' 'zeitgeist')
+makedepends=('vala' 'intltool')
+install=$pkgname.install
+source=(https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz
+        http://pkgbuild.com/~bgyorgy/sources/$pkgname-translations-20140812.tar.gz
+        fix-build.patch
+        gee-0.8.patch)
+md5sums=('d886be32db0fa351aaf0eb59912ee377'
+         'a7ddf1d853f4942ebf701256d9e5a38f'
+         '69de6af0fa2adc118f731f8230e6671d'
+         '7418197a6909d92ed8e9dab2c0096dbf')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Install language files
+  rename $pkgname- '' ../po/$pkgname-*.po
+  mv -f -t po ../po/*
+  printf "%s\n" po/*.po | sed -e 's/po\///g' -e 's/\.po//g' >po/LINGUAS
+
+  # Regenerate C files
+  rm src/activity_log_manager_vala.stamp
+
+  # Fix build
+  patch -Np1 -i ../fix-build.patch
+
+  # Port to gee-0.8
+  patch -Np1 -i ../gee-0.8.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/activity-log-manager.install
===================================================================
--- community-i686/activity-log-manager.install	2015-07-17 02:45:39 UTC (rev 137034)
+++ community-i686/activity-log-manager.install	2015-07-17 02:46:09 UTC (rev 137035)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: activity-log-manager/repos/community-i686/activity-log-manager.install (from rev 137034, activity-log-manager/trunk/activity-log-manager.install)
===================================================================
--- community-i686/activity-log-manager.install	                        (rev 0)
+++ community-i686/activity-log-manager.install	2015-07-17 02:46:09 UTC (rev 137035)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-i686/fix-build.patch
===================================================================
--- community-i686/fix-build.patch	2015-07-17 02:45:39 UTC (rev 137034)
+++ community-i686/fix-build.patch	2015-07-17 02:46:09 UTC (rev 137035)
@@ -1,12 +0,0 @@
-diff -Naur activity-log-manager-0.9.7.orig/src/unified-privacy.vala activity-log-manager-0.9.7/src/unified-privacy.vala
---- activity-log-manager-0.9.7.orig/src/unified-privacy.vala	2013-07-10 08:28:23.000000000 +0200
-+++ activity-log-manager-0.9.7/src/unified-privacy.vala	2014-05-13 15:15:51.042857849 +0200
-@@ -291,7 +291,7 @@
- 			// Add/Remove buttons
- 			var exception_toolbar = new Toolbar();
- 			exception_toolbar.toolbar_style = ToolbarStyle.ICONS;
--			exception_toolbar.icon_size = 1;
-+			exception_toolbar.icon_size = Gtk.IconSize.MENU;
- 			exception_toolbar.icon_size_set = true;
- 			exception_toolbar.visible = true;
- 			

Copied: activity-log-manager/repos/community-i686/fix-build.patch (from rev 137034, activity-log-manager/trunk/fix-build.patch)
===================================================================
--- community-i686/fix-build.patch	                        (rev 0)
+++ community-i686/fix-build.patch	2015-07-17 02:46:09 UTC (rev 137035)
@@ -0,0 +1,138 @@
+diff -Naur activity-log-manager-0.9.7.orig/src/blacklist-dbus.vala activity-log-manager-0.9.7/src/blacklist-dbus.vala
+--- activity-log-manager-0.9.7.orig/src/blacklist-dbus.vala	2015-07-17 02:38:04.290396888 +0000
++++ activity-log-manager-0.9.7/src/blacklist-dbus.vala	2015-07-17 02:38:33.883637191 +0000
+@@ -137,7 +137,7 @@
+ 			return false;
+ 		}
+ 
+-		public async void find_events (string id, TreeIter iter, ListStore store)
++		public async void find_events (string id, TreeIter iter, Gtk.ListStore store)
+ 		{
+ 	     	Event event = new Event();
+ 	    	event.manifestation = Zeitgeist.ZG.USER_ACTIVITY;
+@@ -165,7 +165,7 @@
+ 			store.set_value(iter, 5, counter);
+ 		}
+ 
+-		public void get_count_for_app (string app_id, TreeIter iter, ListStore store) {
++		public void get_count_for_app (string app_id, TreeIter iter, Gtk.ListStore store) {
+ 			find_events(app_id, iter, store);
+ 		}
+ 		
+diff -Naur activity-log-manager-0.9.7.orig/src/security-widget.vala activity-log-manager-0.9.7/src/security-widget.vala
+--- activity-log-manager-0.9.7.orig/src/security-widget.vala	2015-07-17 02:38:04.290396888 +0000
++++ activity-log-manager-0.9.7/src/security-widget.vala	2015-07-17 02:38:33.950303649 +0000
+@@ -39,7 +39,7 @@
+ 
+ 		private void set_up_ui () {
+ 
+-			var liststore_delay = new ListStore (2, typeof (string), typeof (int));
++			var liststore_delay = new Gtk.ListStore (2, typeof (string), typeof (int));
+ 			TreeIter iter;
+ 			liststore_delay.append (out iter);
+ 			liststore_delay.set (iter, 0, "1 second", 1, 0);
+diff -Naur activity-log-manager-0.9.7.orig/src/unified-privacy-applications.vala activity-log-manager-0.9.7/src/unified-privacy-applications.vala
+--- activity-log-manager-0.9.7.orig/src/unified-privacy-applications.vala	2015-07-17 02:38:04.290396888 +0000
++++ activity-log-manager-0.9.7/src/unified-privacy-applications.vala	2015-07-17 02:38:33.936970357 +0000
+@@ -60,7 +60,7 @@
+ 			}
+ 		}
+ 
+-		public void get_count_for_app(string id, TreeIter iter, ListStore store) {
++		public void get_count_for_app(string id, TreeIter iter, Gtk.ListStore store) {
+ 			this.blacklist_interface.get_count_for_app(id, iter, store);
+ 		}
+ 
+@@ -131,7 +131,7 @@
+ 	private class ApplicationsTreeView : Gtk.Box {
+ 	
+ 		private ApplicationBlacklist app_blacklist;
+-		private ListStore store;
++		private Gtk.ListStore store;
+ 		private TreeView treeview;
+ 		
+ 		HashTable<string, AppChooseInfo> blocked_apps;
+@@ -145,7 +145,7 @@
+ 			N_COLS
+ 		}
+ 
+-		public ListStore liststore {
++		public Gtk.ListStore liststore {
+ 			get {
+ 				return this.store;
+ 			}
+@@ -160,7 +160,7 @@
+ 			this.blocked_apps = blocked;
+ 			this.unblocked_apps = unblocked;
+ 
+-			this.store = new ListStore (TreeViewCols.N_COLS,
++			this.store = new Gtk.ListStore (TreeViewCols.N_COLS,
+ 										typeof (string),
+ 										typeof (Gdk.Pixbuf),
+ 										typeof (string));
+@@ -292,7 +292,7 @@
+ 	private class AppSelectionTreeView : Gtk.Box {
+ 
+ 		private ApplicationBlacklist app_blacklist;
+-		private ListStore store;
++		private Gtk.ListStore store;
+ 		private TreeView treeview;
+ 		
+ 		enum TreeViewCols
+@@ -312,7 +312,7 @@
+ 			}
+ 		}
+ 
+-		public ListStore liststore {
++		public Gtk.ListStore liststore {
+ 			get {
+ 				return store;
+ 			}
+@@ -323,7 +323,7 @@
+ 			
+ 			this.app_blacklist = app_blacklist;
+ 			
+-			this.store = new ListStore (TreeViewCols.N_COLS,
++			this.store = new Gtk.ListStore (TreeViewCols.N_COLS,
+ 										typeof (string),
+ 										typeof (Gdk.Pixbuf),
+ 										typeof (string),
+@@ -426,7 +426,7 @@
+ 			}
+ 		}
+ 
+-		public ListStore liststore {
++		public Gtk.ListStore liststore {
+ 			get {
+ 				return treeview.liststore;
+ 			}
+diff -Naur activity-log-manager-0.9.7.orig/src/unified-privacy.vala activity-log-manager-0.9.7/src/unified-privacy.vala
+--- activity-log-manager-0.9.7.orig/src/unified-privacy.vala	2015-07-17 02:38:04.290396888 +0000
++++ activity-log-manager-0.9.7/src/unified-privacy.vala	2015-07-17 02:38:33.886970514 +0000
+@@ -55,7 +55,7 @@
+ 		
+ 		//General stuffs
+ 		private TreeView exception_list;
+-		private ListStore exception_list_store;
++		private Gtk.ListStore exception_list_store;
+ 		
+ 		private Switch record_button;
+ 		
+@@ -262,7 +262,7 @@
+ 			exception_vbox.pack_start (al2, false, false, 5);
+ 
+ 			// Exception TreeView
+-			this.exception_list_store = new ListStore (4, 
++			this.exception_list_store = new Gtk.ListStore (4, 
+ 				typeof(string),      // Full file path of application desktop file.
+ 				typeof(Gdk.Pixbuf?), // Pixbuf
+ 				typeof(string),      // File basename or ApplicationName
+@@ -291,7 +291,7 @@
+ 			// Add/Remove buttons
+ 			var exception_toolbar = new Toolbar();
+ 			exception_toolbar.toolbar_style = ToolbarStyle.ICONS;
+-			exception_toolbar.icon_size = 1;
++			exception_toolbar.icon_size = Gtk.IconSize.MENU;
+ 			exception_toolbar.icon_size_set = true;
+ 			exception_toolbar.visible = true;
+ 			

Deleted: community-i686/gee-0.8.patch
===================================================================
--- community-i686/gee-0.8.patch	2015-07-17 02:45:39 UTC (rev 137034)
+++ community-i686/gee-0.8.patch	2015-07-17 02:46:09 UTC (rev 137035)
@@ -1,45 +0,0 @@
-diff -Naur activity-log-manager-0.9.7.orig/configure.ac activity-log-manager-0.9.7/configure.ac
---- activity-log-manager-0.9.7.orig/configure.ac	2013-07-10 08:28:23.000000000 +0200
-+++ activity-log-manager-0.9.7/configure.ac	2014-08-11 15:16:37.573942945 +0200
-@@ -43,7 +43,7 @@
- 
- PKG_CHECK_MODULES(ZEITGEIST, zeitgeist-2.0, [HAVE_LIBZG=yes])
- PKG_CHECK_MODULES(GTK, gtk+-3.0, [HAVE_GTK=yes])
--PKG_CHECK_MODULES(GEE, gee-1.0, [HAVE_GEE=yes])
-+PKG_CHECK_MODULES(GEE, gee-0.8, [HAVE_GEE=yes])
- PKG_CHECK_MODULES(GIO_UNIX, gio-unix-2.0, [HAVE_GIO_UNIX=yes])
- PKG_CHECK_MODULES(POLKIT, polkit-gobject-1, [HAVE_POLKIT=yes], [HAVE_POLKIT=no])
- PKG_CHECK_MODULES(LIBWHOOPSIE, libwhoopsie, [HAVE_LIBWHOOPSIE=yes], [HAVE_LIBWHOOPSIE=no])
-diff -Naur activity-log-manager-0.9.7.orig/src/Makefile.am activity-log-manager-0.9.7/src/Makefile.am
---- activity-log-manager-0.9.7.orig/src/Makefile.am	2013-07-10 08:28:23.000000000 +0200
-+++ activity-log-manager-0.9.7/src/Makefile.am	2014-08-11 15:35:14.909210489 +0200
-@@ -2,7 +2,7 @@
- 	--pkg zeitgeist-2.0 \
- 	--pkg glib-2.0 \
- 	--pkg gtk+-3.0 \
--	--pkg gee-1.0  \
-+	--pkg gee-0.8  \
- 	--target-glib=2.26 \
- 	--pkg gio-unix-2.0 \
- 	config.vapi
-diff -Naur activity-log-manager-0.9.7.orig/src/unified-privacy.vala activity-log-manager-0.9.7/src/unified-privacy.vala
---- activity-log-manager-0.9.7.orig/src/unified-privacy.vala	2014-08-11 15:15:53.586144000 +0200
-+++ activity-log-manager-0.9.7/src/unified-privacy.vala	2014-08-12 01:27:54.292926227 +0200
-@@ -114,7 +114,7 @@
- 				remove_folder_from_view(folder);
- 			});
- 			
--			mime_dict = new HashMap<string, string>(str_hash, str_equal);
-+			mime_dict = new HashMap<string, string>();
- 			mime_dict.set(_("Music"), NFO.AUDIO);
- 			mime_dict.set(_("Videos"), NFO.VIDEO);
- 			mime_dict.set(_("Pictures"), NFO.IMAGE);
-@@ -213,7 +213,7 @@
- 			// Checkbox Box
- 			var checkbox_hbox = new Box(Orientation.VERTICAL, 0);
- 
--			CompareFunc<string> mime_compare = (s1, s2) => {
-+			CompareDataFunc<string> mime_compare = (s1, s2) => {
- 				return s1.collate(s2);
- 			};
- 			Gee.ArrayList<string> keys = new Gee.ArrayList<string>();

Copied: activity-log-manager/repos/community-i686/gee-0.8.patch (from rev 137034, activity-log-manager/trunk/gee-0.8.patch)
===================================================================
--- community-i686/gee-0.8.patch	                        (rev 0)
+++ community-i686/gee-0.8.patch	2015-07-17 02:46:09 UTC (rev 137035)
@@ -0,0 +1,45 @@
+diff -Naur activity-log-manager-0.9.7.orig/configure.ac activity-log-manager-0.9.7/configure.ac
+--- activity-log-manager-0.9.7.orig/configure.ac	2013-07-10 08:28:23.000000000 +0200
++++ activity-log-manager-0.9.7/configure.ac	2014-08-11 15:16:37.573942945 +0200
+@@ -43,7 +43,7 @@
+ 
+ PKG_CHECK_MODULES(ZEITGEIST, zeitgeist-2.0, [HAVE_LIBZG=yes])
+ PKG_CHECK_MODULES(GTK, gtk+-3.0, [HAVE_GTK=yes])
+-PKG_CHECK_MODULES(GEE, gee-1.0, [HAVE_GEE=yes])
++PKG_CHECK_MODULES(GEE, gee-0.8, [HAVE_GEE=yes])
+ PKG_CHECK_MODULES(GIO_UNIX, gio-unix-2.0, [HAVE_GIO_UNIX=yes])
+ PKG_CHECK_MODULES(POLKIT, polkit-gobject-1, [HAVE_POLKIT=yes], [HAVE_POLKIT=no])
+ PKG_CHECK_MODULES(LIBWHOOPSIE, libwhoopsie, [HAVE_LIBWHOOPSIE=yes], [HAVE_LIBWHOOPSIE=no])
+diff -Naur activity-log-manager-0.9.7.orig/src/Makefile.am activity-log-manager-0.9.7/src/Makefile.am
+--- activity-log-manager-0.9.7.orig/src/Makefile.am	2013-07-10 08:28:23.000000000 +0200
++++ activity-log-manager-0.9.7/src/Makefile.am	2014-08-11 15:35:14.909210489 +0200
+@@ -2,7 +2,7 @@
+ 	--pkg zeitgeist-2.0 \
+ 	--pkg glib-2.0 \
+ 	--pkg gtk+-3.0 \
+-	--pkg gee-1.0  \
++	--pkg gee-0.8  \
+ 	--target-glib=2.26 \
+ 	--pkg gio-unix-2.0 \
+ 	config.vapi
+diff -Naur activity-log-manager-0.9.7.orig/src/unified-privacy.vala activity-log-manager-0.9.7/src/unified-privacy.vala
+--- activity-log-manager-0.9.7.orig/src/unified-privacy.vala	2014-08-11 15:15:53.586144000 +0200
++++ activity-log-manager-0.9.7/src/unified-privacy.vala	2014-08-12 01:27:54.292926227 +0200
+@@ -114,7 +114,7 @@
+ 				remove_folder_from_view(folder);
+ 			});
+ 			
+-			mime_dict = new HashMap<string, string>(str_hash, str_equal);
++			mime_dict = new HashMap<string, string>((Gee.HashDataFunc<string>) str_hash, (Gee.EqualDataFunc<string>) str_equal);
+ 			mime_dict.set(_("Music"), NFO.AUDIO);
+ 			mime_dict.set(_("Videos"), NFO.VIDEO);
+ 			mime_dict.set(_("Pictures"), NFO.IMAGE);
+@@ -213,7 +213,7 @@
+ 			// Checkbox Box
+ 			var checkbox_hbox = new Box(Orientation.VERTICAL, 0);
+ 
+-			CompareFunc<string> mime_compare = (s1, s2) => {
++			GLib.CompareDataFunc<string> mime_compare = (s1, s2) => {
+ 				return s1.collate(s2);
+ 			};
+ 			Gee.ArrayList<string> keys = new Gee.ArrayList<string>();

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-07-17 02:45:39 UTC (rev 137034)
+++ community-x86_64/PKGBUILD	2015-07-17 02:46:09 UTC (rev 137035)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Ner0
-
-pkgname=activity-log-manager
-pkgver=0.9.7
-pkgrel=3
-pkgdesc="A graphical user interface which lets you easily control what gets logged by Zeitgeist"
-arch=('i686' 'x86_64')
-url="https://launchpad.net/activity-log-manager"
-license=('GPL2')
-depends=('gtk3' 'libgee' 'zeitgeist')
-makedepends=('vala' 'intltool')
-install=$pkgname.install
-source=(https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz
-        http://pkgbuild.com/~bgyorgy/sources/$pkgname-translations-20140812.tar.gz
-        fix-build.patch
-        gee-0.8.patch)
-md5sums=('d886be32db0fa351aaf0eb59912ee377'
-         'a7ddf1d853f4942ebf701256d9e5a38f'
-         '243c71b429e12172691dcb748055247d'
-         'c3598a22822462d03083b3999748530d')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Install language files
-  rename $pkgname- '' ../po/$pkgname-*.po
-  mv -f -t po ../po/*
-  printf "%s\n" po/*.po | sed -e 's/po\///g' -e 's/\.po//g' >po/LINGUAS
-
-  # Regenerate C files
-  rm src/activity_log_manager_vala.stamp
-
-  # Fix build
-  patch -Np1 -i ../fix-build.patch
-
-  # Port to gee-0.8
-  patch -Np1 -i ../gee-0.8.patch
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  autoreconf -fi
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: activity-log-manager/repos/community-x86_64/PKGBUILD (from rev 137034, activity-log-manager/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-07-17 02:46:09 UTC (rev 137035)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Ner0
+
+pkgname=activity-log-manager
+pkgver=0.9.7
+pkgrel=4
+pkgdesc="A graphical user interface which lets you easily control what gets logged by Zeitgeist"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/activity-log-manager"
+license=('GPL2')
+depends=('gtk3' 'libgee' 'zeitgeist')
+makedepends=('vala' 'intltool')
+install=$pkgname.install
+source=(https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz
+        http://pkgbuild.com/~bgyorgy/sources/$pkgname-translations-20140812.tar.gz
+        fix-build.patch
+        gee-0.8.patch)
+md5sums=('d886be32db0fa351aaf0eb59912ee377'
+         'a7ddf1d853f4942ebf701256d9e5a38f'
+         '69de6af0fa2adc118f731f8230e6671d'
+         '7418197a6909d92ed8e9dab2c0096dbf')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Install language files
+  rename $pkgname- '' ../po/$pkgname-*.po
+  mv -f -t po ../po/*
+  printf "%s\n" po/*.po | sed -e 's/po\///g' -e 's/\.po//g' >po/LINGUAS
+
+  # Regenerate C files
+  rm src/activity_log_manager_vala.stamp
+
+  # Fix build
+  patch -Np1 -i ../fix-build.patch
+
+  # Port to gee-0.8
+  patch -Np1 -i ../gee-0.8.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/activity-log-manager.install
===================================================================
--- community-x86_64/activity-log-manager.install	2015-07-17 02:45:39 UTC (rev 137034)
+++ community-x86_64/activity-log-manager.install	2015-07-17 02:46:09 UTC (rev 137035)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: activity-log-manager/repos/community-x86_64/activity-log-manager.install (from rev 137034, activity-log-manager/trunk/activity-log-manager.install)
===================================================================
--- community-x86_64/activity-log-manager.install	                        (rev 0)
+++ community-x86_64/activity-log-manager.install	2015-07-17 02:46:09 UTC (rev 137035)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/fix-build.patch
===================================================================
--- community-x86_64/fix-build.patch	2015-07-17 02:45:39 UTC (rev 137034)
+++ community-x86_64/fix-build.patch	2015-07-17 02:46:09 UTC (rev 137035)
@@ -1,12 +0,0 @@
-diff -Naur activity-log-manager-0.9.7.orig/src/unified-privacy.vala activity-log-manager-0.9.7/src/unified-privacy.vala
---- activity-log-manager-0.9.7.orig/src/unified-privacy.vala	2013-07-10 08:28:23.000000000 +0200
-+++ activity-log-manager-0.9.7/src/unified-privacy.vala	2014-05-13 15:15:51.042857849 +0200
-@@ -291,7 +291,7 @@
- 			// Add/Remove buttons
- 			var exception_toolbar = new Toolbar();
- 			exception_toolbar.toolbar_style = ToolbarStyle.ICONS;
--			exception_toolbar.icon_size = 1;
-+			exception_toolbar.icon_size = Gtk.IconSize.MENU;
- 			exception_toolbar.icon_size_set = true;
- 			exception_toolbar.visible = true;
- 			

Copied: activity-log-manager/repos/community-x86_64/fix-build.patch (from rev 137034, activity-log-manager/trunk/fix-build.patch)
===================================================================
--- community-x86_64/fix-build.patch	                        (rev 0)
+++ community-x86_64/fix-build.patch	2015-07-17 02:46:09 UTC (rev 137035)
@@ -0,0 +1,138 @@
+diff -Naur activity-log-manager-0.9.7.orig/src/blacklist-dbus.vala activity-log-manager-0.9.7/src/blacklist-dbus.vala
+--- activity-log-manager-0.9.7.orig/src/blacklist-dbus.vala	2015-07-17 02:38:04.290396888 +0000
++++ activity-log-manager-0.9.7/src/blacklist-dbus.vala	2015-07-17 02:38:33.883637191 +0000
+@@ -137,7 +137,7 @@
+ 			return false;
+ 		}
+ 
+-		public async void find_events (string id, TreeIter iter, ListStore store)
++		public async void find_events (string id, TreeIter iter, Gtk.ListStore store)
+ 		{
+ 	     	Event event = new Event();
+ 	    	event.manifestation = Zeitgeist.ZG.USER_ACTIVITY;
+@@ -165,7 +165,7 @@
+ 			store.set_value(iter, 5, counter);
+ 		}
+ 
+-		public void get_count_for_app (string app_id, TreeIter iter, ListStore store) {
++		public void get_count_for_app (string app_id, TreeIter iter, Gtk.ListStore store) {
+ 			find_events(app_id, iter, store);
+ 		}
+ 		
+diff -Naur activity-log-manager-0.9.7.orig/src/security-widget.vala activity-log-manager-0.9.7/src/security-widget.vala
+--- activity-log-manager-0.9.7.orig/src/security-widget.vala	2015-07-17 02:38:04.290396888 +0000
++++ activity-log-manager-0.9.7/src/security-widget.vala	2015-07-17 02:38:33.950303649 +0000
+@@ -39,7 +39,7 @@
+ 
+ 		private void set_up_ui () {
+ 
+-			var liststore_delay = new ListStore (2, typeof (string), typeof (int));
++			var liststore_delay = new Gtk.ListStore (2, typeof (string), typeof (int));
+ 			TreeIter iter;
+ 			liststore_delay.append (out iter);
+ 			liststore_delay.set (iter, 0, "1 second", 1, 0);
+diff -Naur activity-log-manager-0.9.7.orig/src/unified-privacy-applications.vala activity-log-manager-0.9.7/src/unified-privacy-applications.vala
+--- activity-log-manager-0.9.7.orig/src/unified-privacy-applications.vala	2015-07-17 02:38:04.290396888 +0000
++++ activity-log-manager-0.9.7/src/unified-privacy-applications.vala	2015-07-17 02:38:33.936970357 +0000
+@@ -60,7 +60,7 @@
+ 			}
+ 		}
+ 
+-		public void get_count_for_app(string id, TreeIter iter, ListStore store) {
++		public void get_count_for_app(string id, TreeIter iter, Gtk.ListStore store) {
+ 			this.blacklist_interface.get_count_for_app(id, iter, store);
+ 		}
+ 
+@@ -131,7 +131,7 @@
+ 	private class ApplicationsTreeView : Gtk.Box {
+ 	
+ 		private ApplicationBlacklist app_blacklist;
+-		private ListStore store;
++		private Gtk.ListStore store;
+ 		private TreeView treeview;
+ 		
+ 		HashTable<string, AppChooseInfo> blocked_apps;
+@@ -145,7 +145,7 @@
+ 			N_COLS
+ 		}
+ 
+-		public ListStore liststore {
++		public Gtk.ListStore liststore {
+ 			get {
+ 				return this.store;
+ 			}
+@@ -160,7 +160,7 @@
+ 			this.blocked_apps = blocked;
+ 			this.unblocked_apps = unblocked;
+ 
+-			this.store = new ListStore (TreeViewCols.N_COLS,
++			this.store = new Gtk.ListStore (TreeViewCols.N_COLS,
+ 										typeof (string),
+ 										typeof (Gdk.Pixbuf),
+ 										typeof (string));
+@@ -292,7 +292,7 @@
+ 	private class AppSelectionTreeView : Gtk.Box {
+ 
+ 		private ApplicationBlacklist app_blacklist;
+-		private ListStore store;
++		private Gtk.ListStore store;
+ 		private TreeView treeview;
+ 		
+ 		enum TreeViewCols
+@@ -312,7 +312,7 @@
+ 			}
+ 		}
+ 
+-		public ListStore liststore {
++		public Gtk.ListStore liststore {
+ 			get {
+ 				return store;
+ 			}
+@@ -323,7 +323,7 @@
+ 			
+ 			this.app_blacklist = app_blacklist;
+ 			
+-			this.store = new ListStore (TreeViewCols.N_COLS,
++			this.store = new Gtk.ListStore (TreeViewCols.N_COLS,
+ 										typeof (string),
+ 										typeof (Gdk.Pixbuf),
+ 										typeof (string),
+@@ -426,7 +426,7 @@
+ 			}
+ 		}
+ 
+-		public ListStore liststore {
++		public Gtk.ListStore liststore {
+ 			get {
+ 				return treeview.liststore;
+ 			}
+diff -Naur activity-log-manager-0.9.7.orig/src/unified-privacy.vala activity-log-manager-0.9.7/src/unified-privacy.vala
+--- activity-log-manager-0.9.7.orig/src/unified-privacy.vala	2015-07-17 02:38:04.290396888 +0000
++++ activity-log-manager-0.9.7/src/unified-privacy.vala	2015-07-17 02:38:33.886970514 +0000
+@@ -55,7 +55,7 @@
+ 		
+ 		//General stuffs
+ 		private TreeView exception_list;
+-		private ListStore exception_list_store;
++		private Gtk.ListStore exception_list_store;
+ 		
+ 		private Switch record_button;
+ 		
+@@ -262,7 +262,7 @@
+ 			exception_vbox.pack_start (al2, false, false, 5);
+ 
+ 			// Exception TreeView
+-			this.exception_list_store = new ListStore (4, 
++			this.exception_list_store = new Gtk.ListStore (4, 
+ 				typeof(string),      // Full file path of application desktop file.
+ 				typeof(Gdk.Pixbuf?), // Pixbuf
+ 				typeof(string),      // File basename or ApplicationName
+@@ -291,7 +291,7 @@
+ 			// Add/Remove buttons
+ 			var exception_toolbar = new Toolbar();
+ 			exception_toolbar.toolbar_style = ToolbarStyle.ICONS;
+-			exception_toolbar.icon_size = 1;
++			exception_toolbar.icon_size = Gtk.IconSize.MENU;
+ 			exception_toolbar.icon_size_set = true;
+ 			exception_toolbar.visible = true;
+ 			

Deleted: community-x86_64/gee-0.8.patch
===================================================================
--- community-x86_64/gee-0.8.patch	2015-07-17 02:45:39 UTC (rev 137034)
+++ community-x86_64/gee-0.8.patch	2015-07-17 02:46:09 UTC (rev 137035)
@@ -1,45 +0,0 @@
-diff -Naur activity-log-manager-0.9.7.orig/configure.ac activity-log-manager-0.9.7/configure.ac
---- activity-log-manager-0.9.7.orig/configure.ac	2013-07-10 08:28:23.000000000 +0200
-+++ activity-log-manager-0.9.7/configure.ac	2014-08-11 15:16:37.573942945 +0200
-@@ -43,7 +43,7 @@
- 
- PKG_CHECK_MODULES(ZEITGEIST, zeitgeist-2.0, [HAVE_LIBZG=yes])
- PKG_CHECK_MODULES(GTK, gtk+-3.0, [HAVE_GTK=yes])
--PKG_CHECK_MODULES(GEE, gee-1.0, [HAVE_GEE=yes])
-+PKG_CHECK_MODULES(GEE, gee-0.8, [HAVE_GEE=yes])
- PKG_CHECK_MODULES(GIO_UNIX, gio-unix-2.0, [HAVE_GIO_UNIX=yes])
- PKG_CHECK_MODULES(POLKIT, polkit-gobject-1, [HAVE_POLKIT=yes], [HAVE_POLKIT=no])
- PKG_CHECK_MODULES(LIBWHOOPSIE, libwhoopsie, [HAVE_LIBWHOOPSIE=yes], [HAVE_LIBWHOOPSIE=no])
-diff -Naur activity-log-manager-0.9.7.orig/src/Makefile.am activity-log-manager-0.9.7/src/Makefile.am
---- activity-log-manager-0.9.7.orig/src/Makefile.am	2013-07-10 08:28:23.000000000 +0200
-+++ activity-log-manager-0.9.7/src/Makefile.am	2014-08-11 15:35:14.909210489 +0200
-@@ -2,7 +2,7 @@
- 	--pkg zeitgeist-2.0 \
- 	--pkg glib-2.0 \
- 	--pkg gtk+-3.0 \
--	--pkg gee-1.0  \
-+	--pkg gee-0.8  \
- 	--target-glib=2.26 \
- 	--pkg gio-unix-2.0 \
- 	config.vapi
-diff -Naur activity-log-manager-0.9.7.orig/src/unified-privacy.vala activity-log-manager-0.9.7/src/unified-privacy.vala
---- activity-log-manager-0.9.7.orig/src/unified-privacy.vala	2014-08-11 15:15:53.586144000 +0200
-+++ activity-log-manager-0.9.7/src/unified-privacy.vala	2014-08-12 01:27:54.292926227 +0200
-@@ -114,7 +114,7 @@
- 				remove_folder_from_view(folder);
- 			});
- 			
--			mime_dict = new HashMap<string, string>(str_hash, str_equal);
-+			mime_dict = new HashMap<string, string>();
- 			mime_dict.set(_("Music"), NFO.AUDIO);
- 			mime_dict.set(_("Videos"), NFO.VIDEO);
- 			mime_dict.set(_("Pictures"), NFO.IMAGE);
-@@ -213,7 +213,7 @@
- 			// Checkbox Box
- 			var checkbox_hbox = new Box(Orientation.VERTICAL, 0);
- 
--			CompareFunc<string> mime_compare = (s1, s2) => {
-+			CompareDataFunc<string> mime_compare = (s1, s2) => {
- 				return s1.collate(s2);
- 			};
- 			Gee.ArrayList<string> keys = new Gee.ArrayList<string>();

Copied: activity-log-manager/repos/community-x86_64/gee-0.8.patch (from rev 137034, activity-log-manager/trunk/gee-0.8.patch)
===================================================================
--- community-x86_64/gee-0.8.patch	                        (rev 0)
+++ community-x86_64/gee-0.8.patch	2015-07-17 02:46:09 UTC (rev 137035)
@@ -0,0 +1,45 @@
+diff -Naur activity-log-manager-0.9.7.orig/configure.ac activity-log-manager-0.9.7/configure.ac
+--- activity-log-manager-0.9.7.orig/configure.ac	2013-07-10 08:28:23.000000000 +0200
++++ activity-log-manager-0.9.7/configure.ac	2014-08-11 15:16:37.573942945 +0200
+@@ -43,7 +43,7 @@
+ 
+ PKG_CHECK_MODULES(ZEITGEIST, zeitgeist-2.0, [HAVE_LIBZG=yes])
+ PKG_CHECK_MODULES(GTK, gtk+-3.0, [HAVE_GTK=yes])
+-PKG_CHECK_MODULES(GEE, gee-1.0, [HAVE_GEE=yes])
++PKG_CHECK_MODULES(GEE, gee-0.8, [HAVE_GEE=yes])
+ PKG_CHECK_MODULES(GIO_UNIX, gio-unix-2.0, [HAVE_GIO_UNIX=yes])
+ PKG_CHECK_MODULES(POLKIT, polkit-gobject-1, [HAVE_POLKIT=yes], [HAVE_POLKIT=no])
+ PKG_CHECK_MODULES(LIBWHOOPSIE, libwhoopsie, [HAVE_LIBWHOOPSIE=yes], [HAVE_LIBWHOOPSIE=no])
+diff -Naur activity-log-manager-0.9.7.orig/src/Makefile.am activity-log-manager-0.9.7/src/Makefile.am
+--- activity-log-manager-0.9.7.orig/src/Makefile.am	2013-07-10 08:28:23.000000000 +0200
++++ activity-log-manager-0.9.7/src/Makefile.am	2014-08-11 15:35:14.909210489 +0200
+@@ -2,7 +2,7 @@
+ 	--pkg zeitgeist-2.0 \
+ 	--pkg glib-2.0 \
+ 	--pkg gtk+-3.0 \
+-	--pkg gee-1.0  \
++	--pkg gee-0.8  \
+ 	--target-glib=2.26 \
+ 	--pkg gio-unix-2.0 \
+ 	config.vapi
+diff -Naur activity-log-manager-0.9.7.orig/src/unified-privacy.vala activity-log-manager-0.9.7/src/unified-privacy.vala
+--- activity-log-manager-0.9.7.orig/src/unified-privacy.vala	2014-08-11 15:15:53.586144000 +0200
++++ activity-log-manager-0.9.7/src/unified-privacy.vala	2014-08-12 01:27:54.292926227 +0200
+@@ -114,7 +114,7 @@
+ 				remove_folder_from_view(folder);
+ 			});
+ 			
+-			mime_dict = new HashMap<string, string>(str_hash, str_equal);
++			mime_dict = new HashMap<string, string>((Gee.HashDataFunc<string>) str_hash, (Gee.EqualDataFunc<string>) str_equal);
+ 			mime_dict.set(_("Music"), NFO.AUDIO);
+ 			mime_dict.set(_("Videos"), NFO.VIDEO);
+ 			mime_dict.set(_("Pictures"), NFO.IMAGE);
+@@ -213,7 +213,7 @@
+ 			// Checkbox Box
+ 			var checkbox_hbox = new Box(Orientation.VERTICAL, 0);
+ 
+-			CompareFunc<string> mime_compare = (s1, s2) => {
++			GLib.CompareDataFunc<string> mime_compare = (s1, s2) => {
+ 				return s1.collate(s2);
+ 			};
+ 			Gee.ArrayList<string> keys = new Gee.ArrayList<string>();



More information about the arch-commits mailing list