summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Parrish2015-06-24 04:47:37 -0400
committerDavid Parrish2015-06-24 04:47:37 -0400
commit2ed5342c926c3eb05fc6ad15ae64027a8e44e1c9 (patch)
tree7838873820ddbbe082da86042586a331cfba14b5
parentac9bc93819081135677fa1be282c4f87860ee73b (diff)
downloadaur-2ed5342c926c3eb05fc6ad15ae64027a8e44e1c9.tar.gz
Add NRS shortcut
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cefa314b5cc4..f3e91e614c7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,14 +13,17 @@ pkgbase = nxt-git
depends = bash
depends = java-runtime-openjdk=8
optdepends = flashplugin: for add to clipboard support
+ optdepends = libnotify: NRS startup error notification
source = nxt-git::git+https://bitbucket.org/JeanLucPicard/nxt.git
source = nxt.service
source = nxt.install
source = nrs.sh
+ source = nrs.desktop
sha256sums = SKIP
sha256sums = 293bf1e313677f769e4a12e6e0f78bbd58c796ebe7c34528ba50cd73bbea15a7
sha256sums = b7575397d7dd19e9b1bab75e21a433f3bdc98279ad822fe57235b830c062abca
sha256sums = fc58e5aac478f3459686f0a9ab5e059776c1a34392391fed257e5130bfd29bc2
+ sha256sums = 8381f120b645cca9079b5e958a8917326f71b55f031f15df3324703377638eee
pkgname = nxt-git
diff --git a/PKGBUILD b/PKGBUILD
index 23ec6d05c7c6..850c61ddaabe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,8 @@ url="http://nxt.org"
license=('MIT' 'GPL' 'MPL' 'APACHE')
depends=('bash' 'java-runtime-openjdk=8')
makedepends=('java-environment-openjdk=8')
-optdepends=('flashplugin: for add to clipboard support')
+optdepends=('flashplugin: for add to clipboard support'
+ 'libnotify: NRS startup error notification')
source=("${pkgname}::git+https://bitbucket.org/JeanLucPicard/nxt.git"
"nxt.service"
"nxt.install"