summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2024-02-26 19:58:07 +0100
committerDaniel Peukert2024-02-26 19:58:07 +0100
commit298ed37f2e3da497a22b748984408fa81dc43188 (patch)
treebf1fd3a3f2534c3666eb753d01b4e1d25bdc1267
parent16a08752f3577b39ceefaf4b98bc0ed0194fdd2b (diff)
downloadaur-298ed37f2e3da497a22b748984408fa81dc43188.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 37a24ec4c0f1..561bba71c6cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mongodb-compass-isolated
pkgdesc = The official GUI for MongoDB - Isolated Edition
pkgver = 1.42.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.mongodb.com/products/compass
arch = x86_64
arch = armv7h
@@ -20,8 +20,10 @@ pkgbase = mongodb-compass-isolated
source = mongodb-compass-isolated-1.42.1.tar.gz::https://github.com/mongodb-js/compass/archive/v1.42.1.tar.gz
source = hadron-build-ffmpeg.diff
source = fix-argv.diff
+ source = mongodb-compass.conf
sha512sums = dee3946302c713923403a91990c9395afaa017b27608ac2e25c78f71ce56ac3ac5409396b38ca858824c9de1fddca3438615071702ff532d64e6bdd68b240f98
sha512sums = 6338626b9c957c79cd761f19a3d17d856ff88ce96d38c5507269b8dbaf3f20bef00012d035e5e1bde6493db495e2cfce172bcd021a5a8ae1c37dcb5f7a46a875
sha512sums = 375142120fd97a3fd9e24d19c864ee3b24e50a5e6b0b224b7ce74742dc5bde185056a9b6f1add63d5ce66e3f0a9309e03873096540e5697547d60a2bc9e769ae
+ sha512sums = f09a6026e8b963f4821454fa8c2da8c750c765f26010fbf54dfbecfd7451dda5466464bb15fada1252545366c94bf448dc0529c8bd8114f6f3834ae00176d3f1
pkgname = mongodb-compass-isolated
diff --git a/PKGBUILD b/PKGBUILD
index 1cddc15ad10b..04a1f5c525fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _edition=' Isolated Edition'
pkgname="mongodb-$_target"
_pkgver='1.42.1'
pkgver="$(printf '%s' "$_pkgver" | tr '-' '.')"
-pkgrel='1'
+pkgrel='2'
pkgdesc='The official GUI for MongoDB - Isolated Edition'
# If you're running on armv7h or aarch64, use the electron28-bin package from the AUR for the electron28 dependency
# If you're running on armv7h, you have to add it to the arch and source arrays of the electron28-bin AUR dependency
@@ -19,10 +19,12 @@ source=(
"$pkgname-$pkgver.tar.gz::https://github.com/mongodb-js/compass/archive/v$_pkgver.tar.gz"
'hadron-build-ffmpeg.diff'
'fix-argv.diff'
+ 'mongodb-compass.conf'
)
sha512sums=('dee3946302c713923403a91990c9395afaa017b27608ac2e25c78f71ce56ac3ac5409396b38ca858824c9de1fddca3438615071702ff532d64e6bdd68b240f98'
'6338626b9c957c79cd761f19a3d17d856ff88ce96d38c5507269b8dbaf3f20bef00012d035e5e1bde6493db495e2cfce172bcd021a5a8ae1c37dcb5f7a46a875'
- '375142120fd97a3fd9e24d19c864ee3b24e50a5e6b0b224b7ce74742dc5bde185056a9b6f1add63d5ce66e3f0a9309e03873096540e5697547d60a2bc9e769ae')
+ '375142120fd97a3fd9e24d19c864ee3b24e50a5e6b0b224b7ce74742dc5bde185056a9b6f1add63d5ce66e3f0a9309e03873096540e5697547d60a2bc9e769ae'
+ 'f09a6026e8b963f4821454fa8c2da8c750c765f26010fbf54dfbecfd7451dda5466464bb15fada1252545366c94bf448dc0529c8bd8114f6f3834ae00176d3f1')
_sourcedirectory="compass-$_pkgver"
@@ -99,6 +101,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