summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Graef2016-07-03 12:19:24 +0200
committerAlbert Graef2016-07-03 12:19:24 +0200
commite8df006f4db2bcc565e6ff79a77b271f48440860 (patch)
treec6b1bfacd22953ac3acaca4d120bba221d7e72ce
parent2c5d55ebda82982fe101a54615dbbedfda3d9050 (diff)
downloadaur-e8df006f4db2bcc565e6ff79a77b271f48440860.tar.gz
Remove included dejavu font from package, add it as a dependency instead.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d0e541826f9..d3d8c65009c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jul 3 08:17:40 UTC 2016
+# Sun Jul 3 10:14:35 UTC 2016
pkgbase = purr-data
pkgdesc = Jonathan Wilkes' nw.js variant of Pd-L2Ork (git version)
- pkgver = 20160703.r2760.c81b9e5
+ pkgver = 20160703.r2762.af99ee6
pkgrel = 1
url = https://git.purrdata.net/jwilkes/purr-data
install = purr-data.install
@@ -60,6 +60,7 @@ pkgbase = purr-data
depends = nss
depends = libxtst
depends = libxss
+ depends = ttf-dejavu
provides = pd-l2ork
conflicts = pd-l2ork
conflicts = pd-l2ork-git
diff --git a/PKGBUILD b/PKGBUILD
index 13f8ffb5a15b..23343a7a17ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@
# under /usr/include/pd-l2ork.
pkgname=purr-data
-pkgver=20160703.r2760.c81b9e5
+pkgver=20160703.r2762.af99ee6
pkgrel=1
pkgdesc="Jonathan Wilkes' nw.js variant of Pd-L2Ork (git version)"
url="https://git.purrdata.net/jwilkes/purr-data"
@@ -37,7 +37,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=('pd-l2ork')
conflicts=('pd-l2ork' 'pd-l2ork-git')
@@ -95,8 +95,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.*