[arch-commits] Commit in poedit/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jaroslav Lichtblau jlichtblau at gemini.archlinux.org
Wed Feb 9 19:33:19 UTC 2022


    Date: Wednesday, February 9, 2022 @ 19:33:18
  Author: jlichtblau
Revision: 1129592

archrelease: copy trunk to community-x86_64

Added:
  poedit/repos/community-x86_64/PKGBUILD
    (from rev 1129591, poedit/trunk/PKGBUILD)
Deleted:
  poedit/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-09 19:33:13 UTC (rev 1129591)
+++ PKGBUILD	2022-02-09 19:33:18 UTC (rev 1129592)
@@ -1,35 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: 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=3.0
-pkgrel=5
-pkgdesc="Cross-platform gettext catalogs (.po files) editor"
-arch=('x86_64')
-url="https://www.poedit.net/"
-license=('MIT')
-depends=('gtkspell3' 'lucene++' 'wxgtk3' 'webkit2gtk')
-makedepends=('boost')
-source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
-sha256sums=('dfbe5e8c5ea6e36fd472fc294f2cedf804656f52db372ea3fbbe4103136b2dc2')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib/poedit --with-wx-config=/usr/bin/wx-config-gtk3
-  make CPPFLAGS+=' -DUCHAR_TYPE=uint16_t'
-}
-
-package() {
-  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
-}

Copied: poedit/repos/community-x86_64/PKGBUILD (from rev 1129591, poedit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-09 19:33:18 UTC (rev 1129592)
@@ -0,0 +1,35 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: 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=3.0.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')
+makedepends=('boost')
+source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
+sha256sums=('61de1d99be51697a23dda0bbe04bd975a5a03b8390f13da9dbb6813c232efd39')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib/poedit --with-wx-config=/usr/bin/wx-config-gtk3
+  make CPPFLAGS+=' -DUCHAR_TYPE=uint16_t'
+}
+
+package() {
+  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