summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlbert Graef2016-07-03 12:22:59 +0200
committerAlbert Graef2016-07-03 12:22:59 +0200
commit8a050f5591a9efccfd9b9f821eb0bc0436628088 (patch)
treeb22ef6d6061d118ed761e6dacf9affc820b02a25 /PKGBUILD
parent30af87ae29f26869c1a985de671f905d998f6eea (diff)
downloadaur-8a050f5591a9efccfd9b9f821eb0bc0436628088.tar.gz
Remove included dejavu font from package, add it as a dependency instead.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6ca1c0539e9..65c0def2b1d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@
pkgname=purr-data-git
pkgver=r2750.5f60042
-pkgrel=1
+pkgrel=2
pkgdesc="Jonathan Wilkes' nw.js variant of Pd-L2Ork (git version)"
url="https://git.purrdata.net/jwilkes/purr-data"
arch=('i686' 'x86_64')
@@ -30,7 +30,7 @@ depends=('bluez-libs' 'desktop-file-utils' 'dssi' 'fftw'
'libxxf86vm' 'libtiff' 'libiec61883' 'libunicap' 'libraw1394'
'libsndobj-git' 'libv4l' 'libvorbis' 'lua51' 'portaudio'
'smpeg' 'speex' 'stk' 'tk' 'tkpng' 'vlc' 'xapian-tcl-bindings' 'zlib'
- 'alsa-lib' 'gconf' 'gtk2' 'nss' 'libxtst' 'libxss')
+ 'alsa-lib' 'gconf' 'gtk2' 'nss' 'libxtst' 'libxss' 'ttf-dejavu')
makedepends=('autoconf' 'automake' 'libtool' 'git')
provides=('purr-data' 'pd-l2ork')
conflicts=('purr-data' 'pd-l2ork' 'pd-l2ork-git')
@@ -88,8 +88,10 @@ package() {
# Remove init.d-related stuff.
cd "$pkgdir/etc"
rm -rf default init.d
- # Move pdsend and pdreceive to avoid conflicts with other Pd versions.
+ # Remove the included DejaVu font, it's in the standard repos.
cd "$pkgdir/usr"
+ 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
rm -f share/man/man1/pdreceive.* share/man/man1/pdsend.*