summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO32
-rw-r--r--PKGBUILD15
2 files changed, 1 insertions, 46 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47401c18ad05..f15d085d4870 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,37 +1,5 @@
pkgbase = g-desktop-suite-git
pkgdesc = Google Suite as a desktop app. Made possible with Electron.
- pkgver = 121.20ce3fe
- pkgrel = 1
- url = https://github.com/alexkim205/G-Desktop-Suite
- arch = any
- license = MIT
- makedepends = git
- makedepends = tar
- makedepends = xz
- depends = yarn
- source = git+https://github.com/alexkim205/G-Desktop-Suite.git
- md5sums = SKIP
-
-pkgname = g-desktop-suite-git
-
-pkgbase = g-desktop-suite-git
- pkgdesc = Google Suite as a desktop app. Made possible with Electron.
- pkgver = 139.2bccd4c
- pkgrel = 1
- url = https://github.com/alexkim205/G-Desktop-Suite
- arch = any
- license = MIT
- makedepends = git
- makedepends = tar
- makedepends = xz
- depends = yarn
- source = git+https://github.com/alexkim205/G-Desktop-Suite.git
- md5sums = SKIP
-
-pkgname = g-desktop-suite-git
-
-pkgbase = g-desktop-suite-git
- pkgdesc = Google Suite as a desktop app. Made possible with Electron.
pkgver = 0.2.1.r54.g7f6d54a
pkgrel = 1
url = https://github.com/alexkim205/G-Desktop-Suite
diff --git a/PKGBUILD b/PKGBUILD
index a996085d5764..9d9b1795f265 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,20 +30,7 @@ package() {
install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/${pkgname%-git}"
- rm "$pkgdir"/.[^.]*
-}
-
-post_install(){
- # Link to the binary
ln -sf '/opt/G Desktop Suite/gdesktopsuite' '/usr/bin/gdesktopsuite'
- # SUID chrome-sandbox for Electron 5+
- chmod 4755 '/opt/G Desktop Suite/chrome-sandbox' || true
-
- update-mime-database /usr/share/mime || true
- update-desktop-database /usr/share/applications || true
-}
-
-post_remove() {
- rm -rf '/usr/bin/gdesktopsuite'
+ rm "$pkgdir"/.[^.]*
}