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

Frederik Schwan freswa at gemini.archlinux.org
Tue Aug 31 21:41:38 UTC 2021


    Date: Tuesday, August 31, 2021 @ 21:41:38
  Author: freswa
Revision: 1010227

add translation files

fixes FS#71766

Modified:
  solaar/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-31 21:36:00 UTC (rev 1010226)
+++ PKGBUILD	2021-08-31 21:41:38 UTC (rev 1010227)
@@ -5,7 +5,7 @@
 _name=Solaar
 pkgname=solaar
 pkgver=1.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Linux device manager for a wide range of Logitech devices"
 url="https://pwr-solaar.github.io/Solaar/"
 license=('GPL2')
@@ -17,6 +17,11 @@
 sha512sums=('SKIP')
 validpgpkeys=('2FF2ACA9D97FF7B42CF8494A1E32E75672D6A196') # Peter F. Patel-Schneider (key generated for github) <pfpschneider at gmail.com>
 
+prepare() {
+  cd "${_name}"
+  tools/po-compile.sh
+}
+
 build() {
   cd "${_name}"
   python setup.py build



More information about the arch-commits mailing list