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

Balló György bgyorgy at nymeria.archlinux.org
Sun Jun 23 22:13:58 UTC 2013


    Date: Monday, June 24, 2013 @ 00:13:58
  Author: bgyorgy
Revision: 93070

upgpkg: blam 1.8.12-1

Update to version 1.8.12

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

----------------------+
 PKGBUILD             |   11 +++--------
 unicode-escape.patch |   30 ------------------------------
 2 files changed, 3 insertions(+), 38 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-23 21:34:24 UTC (rev 93069)
+++ PKGBUILD	2013-06-23 22:13:58 UTC (rev 93070)
@@ -2,7 +2,7 @@
 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=blam
-pkgver=1.8.11
+pkgver=1.8.12
 pkgrel=1
 pkgdesc="Simple newsreader for GNOME written in C Sharp"
 arch=('any')
@@ -11,17 +11,12 @@
 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
-        unicode-escape.patch)
-sha256sums=('865f0d569bc29c30bda170dc4e457235dc149981f9b79205efd916453da45cd6'
-            '2cd3e11dd67b579bd42a8b4ce5005eeb94dc5a19701353aa3d6ae6a607eabf74')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6294d13629cd0cabc50ed3a489682b50c2c61972d55d8209b59b2a8b434810ea')
 
 build() {
   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

Deleted: unicode-escape.patch
===================================================================
--- unicode-escape.patch	2013-06-23 21:34:24 UTC (rev 93069)
+++ unicode-escape.patch	2013-06-23 22:13:58 UTC (rev 93070)
@@ -1,30 +0,0 @@
-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