summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2024-02-26 19:58:01 +0100
committerDaniel Peukert2024-02-26 19:58:01 +0100
commit3d341092891f1265e23ddac54a8a0bf400a971c1 (patch)
tree102156c3983bdb6639b00bea95edd3a6c698229d
parentdcc704bbc3d9c33adb915e1a01b1f30c2bdbb5fe (diff)
downloadaur-3d341092891f1265e23ddac54a8a0bf400a971c1.tar.gz
Update mongodb-compass-beta to 1.42.2-beta.4, add default config file, disable auto updates
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
-rw-r--r--mongodb-compass.conf2
3 files changed, 11 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2176f2eedea..f843a2f8221c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mongodb-compass-git
pkgdesc = The official GUI for MongoDB - git version
- pkgver = r16779.g20a6ff866
+ pkgver = r16824.g982347f6a
pkgrel = 1
epoch = 1
url = https://www.mongodb.com/products/compass
@@ -23,8 +23,10 @@ pkgbase = mongodb-compass-git
source = mongodb-compass-git::git+https://github.com/mongodb-js/compass
source = hadron-build-ffmpeg.diff
source = fix-argv.diff
+ source = mongodb-compass.conf
sha512sums = SKIP
sha512sums = 6338626b9c957c79cd761f19a3d17d856ff88ce96d38c5507269b8dbaf3f20bef00012d035e5e1bde6493db495e2cfce172bcd021a5a8ae1c37dcb5f7a46a875
sha512sums = 375142120fd97a3fd9e24d19c864ee3b24e50a5e6b0b224b7ce74742dc5bde185056a9b6f1add63d5ce66e3f0a9309e03873096540e5697547d60a2bc9e769ae
+ sha512sums = f09a6026e8b963f4821454fa8c2da8c750c765f26010fbf54dfbecfd7451dda5466464bb15fada1252545366c94bf448dc0529c8bd8114f6f3834ae00176d3f1
pkgname = mongodb-compass-git
diff --git a/PKGBUILD b/PKGBUILD
index 630fc8ea1904..f43863b0f783 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _target='compass'
_edition=''
_pkgname="mongodb-$_target"
pkgname="$_pkgname-git"
-pkgver='r16779.g20a6ff866'
+pkgver='r16824.g982347f6a'
pkgrel='1'
epoch='1'
pkgdesc='The official GUI for MongoDB - git version'
@@ -22,10 +22,12 @@ source=(
"$pkgname::git+https://github.com/mongodb-js/compass"
'hadron-build-ffmpeg.diff'
'fix-argv.diff'
+ 'mongodb-compass.conf'
)
sha512sums=('SKIP'
'6338626b9c957c79cd761f19a3d17d856ff88ce96d38c5507269b8dbaf3f20bef00012d035e5e1bde6493db495e2cfce172bcd021a5a8ae1c37dcb5f7a46a875'
- '375142120fd97a3fd9e24d19c864ee3b24e50a5e6b0b224b7ce74742dc5bde185056a9b6f1add63d5ce66e3f0a9309e03873096540e5697547d60a2bc9e769ae')
+ '375142120fd97a3fd9e24d19c864ee3b24e50a5e6b0b224b7ce74742dc5bde185056a9b6f1add63d5ce66e3f0a9309e03873096540e5697547d60a2bc9e769ae'
+ 'f09a6026e8b963f4821454fa8c2da8c750c765f26010fbf54dfbecfd7451dda5466464bb15fada1252545366c94bf448dc0529c8bd8114f6f3834ae00176d3f1')
_sourcedirectory="$pkgname"
@@ -107,6 +109,8 @@ StartupNotify=true
Categories=Office;Database;Building;Debugger;IDE;GUIDesigner;Profiling;
EOF
+ install -Dm644 "$srcdir/mongodb-compass.conf" "$pkgdir/etc/mongodb-compass.conf"
+
install -Dm644 "$srcdir/$_sourcedirectory/packages/compass/app-icons/linux/mongodb-compass.png" "$pkgdir/usr/share/pixmaps/$_pkgname.png"
install -dm755 "$pkgdir/usr/share/licenses/$pkgname/"
diff --git a/mongodb-compass.conf b/mongodb-compass.conf
new file mode 100644
index 000000000000..f0619b52f3a8
--- /dev/null
+++ b/mongodb-compass.conf
@@ -0,0 +1,2 @@
+# Disable automatic updates
+autoUpdates: false