[arch-commits] Commit in activity-log-manager/trunk (3 files)

Balló György bgyorgy at nymeria.archlinux.org
Tue May 13 13:22:50 UTC 2014


    Date: Tuesday, May 13, 2014 @ 15:22:50
  Author: bgyorgy
Revision: 111088

upgpkg: activity-log-manager 0.9.7-2

Fix build (FS#40340)

Added:
  activity-log-manager/trunk/fix-build.patch
Modified:
  activity-log-manager/trunk/PKGBUILD
  activity-log-manager/trunk/activity-log-manager.install

------------------------------+
 PKGBUILD                     |   11 ++++++++---
 activity-log-manager.install |    2 +-
 fix-build.patch              |   12 ++++++++++++
 3 files changed, 21 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-13 12:22:30 UTC (rev 111087)
+++ PKGBUILD	2014-05-13 13:22:50 UTC (rev 111088)
@@ -4,7 +4,7 @@
 
 pkgname=activity-log-manager
 pkgver=0.9.7
-pkgrel=1
+pkgrel=2
 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"
@@ -13,9 +13,11 @@
 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-20130725.tar.gz)
+        http://pkgbuild.com/~bgyorgy/sources/$pkgname-translations-20130725.tar.gz
+        fix-build.patch)
 md5sums=('d886be32db0fa351aaf0eb59912ee377'
-         'f7a284bca152011500cb845aebad8d14')
+         'f7a284bca152011500cb845aebad8d14'
+         '243c71b429e12172691dcb748055247d')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -27,6 +29,9 @@
 
   # Regenerate C files
   rm src/activity_log_manager_vala.stamp
+
+  # Fix build
+  patch -Np1 -i ../fix-build.patch
 }
 
 build() {

Modified: activity-log-manager.install
===================================================================
--- activity-log-manager.install	2014-05-13 12:22:30 UTC (rev 111087)
+++ activity-log-manager.install	2014-05-13 13:22:50 UTC (rev 111088)
@@ -1,5 +1,5 @@
 post_install() {
-  xdg-icon-resource forceupdate
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
 post_upgrade() {

Added: fix-build.patch
===================================================================
--- fix-build.patch	                        (rev 0)
+++ fix-build.patch	2014-05-13 13:22:50 UTC (rev 111088)
@@ -0,0 +1,12 @@
+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;
+ 			




More information about the arch-commits mailing list