summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorparth2023-04-08 15:15:21 -0400
committerparth2023-04-08 15:15:21 -0400
commitf9131a1549550375c101f2fc6512e7e951110dc1 (patch)
tree307ab318e168fd66d79cdca83eb2a8cafc1da967
parent888503cb99b6ad42af0f50e84d02a77821c9fd4e (diff)
downloadaur-f9131a1549550375c101f2fc6512e7e951110dc1.tar.gz
manual update by parth
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD9
-rw-r--r--light-1-transparent.pngbin0 -> 18936 bytes
-rw-r--r--light-1.svg1
-rw-r--r--lockbook-desktop.desktop4
5 files changed, 11 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ba1f5fea2eb..b94b5f35c4ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,20 @@
-
pkgbase = lockbook-desktop
pkgdesc = The private, polished note-taking platform.
pkgver = 0.7.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lockbook/lockbook
- arch = x86_64
- arch = i686
+ arch = any
groups = lockbook
license = BSD-3-Clause
- makedepends = rust
makedepends = cargo
makedepends = git
+ makedepends = cmake
+ makedepends = base-devel
provides = lockbook-desktop
conflicts = lockbook-desktop
source = git+https://github.com/lockbook/aur-lockbook-desktop.git
- source = git+https://github.com/lockbook/lockbook.git#tag=v0.7.2
+ source = git+https://github.com/lockbook/lockbook.git#tag=0.7.2
sha256sums = SKIP
sha256sums = SKIP
pkgname = lockbook-desktop
- \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 290cce7f0586..d1656547ba9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname='lockbook-desktop'
_pkgname="lockbook-desktop"
pkgver=0.7.2
-pkgrel=1
-arch=('x86_64' 'i686')
+pkgrel=2
+arch=('any')
url="https://github.com/lockbook/lockbook"
pkgdesc="The private, polished note-taking platform."
license=('BSD-3-Clause')
-makedepends=('rust' 'cargo' 'git')
+makedepends=('cargo' 'git' 'cmake' 'base-devel')
depends=()
provides=('lockbook-desktop')
conflicts=('lockbook-desktop')
@@ -22,12 +22,11 @@ pkgver() {
build() {
echo $_pkgname
cd $srcdir/lockbook/clients/egui
- rustup default 1.66
cargo build --release --locked
}
package() {
install -D -m755 "$srcdir/lockbook/target/release/lockbook-egui" "$pkgdir/usr/bin/lockbook-desktop"
- install -D -m644 "$srcdir/aur-lockbook-desktop/light-1.svg" "$pkgdir/usr/share/pixmaps/light-1.svg"
+ install -D -m644 "$srcdir/aur-lockbook-desktop/light-1-tranparent.png" "$pkgdir/usr/share/pixmaps/light-1-tranparent.png"
install -D -m644 "$srcdir/aur-lockbook-desktop/lockbook-desktop.desktop" "$pkgdir/usr/share/applications/lockbook-desktop.desktop"
}
diff --git a/light-1-transparent.png b/light-1-transparent.png
new file mode 100644
index 000000000000..69790d5cd9de
--- /dev/null
+++ b/light-1-transparent.png
Binary files differ
diff --git a/light-1.svg b/light-1.svg
deleted file mode 100644
index f52e2bfa70ac..000000000000
--- a/light-1.svg
+++ /dev/null
@@ -1 +0,0 @@
-<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 199.84 199.84"><defs><style>.cls-1{fill:#f4f5f8;}.cls-2{fill:#f0efef;}.cls-3{fill:#4a74b9;}.cls-4{fill:#e6e6eb;}</style></defs><rect class="cls-1" width="199.84" height="199.84"/><polygon class="cls-2" points="150.59 34.67 199.84 72.86 199.84 199.84 83.3 199.84 63.9 184.03 63.9 174.96 50.32 165.24 150.48 165.01 150.59 34.67"/><polyline class="cls-3" points="63.27 167.24 63.27 184.84 77.5 184.84 77.5 167.24"/><rect class="cls-4" x="47.52" y="32.76" width="104.97" height="134.49" rx="5.8"/><path class="cls-3" d="M105.31,101.15l2.74,22.2H91.81l2.74-22.2a12.9,12.9,0,1,1,10.76,0Z" transform="translate(0.07 0.07)"/></svg> \ No newline at end of file
diff --git a/lockbook-desktop.desktop b/lockbook-desktop.desktop
index ea15e74c27c3..c6546498d157 100644
--- a/lockbook-desktop.desktop
+++ b/lockbook-desktop.desktop
@@ -1,8 +1,8 @@
[Desktop Entry]
Encoding=UTF-8
Type=Application
-Comment=A secure, private, minimal, cross-platform document editor.
+Comment=The private, polished note-taking platform.
Terminal=false
Exec=/usr/bin/lockbook-desktop
Name=Lockbook
-Icon=light-1.svg
+Icon=light-1-transparent.png