Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
workrave
Commits:
0e3b4d2b by Antonio Rojas at 2023-10-27T00:13:15+02:00
upgpkg: 1.10.52-3: Enable gnome 45 compatibility (FS#80092)
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = workrave
pkgdesc = Assist in the recovery and prevention of Repetitive Strain
Injury (RSI)
pkgver = 1.10.52
- pkgrel = 2
+ pkgrel = 3
url = https://workrave.org/
arch = x86_64
license = GPL3
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=workrave
pkgver=1.10.52
-pkgrel=2
+pkgrel=3
pkgdesc="Assist in the recovery and prevention of Repetitive Strain Injury
(RSI)"
arch=('x86_64')
url="https://workrave.org/"
@@ -22,7 +22,8 @@
sha256sums=('4408269f5cd2b99f727e502e0972dc3e9bcbdeff2e41fe9c1c2da582dd33a7b4')
build() {
cd $pkgname-$pkgver
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --libexecdir=/usr/lib/$pkgname
+ --libexecdir=/usr/lib/$pkgname \
+ --enable-gnome45
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/workrave/-/commit/0e3b4d2b397dc88350269a72e58f511c53a82306
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/workrave/-/commit/0e3b4d2b397dc88350269a72e58f511c53a82306
You're receiving this email because of your account on gitlab.archlinux.org.