[arch-commits] Commit in gnokii/trunk (PKGBUILD)
Balló György
bgyorgy at archlinux.org
Sun May 2 14:23:01 UTC 2021
Date: Sunday, May 2, 2021 @ 14:23:01
Author: bgyorgy
Revision: 926152
Minor changes
Modified:
gnokii/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-02 14:12:59 UTC (rev 926151)
+++ PKGBUILD 2021-05-02 14:23:01 UTC (rev 926152)
@@ -6,9 +6,9 @@
pkgname=gnokii
pkgver=0.6.31
pkgrel=19
-pkgdesc="Tools and user space driver for use with mobile phones"
+pkgdesc='Tools and user space driver for use with mobile phones'
arch=('x86_64')
-url="https://www.gnokii.org/"
+url='https://www.gnokii.org/'
license=('GPL')
depends=('libusb-compat' 'libxpm' 'bluez-libs' 'libical' 'sqlite' 'systemd')
makedepends=('gtk2' 'mariadb-libs' 'postgresql-libs' 'intltool')
@@ -33,16 +33,16 @@
cd $pkgname-$pkgver
# Set bindir location
- patch -Np1 -i "$srcdir/gnokii-config.patch"
+ patch -Np1 -i ../gnokii-config.patch
# Set lock path
- patch -Np1 -i "$srcdir/gnokii-lock.patch"
+ patch -Np1 -i ../gnokii-lock.patch
# Fix build with GCC 5 (Fedora patch)
- patch -Np1 -i "$srcdir/gnokii-gcc5.patch"
+ patch -Np1 -i ../gnokii-gcc5.patch
# Fix build with GCC 7
- patch -Np1 -i "$srcdir/gnokii-gcc7.patch"
+ patch -Np1 -i ../gnokii-gcc7.patch
}
build() {
More information about the arch-commits
mailing list