summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWinston Astrachan2020-08-04 19:31:24 -0400
committerWinston Astrachan2020-08-04 19:32:22 -0400
commit2e78c9a73fe3fff37a0f7c31b447acead92e088a (patch)
tree1cf8a108a2ba72628248c18812ca0f2c5a0d5023
parentfe0249d1651b78dc471a19f48f8b93a780f98fb4 (diff)
downloadaur-2e78c9a73fe3fff37a0f7c31b447acead92e088a.tar.gz
fix: correct icon install path
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eaae8e4a602e..5d2940eb9f92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = 1password
pkgdesc = The world's most-loved password manager - read-only development preview
pkgver = 0.8.0.22506
- pkgrel = 1
+ pkgrel = 2
url = https://1password.com/
arch = x86_64
license = unknown
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..cd8b101d2828
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*.tar.xz
+*.tar.bz2
+1password-*
+src
+pkg
diff --git a/PKGBUILD b/PKGBUILD
index 1dfa8c7cab19..5f270be82ec7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=1password
pkgver=0.8.0.22506
-pkgrel=1
+pkgrel=2
pkgdesc="The world's most-loved password manager - read-only development preview"
arch=('x86_64')
url='https://1password.com/'
@@ -33,7 +33,7 @@ package() {
# Install Icons, Desktop Shortcut
find squashfs-root -type d -exec chmod 0755 {} \;
- cp -r squashfs-root/usr/share/icons/hicolor "${pkgdir}/usr/share/icons/hicolor"
+ cp -r squashfs-root/usr/share/icons/hicolor "${pkgdir}/usr/share/icons/"
sed -i -E "s|Exec=AppRun|Exec=env DESKTOPINTEGRATION=false /usr/bin/${pkgname}|" "squashfs-root/${pkgname}.desktop"
install -Dm644 "squashfs-root/${pkgname}.desktop" -t "${pkgdir}/usr/share/applications/"