[arch-commits] Commit in poedit/repos (6 files)

Antonio Rojas arojas at archlinux.org
Sat May 20 08:45:11 UTC 2017


    Date: Saturday, May 20, 2017 @ 08:45:10
  Author: arojas
Revision: 228749

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

Added:
  poedit/repos/community-staging-i686/
  poedit/repos/community-staging-i686/PKGBUILD
    (from rev 228748, poedit/trunk/PKGBUILD)
  poedit/repos/community-staging-i686/icu59.patch
    (from rev 228748, poedit/trunk/icu59.patch)
  poedit/repos/community-staging-x86_64/
  poedit/repos/community-staging-x86_64/PKGBUILD
    (from rev 228748, poedit/trunk/PKGBUILD)
  poedit/repos/community-staging-x86_64/icu59.patch
    (from rev 228748, poedit/trunk/icu59.patch)

--------------------------------------+
 community-staging-i686/PKGBUILD      |   39 +++++++++++++++++++++++++++++++++
 community-staging-i686/icu59.patch   |   11 +++++++++
 community-staging-x86_64/PKGBUILD    |   39 +++++++++++++++++++++++++++++++++
 community-staging-x86_64/icu59.patch |   11 +++++++++
 4 files changed, 100 insertions(+)

Copied: poedit/repos/community-staging-i686/PKGBUILD (from rev 228748, poedit/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-05-20 08:45:10 UTC (rev 228749)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk at gmail.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=poedit
+epoch=1
+pkgver=2.0.1
+pkgrel=3
+pkgdesc="Cross-platform gettext catalogs (.po files) editor"
+arch=('i686' 'x86_64')
+url="http://www.poedit.net/"
+license=('MIT')
+# poedit-2.0: https://github.com/vslavik/poedit/issues/366
+depends=('wxgtk' 'desktop-file-utils' 'lucene++' 'gtkspell')
+makedepends=('boost' 'libsm')
+source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz
+        icu59.patch)
+sha256sums=('8766874175b2221ef670d89b32f0fe900cde3e27e5dcb2c1b6cf6d01e8d56ff3'
+            '4d2fcbc1ce5a8d8bab878687337c1f038ed1a83b37652e0a41d7f5c2b26b27bc')
+
+prepare() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    patch -Np1 -i ../icu59.patch
+}
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure --prefix=/usr --libexecdir=/usr/lib/poedit
+    make CPPFLAGS+=' -DUCHAR_TYPE=uint16_t'
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+    install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: poedit/repos/community-staging-i686/icu59.patch (from rev 228748, poedit/trunk/icu59.patch)
===================================================================
--- community-staging-i686/icu59.patch	                        (rev 0)
+++ community-staging-i686/icu59.patch	2017-05-20 08:45:10 UTC (rev 228749)
@@ -0,0 +1,11 @@
+diff -upr poedit-2.0.1.orig/src/unicode_helpers.cpp poedit-2.0.1/src/unicode_helpers.cpp
+--- poedit-2.0.1.orig/src/unicode_helpers.cpp	2017-04-26 10:55:31.807183266 +0300
++++ poedit-2.0.1/src/unicode_helpers.cpp	2017-04-26 11:02:47.373899526 +0300
+@@ -25,6 +25,7 @@
+ 
+ #include "unicode_helpers.h"
+ 
++#include <unicode/unistr.h>
+ #include "str_helpers.h"
+ 
+ #include <unicode/ubidi.h>

Copied: poedit/repos/community-staging-x86_64/PKGBUILD (from rev 228748, poedit/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-05-20 08:45:10 UTC (rev 228749)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk at gmail.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=poedit
+epoch=1
+pkgver=2.0.1
+pkgrel=3
+pkgdesc="Cross-platform gettext catalogs (.po files) editor"
+arch=('i686' 'x86_64')
+url="http://www.poedit.net/"
+license=('MIT')
+# poedit-2.0: https://github.com/vslavik/poedit/issues/366
+depends=('wxgtk' 'desktop-file-utils' 'lucene++' 'gtkspell')
+makedepends=('boost' 'libsm')
+source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz
+        icu59.patch)
+sha256sums=('8766874175b2221ef670d89b32f0fe900cde3e27e5dcb2c1b6cf6d01e8d56ff3'
+            '4d2fcbc1ce5a8d8bab878687337c1f038ed1a83b37652e0a41d7f5c2b26b27bc')
+
+prepare() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    patch -Np1 -i ../icu59.patch
+}
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure --prefix=/usr --libexecdir=/usr/lib/poedit
+    make CPPFLAGS+=' -DUCHAR_TYPE=uint16_t'
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+    install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: poedit/repos/community-staging-x86_64/icu59.patch (from rev 228748, poedit/trunk/icu59.patch)
===================================================================
--- community-staging-x86_64/icu59.patch	                        (rev 0)
+++ community-staging-x86_64/icu59.patch	2017-05-20 08:45:10 UTC (rev 228749)
@@ -0,0 +1,11 @@
+diff -upr poedit-2.0.1.orig/src/unicode_helpers.cpp poedit-2.0.1/src/unicode_helpers.cpp
+--- poedit-2.0.1.orig/src/unicode_helpers.cpp	2017-04-26 10:55:31.807183266 +0300
++++ poedit-2.0.1/src/unicode_helpers.cpp	2017-04-26 11:02:47.373899526 +0300
+@@ -25,6 +25,7 @@
+ 
+ #include "unicode_helpers.h"
+ 
++#include <unicode/unistr.h>
+ #include "str_helpers.h"
+ 
+ #include <unicode/ubidi.h>



More information about the arch-commits mailing list