Skip to content

Commit

Permalink
rename to 'maus'
Browse files Browse the repository at this point in the history
  • Loading branch information
puxplaying committed May 29, 2023
1 parent c85c138 commit f2f54eb
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Georg Wagner
# Maintainer: Georg Wagner <puxplaying_at_gmail_dot_com>

pkgname=manjaro-update
pkgver=0.6
pkgname=maus
pkgver=1.0
pkgrel=1
pkgdesc="Bash script to update and maintain a Manjaro or Arch system"
arch=(any)
Expand All @@ -10,13 +10,13 @@ license=('GPL3')
depends=('pacman' 'sudo' 'bash')
makedepends=('git')
optdepends=('meld: Needed for diff operations'
'reflector: Needed for Arch mirrorlist update')
'reflector: Needed for Arch mirrorlist update')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
sha256sums=('f2776096079045ed640a818d4c5da3fdbe9099f5fb03d1f829ce51840cd644e1')

package () {
package() {
cd "$srcdir/$pkgname-$pkgver"
install -Dm644 "update.desktop" "$pkgdir/usr/share/applications/update.desktop"
install -Dm644 "update.png" "$pkgdir/usr/share/pixmaps/update.png"
install -Dm755 "$srcdir/$pkgname-$pkgver/manjaro-update" "$pkgdir/usr/bin/manjaro-update"
install -Dm755 "$srcdir/$pkgname-$pkgver/$pkgname" "$pkgdir/usr/bin/$pkgname"
}
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# manjaro-update
# maus

This Bash script was made to update and maintain a Manjaro or Arch system with Pacman
and the alternative package managers - Pamac, Snap and Flatpak in a automatic manner,
Expand Down Expand Up @@ -36,21 +36,21 @@ So what is it actually doing?

How to use:

- Make manjaro-update executable and run with ```./manjaro-update```
- Make maus executable and run with ```./maus```

If you prefer a menu icon and launcher, install it with:

- ```sudo pacman -Syu base-devel git```
- ```git clone https://github.com/puxplaying/manjaro-update.git```
- ```cd manjaro-update```
- ```git clone https://github.com/puxplaying/maus.git```
- ```cd maus```
- ```makepkg -srci```

After installation:

- click on the *Update* icon in the menu

<img src="https://github.com/puxplaying/manjaro-update/blob/master/update.png" alt="update" width="50" height="50" />
<img src="https://github.com/puxplaying/maus/blob/master/update.png" alt="update" width="50" height="50" />

- or run it via ```manjaro-update```
- or run it via ```maus```


File renamed without changes.
4 changes: 2 additions & 2 deletions update.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Name=Update
Name[de]=Update
Name[de_DE]=Update
Comment=Update the system
Exec=manjaro-update
Exec=maus
Terminal=true
StartupNotify=true
Categories=System;Monitor;ConsoleOnly;
Categories=System;ConsoleOnly;
Keywords=system;update;maintain

0 comments on commit f2f54eb

Please sign in to comment.