update to 1.0.4

This commit is contained in:
Rudra Bali 2023-01-19 14:54:53 +05:30
parent 6eff7a1c09
commit 51a135b43e
3 changed files with 9 additions and 3 deletions

View file

@ -15,7 +15,7 @@ This was originally developed by VanillaOS.
Usage:
blend [command] [options] [arguments]
Version: 1.0.3
Version: 1.0.4
blend is a package manager for blendOS, which includes support for Arch, Ubuntu and Fedora packages.

4
blend
View file

@ -5,7 +5,7 @@ import shutil
import argparse
import subprocess
__version = '1.0.3'
__version = '1.0.4'
### Colors
class colors:
@ -299,7 +299,7 @@ def copy_desktop_files(pkg):
distrobox_run_container(f'CONTAINER_ID={args.container_name} distrobox-export --app {pkg} &>/dev/null')
def del_desktop_files(pkg):
distrobox_run_container(f'CONTAINER_ID={args.container_name} distrobox-export --app {pkg} --delete &>/dev/null')
subprocess.call(['distrobox-enter', '-n', args.container_name, '-e', f'sh -c "CONTAINER_ID={args.container_name} distrobox-export --app {pkg} --delete &>/dev/null"'])
def export_blend():
for pkg in args.pkg:

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
blend (1.0.4) lunar; urgency=emergency
* Sync with blend 1.0.4, which fixes a major bug relating to package removal
-- Rudra Bali <rs2009@ubuntu.com> Thu, 19 Jan 2023 14:54:09 +0530
blend (1.0.3) lunar; urgency=emergency
* Sync with blend 1.0.3, which updates the completions