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

Balló György bgyorgy at archlinux.org
Tue Jun 18 23:37:56 UTC 2019


    Date: Tuesday, June 18, 2019 @ 23:37:56
  Author: bgyorgy
Revision: 482233

upgpkg: workrave 1.10.34-1

Update to new version

Modified:
  workrave/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-18 23:21:47 UTC (rev 482232)
+++ PKGBUILD	2019-06-18 23:37:56 UTC (rev 482233)
@@ -3,7 +3,7 @@
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=workrave
-pkgver=1.10.31
+pkgver=1.10.34
 pkgrel=1
 pkgdesc="Assist in the recovery and prevention of Repetitive Strain Injury (RSI)"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 url="http://www.workrave.org/"
 license=('GPL3')
 depends=('gstreamer' 'gtkmm3' 'libsm' 'libxss')
-makedepends=('autoconf-archive' 'intltool' 'gobject-introspection' 'libpulse' 'python2-cheetah'
+makedepends=('autoconf-archive' 'boost' 'intltool' 'gobject-introspection' 'libpulse' 'python-jinja'
              'gnome-panel' 'mate-panel' 'xfce4-panel')
 optdepends=('gst-plugins-good: to play sound events'
             'gnome-panel: Applet for GNOME Panel'
@@ -17,12 +17,12 @@
             'mate-panel: Applet for MATE Panel'
             'xfce4-panel: Applet for Xfce4 Panel')
 source=("https://github.com/rcaelers/workrave/releases/download/v${pkgver//./_}/$pkgname-$pkgver.tar.gz")
-sha256sums=('747919f1d02ae9d0c20f3ddb6c38b6c3c3047f852bca4224cad70d2d29303014')
+sha256sums=('3a178b21bd729e63aedb78188de86e536dc3626bea62ee47af2ba234f13b58e7')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc  --localstatedir=/var \
-              --libexecdir=/usr/lib/$pkgname PYTHON=python2
+              --libexecdir=/usr/lib/$pkgname
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }



More information about the arch-commits mailing list