[arch-commits] Commit in poedit/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Fri Jul 8 06:54:56 UTC 2022
Date: Friday, July 8, 2022 @ 06:54:55
Author: arojas
Revision: 1248613
Update to 3.1
Modified:
poedit/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-07-08 06:42:39 UTC (rev 1248612)
+++ PKGBUILD 2022-07-08 06:54:55 UTC (rev 1248613)
@@ -7,21 +7,21 @@
pkgname=poedit
epoch=1
-pkgver=3.0.1
-pkgrel=3
+pkgver=3.1
+pkgrel=1
pkgdesc="Cross-platform gettext catalogs (.po files) editor"
arch=('x86_64')
url="https://www.poedit.net/"
license=('MIT')
-depends=('gtkspell3' 'lucene++' 'wxgtk3' 'webkit2gtk')
+depends=('gtkspell3' 'lucene++' 'wxwidgets-gtk3' 'webkit2gtk')
makedepends=('boost')
source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
-sha256sums=('61de1d99be51697a23dda0bbe04bd975a5a03b8390f13da9dbb6813c232efd39')
+sha256sums=('0a35a53aa706b3faef8724211f9c1a5097768d42271f7e33e3bd67551990bb39')
build() {
cd ${pkgname}-${pkgver}
- ./configure --prefix=/usr --libexecdir=/usr/lib/poedit --with-wx-config=/usr/bin/wx-config-gtk3
+ ./configure --prefix=/usr --libexecdir=/usr/lib/poedit
make CPPFLAGS+=' -DUCHAR_TYPE=uint16_t'
}
@@ -29,7 +29,5 @@
cd ${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
- rm "${pkgdir}"/usr/share/icons/hicolor/icon-theme.cache
-
install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
}
More information about the arch-commits
mailing list