[arch-commits] Commit in poedit/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Sun Jul 2 16:31:51 UTC 2017


    Date: Sunday, July 2, 2017 @ 16:31:50
  Author: bgyorgy
Revision: 242072

upgpkg: poedit 1:2.0.2-2

Rebuild with wxgtk3

Modified:
  poedit/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-02 14:47:47 UTC (rev 242071)
+++ PKGBUILD	2017-07-02 16:31:50 UTC (rev 242072)
@@ -8,14 +8,14 @@
 pkgname=poedit
 epoch=1
 pkgver=2.0.2
-pkgrel=1
+pkgrel=2
 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')
+depends=('gtkspell3' 'lucene++' 'wxgtk3')
+makedepends=('boost')
 source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz
         icu59.patch)
 sha256sums=('b88bc222d4215344d0eb87dda19aafcc0b2465718c4b556015330beb96f7b402'
@@ -28,7 +28,7 @@
 
 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"
-    ./configure --prefix=/usr --libexecdir=/usr/lib/poedit
+    ./configure --prefix=/usr --libexecdir=/usr/lib/poedit --with-wx-config=/usr/bin/wx-config-gtk3
     make CPPFLAGS+=' -DUCHAR_TYPE=uint16_t'
 }
 



More information about the arch-commits mailing list