summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandr Boiko2017-05-05 00:33:59 +1100
committerAlexandr Boiko2017-05-05 00:33:59 +1100
commit234e48616d8b4d20946a5257c4d99375a01fbdcb (patch)
tree867255812c240a575584a7c0707816d5bb79e554
parent024097c6db1ee13e357e4632aa6c9754f6d5f88b (diff)
downloadaur-234e48616d8b4d20946a5257c4d99375a01fbdcb.tar.gz
Fix startup script
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--ponomar.sh9
3 files changed, 5 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a73abb5ef952..856a2e43783f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu May 4 08:34:33 UTC 2017
+# Thu May 4 13:33:39 UTC 2017
pkgbase = ponomar
pkgdesc = Ponomar: a liturgics suite for the Orthodox Church http://www.ponomar.net/
pkgver = 0.80.0d8052d
- pkgrel = 2
+ pkgrel = 3
url = http://www.ponomar.net/
install = ponomar.install
arch = any
@@ -18,7 +18,7 @@ pkgbase = ponomar
source = profile.sh
md5sums = b2f8b00fdb4aa884f72c575fb6528967
md5sums = e58c1c7420ac16aee3022187e77d4bd2
- md5sums = ace315ef0155455422ee60fb5de3d428
+ md5sums = 8968b56483a1fb7c6fb2ca903807d567
md5sums = d8b4f7dd400cd7240ec63c8bcaddaec6
md5sums = ec1af1f47c6770f55d23c74880a9d437
diff --git a/PKGBUILD b/PKGBUILD
index bced2008b9ba..850a4f360b98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ponomar
pkgver=0.80.0d8052d
-pkgrel=2
+pkgrel=3
pkgdesc="Ponomar: a liturgics suite for the Orthodox Church http://www.ponomar.net/"
arch=('any')
url="http://www.ponomar.net/"
@@ -18,7 +18,7 @@ source=("https://github.com/typiconman/ponomar/archive/master.zip"
"profile.sh")
md5sums=('b2f8b00fdb4aa884f72c575fb6528967'
'e58c1c7420ac16aee3022187e77d4bd2'
- 'ace315ef0155455422ee60fb5de3d428'
+ '8968b56483a1fb7c6fb2ca903807d567'
'd8b4f7dd400cd7240ec63c8bcaddaec6'
'ec1af1f47c6770f55d23c74880a9d437')
diff --git a/ponomar.sh b/ponomar.sh
index 2bc33f91642b..eb8db7374a96 100644
--- a/ponomar.sh
+++ b/ponomar.sh
@@ -5,14 +5,5 @@ cd ${0%${0##*/}}.
PONOMAR_DIR=${PONOMAR_DIR}
CLASSPATH=${PONOMAR_DIR}:${PONOMAR_DIR}/Ponomar/*
-# update
-#if [ -d ${BGBILLING_DIR}/lib.update ];
-#then
-# mv -f ${BGBILLING_DIR}/lib.update/* ${BGBILLING_DIR}/lib
-# rm -fr ${BGBILLING_DIR}/lib.update
-#fi
-
-#java -Dupdate.folder=${BGBILLING_DIR}/lib.update -Dawt.useSystemAAFontSettings=on -Dsun.java2d.xrender=true -Djava.net.preferIPv4Stack=true -Dsun.net.client.defaultConnectTimeout=1000 -Djavax.net.ssl.trustStore=.keystore -Xmx512m -Duser.language=ru -Duser.region=RU -cp ${CLASSPATH} ru.bitel.bgbilling.client.BGClient&
-
java -Dawt.useSystemAAFontSettings=on -Dsun.java2d.xrender=true -cp ${CLASSPATH} Ponomar.Main&