summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortioguda2020-07-24 14:31:53 -0300
committertioguda2020-07-24 14:31:53 -0300
commitc724c526579a901ee38f49e4ac5ff39ba2f7b222 (patch)
treecce68dd83a9135103497602d259013ae97e7279f
parentad8cea494893d04315d3e2ccdf65faf8922f9103 (diff)
downloadaur-c724c526579a901ee38f49e4ac5ff39ba2f7b222.tar.gz
Update to 1.15.1.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD11
-rw-r--r--fix.patch21
-rw-r--r--warsaw-bin.install10
4 files changed, 13 insertions, 38 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7589a8b22984..57dbb4630b1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = warsaw-bin
pkgdesc = Banking security tool developed by GAS Tecnologia
- pkgver = 1.14.1.10
+ pkgver = 1.15.1.1
pkgrel = 1
url = https://www.dieboldnixdorf.com.br/warsaw
install = warsaw-bin.install
@@ -27,13 +27,10 @@ pkgbase = warsaw-bin
options = !emptydirs
backup = etc/init.d/warsaw
backup = etc/init/warsaw.conf
- backup = etc/xdg/autostart/warsaw.desktop
- source = fix.patch
- sha256sums = cf2389806c92ac87d7775522d6dbc7de63a52f780dbe2b8e40a6e248709414a5
source_i686 = https://cloud.gastecnologia.com.br/gas/diagnostico/warsaw_setup_32.deb
- sha256sums_i686 = 7ec5cf573aeee5b55ff6eff8315aee92eae6e447f5070bd03619c454994254f1
+ sha256sums_i686 = ee197dcfa674c27478ce42db69d8a3a7a459147f39430756875db9ac2943f3f5
source_x86_64 = https://cloud.gastecnologia.com.br/gas/diagnostico/warsaw_setup_64.deb
- sha256sums_x86_64 = 729a5ca9c84a09816b7c03be89bfe6fa0706ae020c79dee04064959cc032740f
+ sha256sums_x86_64 = 4e7bf4edcfe1775db18590ad4e810707e68dfbd251448f5cb8c4c7bf464b590c
pkgname = warsaw-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5622a4a8cd52..142a06c89d65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Rafael Fontenlle <rafaelff@gnome.org>
pkgname=warsaw-bin
-pkgver=1.14.1.10
+pkgver=1.15.1.1
pkgrel=1
pkgdesc="Banking security tool developed by GAS Tecnologia"
arch=(i686 x86_64)
@@ -10,21 +10,18 @@ url="https://www.dieboldnixdorf.com.br/warsaw"
license=('custom')
depends=('at-spi2-core' 'dbus' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2' 'hicolor-icon-theme' 'libx11' 'libxi' 'procps-ng' 'zenity' 'zlib')
optdepends=('python-gpgme')
-backup=('etc/init.d/warsaw' 'etc/init/warsaw.conf' 'etc/xdg/autostart/warsaw.desktop')
+backup=('etc/init.d/warsaw' 'etc/init/warsaw.conf')
options=('!strip' '!emptydirs')
install=${pkgname}.install
conflicts=('warsaw')
provides=('warsaw')
-source=('fix.patch')
source_i686=(https://cloud.gastecnologia.com.br/gas/diagnostico/warsaw_setup_32.deb)
source_x86_64=(https://cloud.gastecnologia.com.br/gas/diagnostico/warsaw_setup_64.deb)
-sha256sums=('cf2389806c92ac87d7775522d6dbc7de63a52f780dbe2b8e40a6e248709414a5')
-sha256sums_i686=('7ec5cf573aeee5b55ff6eff8315aee92eae6e447f5070bd03619c454994254f1')
-sha256sums_x86_64=('729a5ca9c84a09816b7c03be89bfe6fa0706ae020c79dee04064959cc032740f')
+sha256sums_i686=('ee197dcfa674c27478ce42db69d8a3a7a459147f39430756875db9ac2943f3f5')
+sha256sums_x86_64=('4e7bf4edcfe1775db18590ad4e810707e68dfbd251448f5cb8c4c7bf464b590c')
prepare() {
tar -xJf data.tar.xz
- patch -p1 -i ./fix.patch
}
package() {
diff --git a/fix.patch b/fix.patch
deleted file mode 100644
index c15a15be1d00..000000000000
--- a/fix.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff --git a/lib/systemd/system/warsaw.service b/lib/systemd/system/warsaw.service
-index e84e7fb..8def1e4 100644
---- a/lib/systemd/system/warsaw.service
-+++ b/lib/systemd/system/warsaw.service
-@@ -1,11 +1,13 @@
- [Unit]
- Description=Warsaw Desktop
--After=network.target auditd.service
-+After=network.target
-+After=auditd.service
-
- [Service]
--ExecStart=/usr/bin/warsaw start
--RemainAfterExit=yes
- Type=oneshot
-+RemainAfterExit=yes
-+ExecStart=/usr/bin/warsaw start
-+ExecStop=/usr/bin/warsaw stop
-
- [Install]
- WantedBy=multi-user.target
diff --git a/warsaw-bin.install b/warsaw-bin.install
index 4ec2b31de1e0..2000b307c2fe 100644
--- a/warsaw-bin.install
+++ b/warsaw-bin.install
@@ -1,10 +1,12 @@
post_install() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- echo "To use Warsaw, start its service using:"
- echo "$ sudo systemctl start warsaw"
- echo "To start Warsaw at system startup, use the command:"
- echo "$ sudo systemctl enable warsaw"
+ echo -e "\e[34;1m==>\e[39;1m To use Warsaw, start its service using: \e[0m"
+ echo -e "\e[34;1m==>\e[39;1m $ sudo systemctl start warsaw \e[0m"
+ echo -e "\e[34;1m==>\e[39;1m To start Warsaw at system startup, use the command: \e[0m"
+ echo -e "\e[34;1m==>\e[39;1m $ sudo systemctl enable warsaw \e[0m"
+ echo -e "\e[34;1m==>\e[39;1m Complete your bank setup on the website below: \e[0m"
+ echo -e "\e[34;1m==>\e[39;1m https://www.dieboldnixdorf.com.br/warsaw \e[0m"
update-desktop-database -q
}