summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122017-04-21 11:33:51 +0200
committerwillemw122017-04-21 11:33:51 +0200
commit2c823441375aecae97d59b719cd638a3582fd008 (patch)
tree683a16cadb702c6f1963184a5a33b33a55e6fcaa
parentc288e8175aef8e659b379228ddce97e1036d2eb2 (diff)
downloadaur-2c823441375aecae97d59b719cd638a3582fd008.tar.gz
Fix "cannot create directory ‘build’" error. Remove .desktop and .xml files patch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd70beb2e67b..f247c93a496a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri Apr 21 09:33:18 UTC 2017
pkgbase = vocal-git
pkgdesc = Podcast Client for the Modern Desktop
- pkgver = 2.0.10.beta.r0.g395cdbb
+ pkgver = 2.0.13.beta.r13.gbced2e2
pkgrel = 1
url = http://www.vocalproject.net
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 5c4f82675b54..2462148ff922 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=vocal
pkgname=$_pkgname-git
-pkgver=2.0.10.beta.r0.g395cdbb
+pkgver=2.0.13.beta.r13.gbced2e2
pkgrel=1
pkgdesc="Podcast Client for the Modern Desktop"
arch=('i686' 'x86_64')
@@ -29,15 +29,11 @@ prepare() {
# Use newer version of webkit2gtk
sed -i 's/webkit2gtk-3.0/webkit2gtk-4.0/g' CMakeLists.txt
-
- # Patch
- cd data
- mv com.github.{needle-and-thread,vocalapp}.vocal.desktop
- mv com.github.needle-and-thread.vocal.appdata.xml com.github.vocalapp.vocal.desktop.appdata.xml
}
build() {
cd $_pkgname
+ rm -rf build
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr # -DGSETTINGS_LOCALINSTALL=1 -DGSETTINGS_COMPILE=1