summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDoug Newgard <scimmia@archlinux.org>2018-05-16 18:24:53 -0500
committerDoug Newgard <scimmia@archlinux.org>2018-05-16 18:24:53 -0500
commit9dc84648a95adcedd1fbe7a22b1d225ecbaa225d (patch)
tree8460642b04db754b5800c9e9c468d3ad53a4398f /PKGBUILD
parentf81e4945cce70edefa10f5bfb41efc1f87661a5d (diff)
downloadmasterpdfeditor-9dc84648a95adcedd1fbe7a22b1d225ecbaa225d.tar.gz
masterpdfeditor-9dc84648a95adcedd1fbe7a22b1d225ecbaa225d.tar.bz2
masterpdfeditor-9dc84648a95adcedd1fbe7a22b1d225ecbaa225d.zip
Add new deps
Diffstat (limited to '')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f90e0c4..b5052f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ source_x86_64=("http://get.code-industry.net/public/master-pdf-editor-${pkgver}_
sha1sums_x86_64=('e86f05f3141b3106856994471546bee53578a62f')
package() {
- depends=('gcc-libs' 'glibc' 'libgl' 'qt5-base' 'qt5-svg' 'sane')
+ depends=('gcc-libs' 'glibc' 'libgl' 'nspr' 'nss' 'qt5-base' 'qt5-svg' 'sane')
install -d "$pkgdir"{/opt/,/usr/bin/}
cp -a --no-preserve=ownership master-pdf-editor-${pkgver%%.*} "$pkgdir/opt/"
-06-10 13:40:23 +0200'>2008-06-10Modified plugin.xsd so it allows also menu-only pluginsRené 'Necoro' Neumann2-7/+8 2008-06-10Fixed the default handlingRené 'Necoro' Neumann1-1/+1 2008-06-10Allowed default for session; load 'app-portage/portato' as default for select...René 'Necoro' Neumann2-10/+18 2008-06-09Fixed 'kill' in the systray popupRené 'Necoro' Neumann1-2/+2 2008-06-09Fixed error messageRené 'Necoro' Neumann2-4/+1 2008-06-08Make blocks way more intelligentRené 'Necoro' Neumann3-45/+107