Compare commits

...

10 commits

Author SHA1 Message Date
askiiart
64e9902f6e
edit for my version 2024-10-01 22:37:25 -05:00
Rudra Saraswat
96a25b7c17 feat: add python-click as dep 2024-06-03 20:16:59 +00:00
Rudra Saraswat
25034878c3 feat: include user utility 2024-06-03 17:28:15 +00:00
Rudra Saraswat
3194fc8124 chore: add mimetype to blend-package-installer.desktop 2024-02-09 23:17:53 +05:30
Rudra Saraswat
346e5e5b8b chore: update checksums 2024-02-09 21:51:32 +05:30
Rudra Saraswat
db553e0199 chore: update checksums 2024-02-09 21:47:55 +05:30
Rudra Saraswat
3d98a0f04b chore: rename to 'System' 2024-02-09 21:16:26 +05:30
Rudra Saraswat
8d8ed1cd87 chore: update source 2023-11-16 08:08:18 +00:00
Rudra Saraswat
d36c1db8c6 chore: remove blend-package-installer.desktop from .gitignore 2023-06-25 21:28:14 +10:00
Rudra Saraswat
b9f130610f feat: add blend-package-installer.desktop 2023-06-25 16:45:19 +10:00
4 changed files with 26 additions and 6 deletions

1
.gitignore vendored
View file

@ -5,4 +5,5 @@
!blend.sh
!blend-settings
!blend-settings.desktop
!blend-package-installer.desktop
!.SRCINFO

View file

@ -6,16 +6,19 @@ pkgver=r50.2e0016f
pkgrel=1
pkgdesc="A package manager for blendOS"
arch=('x86_64' 'i686')
url="https://github.com/blend-os/blend"
url="https://git.askiiart.net/askiiart-blendos/blend"
license=('GPL3')
makedepends=("electron" 'git' 'npm' 'base-devel')
source=('git+file://[BASE_ASSEMBLE_PATH]/projects/blend'
source=('git+https://git.askiiart.net/askiiart-blendos/blend'
'blend-settings.desktop'
'blend-package-installer.desktop'
'blend-settings'
'blend.sh')
sha256sums=('SKIP'
'a605d24d2fa7384b45a94105143db216db1ffc0bdfc7f6eec758ef2026e61e54'
'73cb7c39190d36f233b8dfbc3e3e6737d56e61e90881ad95f09e5ae1f9b405a8' 'SKIP')
'ba11ef22fe92a78239855c1bbc07d8c5be7cd94728bb3baf6184d2f42a80a4c2'
'994bebb5e993130e5cfaac8f9e1e8e676662a0cc76abcf90c8e128576506b818'
'73cb7c39190d36f233b8dfbc3e3e6737d56e61e90881ad95f09e5ae1f9b405a8'
'7dab67fb5c0239b6645659a7838de85b1420683a5bf52d8a8a3d324b69210a40')
pkgver() {
cd "${srcdir}/${pkgbase%-git}"
@ -41,13 +44,14 @@ build() {
}
package_blend-git() {
depends=('bash' 'blend-settings-git' 'podman' 'python' 'python-pexpect')
depends=('bash' 'blend-settings-git' 'podman' 'python' 'python-click' 'python-pexpect')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
cd "${srcdir}/${pkgbase%-git}"
install -Dm755 \
"${pkgname%-git}" \
"user" \
"init-${pkgname%-git}" \
"host-${pkgname%-git}" \
"${pkgname%-git}-files" \
@ -96,5 +100,8 @@ package_blend-settings-git() {
install -Dm644 "${srcdir}/${pkgname%-git}.desktop" -t \
"${pkgdir}"/usr/share/applications/
install -Dm644 "${srcdir}/blend-package-installer.desktop" -t \
"${pkgdir}"/usr/share/applications/
install -Dm755 "${srcdir}/${pkgname%-git}" -t "${pkgdir}"/usr/bin/
}

View file

@ -0,0 +1,11 @@
[Desktop Entry]
Name=Package Installer
Exec=blend-settings package %F
Terminal=false
NoDisplay=true
Type=Application
Icon=blend-settings
MimeType=application/vnd.debian.binary-package;application/x-rpm;application/vnd.android.package-archive;
StartupWMClass=blend-settings
Comment=Package installer for blendOS.
Categories=System;

View file

@ -1,9 +1,10 @@
[Desktop Entry]
Name=blendOS Settings
Name=System
Exec=blend-settings %U
Terminal=false
Type=Application
Icon=blend-settings
StartupWMClass=blend-settings
Comment=Settings for blendOS.
Keywords=Settings;
Categories=System;