summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPlague Doctor2021-05-31 09:34:00 +1000
committerPlague Doctor2021-05-31 09:34:00 +1000
commit165b1844c8c02c6a2a9d144dd6e4b5db66651598 (patch)
tree22a85ab807b1e1f1e7a73f13f633767e7f398d9b
parent716f7a4c94a7c4ebeb04fbbaa0f9c9422680c458 (diff)
downloadaur-165b1844c8c02c6a2a9d144dd6e4b5db66651598.tar.gz
Xeoma Client the video surveillance software. Version 21.4.2
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore31
-rw-r--r--PKGBUILD6
-rw-r--r--xeoma-client.desktop6
-rw-r--r--xeoma-client.png (renamed from xeoma.png)bin1220 -> 1220 bytes
5 files changed, 39 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1dcba55e5084..ff1e9890b602 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,12 +8,12 @@ pkgbase = xeoma-client-bin
depends = hicolor-icon-theme
options = !strip
source = xeoma-client-bin-21.4.2-1.tgz::https://felenasoft.com/xeoma/downloads/latest/linux/xeoma_linux64.tgz
- source = xeoma.png
+ source = xeoma-client.png
source = xeoma-client.desktop
source = LICENSE
sha256sums = 86c0003273468807acc7accd4ab958e374d73a4744e4b3bb0e1dff954e708df8
sha256sums = bd0ab0967b483b6d10fbeff18d7e1bd023ce477b8809a586d89741da34a0cffc
- sha256sums = 255e61104289aa3b7701d93b64505eca04983c8939cd05a148c3bc6417935a96
+ sha256sums = 1ae7f611c6261b8034974081e42bf2fdee3e5ba47afc7364e2ee8e9b5ef8910e
sha256sums = c76a128f1662d5ca08693dd84e7da892942eaa3d61c0935188a9d32a5e755dfb
pkgname = xeoma-client-bin
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..132be8458703
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,31 @@
+
+# Created by https://www.toptal.com/developers/gitignore/api/vim
+# Edit at https://www.toptal.com/developers/gitignore?templates=vim
+
+### Vim ###
+# Swap
+[._]*.s[a-v][a-z]
+!*.svg # comment out if you don't need vector files
+[._]*.sw[a-p]
+[._]s[a-rt-v][a-z]
+[._]ss[a-gi-z]
+[._]sw[a-p]
+
+# Session
+Session.vim
+Sessionx.vim
+
+# Temporary
+.netrwhist
+*~
+# Auto-generated tag files
+tags
+# Persistent undo
+[._]*.un~
+
+# End of https://www.toptal.com/developers/gitignore/api/vim
+
+pkg/*
+src/*
+*.tar.zst
+*.tgz
diff --git a/PKGBUILD b/PKGBUILD
index 247837d47865..9eacb443d954 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,20 +14,20 @@ depends=('hicolor-icon-theme')
options=(!strip)
source=(
"${_apppkg}::https://felenasoft.com/xeoma/downloads/latest/linux/xeoma_linux64.tgz"
- "xeoma.png"
+ "xeoma-client.png"
"xeoma-client.desktop"
"LICENSE"
)
sha256sums=('86c0003273468807acc7accd4ab958e374d73a4744e4b3bb0e1dff954e708df8'
'bd0ab0967b483b6d10fbeff18d7e1bd023ce477b8809a586d89741da34a0cffc'
- '255e61104289aa3b7701d93b64505eca04983c8939cd05a148c3bc6417935a96'
+ '1ae7f611c6261b8034974081e42bf2fdee3e5ba47afc7364e2ee8e9b5ef8910e'
'c76a128f1662d5ca08693dd84e7da892942eaa3d61c0935188a9d32a5e755dfb')
package() {
# Create Directories
install -d "${pkgdir}/usr/bin"
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
- install -Dm644 xeoma.png "${pkgdir}/usr/share/icons/hicolor/256x256/xeoma.png"
+ install -Dm644 xeoma-client.png "${pkgdir}/usr/share/icons/hicolor/256x256/apps/xeoma-client.png"
install -Dm644 xeoma-client.desktop "${pkgdir}/usr/share/applications/$_shortname.desktop"
install -Dm755 "${srcdir}/$_appfile" "${pkgdir}/opt/${_shortname}/${_shortname}.app"
diff --git a/xeoma-client.desktop b/xeoma-client.desktop
index ce40db99c52c..7bcf8726f891 100644
--- a/xeoma-client.desktop
+++ b/xeoma-client.desktop
@@ -1,11 +1,11 @@
[Desktop Entry]
+Name=Xeoma Client
Version=1.0
Terminal=false
Exec=xeoma-client -client
-Icon=xeoma.png
+Icon=xeoma-client.png
Type=Application
-Categories=Application;Internet;
+Categories=GNOME;GTK;Network
StartupNotify=false
-Name=Xeoma Client
GenericName=Xeoma Video Surveillance
Comment=The video surveillance software
diff --git a/xeoma.png b/xeoma-client.png
index a41fc519bffa..a41fc519bffa 100644
--- a/xeoma.png
+++ b/xeoma-client.png
Binary files differ