[arch-commits] Commit in blam/trunk (PKGBUILD unicode-escape.patch)

Balló György bgyorgy at nymeria.archlinux.org
Thu Mar 28 22:03:50 UTC 2013


    Date: Thursday, March 28, 2013 @ 23:03:49
  Author: bgyorgy
Revision: 87243

upgpkg: blam 1.8.11-1

Update to version 1.8.11

Added:
  blam/trunk/unicode-escape.patch
Modified:
  blam/trunk/PKGBUILD

----------------------+
 PKGBUILD             |   19 +++++++++++--------
 unicode-escape.patch |   30 ++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-28 21:28:56 UTC (rev 87242)
+++ PKGBUILD	2013-03-28 22:03:49 UTC (rev 87243)
@@ -2,23 +2,26 @@
 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=blam
-pkgver=1.8.10
-# Version 1.9.10 is really 1.8.10
-_pkgver=1.9.10
+pkgver=1.8.11
 pkgrel=1
 pkgdesc="Simple newsreader for GNOME written in C Sharp"
 arch=('any')
-url="http://blam.relatitude.org/"
+url="https://git.gnome.org/browse/blam"
 license=('GPL')
 depends=('webkit-sharp' 'gconf-sharp' 'notify-sharp' 'hicolor-icon-theme' 'xdg-utils')
 makedepends=('intltool')
 install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${_pkgver%.*}/$pkgname-$_pkgver.tar.xz)
-sha256sums=('ec59e952de7cb4aa4dcfc22ffd45394ff4b3e172d684da2a1e3151b09fb557d0')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+        unicode-escape.patch)
+sha256sums=('865f0d569bc29c30bda170dc4e457235dc149981f9b79205efd916453da45cd6'
+            '2cd3e11dd67b579bd42a8b4ce5005eeb94dc5a19701353aa3d6ae6a607eabf74')
 
 build() {
-  cd "$srcdir/$pkgname-$_pkgver"
+  cd "$srcdir/$pkgname-$pkgver"
 
+  # Fix build
+  patch -Np1 -i "$srcdir/unicode-escape.patch"
+
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
               --disable-schemas-install \
               --with-gconf-schema-file-dir=/usr/share/gconf/schemas
@@ -26,7 +29,7 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-$_pkgver"
+  cd "$srcdir/$pkgname-$pkgver"
 
   make DESTDIR="$pkgdir/" install
 }

Added: unicode-escape.patch
===================================================================
--- unicode-escape.patch	                        (rev 0)
+++ unicode-escape.patch	2013-03-28 22:03:49 UTC (rev 87243)
@@ -0,0 +1,30 @@
+diff -Naur blam-1.8.11.orig/gtk-gui/Imendio.Blam.AddChannelDialog.cs blam-1.8.11/gtk-gui/Imendio.Blam.AddChannelDialog.cs
+--- blam-1.8.11.orig/gtk-gui/Imendio.Blam.AddChannelDialog.cs	2013-03-16 19:24:08.000000000 +0100
++++ blam-1.8.11/gtk-gui/Imendio.Blam.AddChannelDialog.cs	2013-03-28 22:54:57.084680327 +0100
+@@ -92,7 +92,7 @@
+ 			this.PasswordEntry.CanFocus = true;
+ 			this.PasswordEntry.Name = "PasswordEntry";
+ 			this.PasswordEntry.IsEditable = true;
+-			this.PasswordEntry.InvisibleChar = '•';
++			this.PasswordEntry.InvisibleChar = '\u25CF';
+ 			this.table1.Add (this.PasswordEntry);
+ 			global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.PasswordEntry]));
+ 			w8.TopAttach = ((uint)(2));
+@@ -105,7 +105,7 @@
+ 			this.UrlEntry.CanFocus = true;
+ 			this.UrlEntry.Name = "UrlEntry";
+ 			this.UrlEntry.IsEditable = true;
+-			this.UrlEntry.InvisibleChar = '•';
++			this.UrlEntry.InvisibleChar = '\u25CF';
+ 			this.table1.Add (this.UrlEntry);
+ 			global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.UrlEntry]));
+ 			w9.LeftAttach = ((uint)(1));
+@@ -116,7 +116,7 @@
+ 			this.UsernameEntry.CanFocus = true;
+ 			this.UsernameEntry.Name = "UsernameEntry";
+ 			this.UsernameEntry.IsEditable = true;
+-			this.UsernameEntry.InvisibleChar = '•';
++			this.UsernameEntry.InvisibleChar = '\u25CF';
+ 			this.table1.Add (this.UsernameEntry);
+ 			global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.UsernameEntry]));
+ 			w10.TopAttach = ((uint)(1));




More information about the arch-commits mailing list