summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlbert Graef2016-07-03 22:49:33 +0200
committerAlbert Graef2016-07-03 22:49:33 +0200
commit4759d1b20347bfbbdf07ed68f11ea5ed2aa7e139 (patch)
tree546097b504c1a7a4ae63a4047498ee7a70ea857b /PKGBUILD
parent8a050f5591a9efccfd9b9f821eb0bc0436628088 (diff)
downloadaur-4759d1b20347bfbbdf07ed68f11ea5ed2aa7e139.tar.gz
Revert previous change, as the removal of the dejavu font from the package causes other rendering issues.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 65c0def2b1d2..5adda0a98c16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@
pkgname=purr-data-git
pkgver=r2750.5f60042
-pkgrel=2
+pkgrel=3
pkgdesc="Jonathan Wilkes' nw.js variant of Pd-L2Ork (git version)"
url="https://git.purrdata.net/jwilkes/purr-data"
arch=('i686' 'x86_64')
@@ -90,7 +90,7 @@ package() {
rm -rf default init.d
# Remove the included DejaVu font, it's in the standard repos.
cd "$pkgdir/usr"
- rm -f lib/pd-l2ork/bin/DejaVuSansMono.ttf
+ #rm -f lib/pd-l2ork/bin/DejaVuSansMono.ttf
# Move pdsend and pdreceive to avoid conflicts with other Pd versions.
mv bin/cyclist bin/pdreceive bin/pdsend lib/pd-l2ork/bin
# Get rid of the corresponding manpages