-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
31 changed files
with
64 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
screenshots export-ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
SHELL = /bin/bash | ||
DESTDIR = | ||
INSTALL = /usr/bin/install -c | ||
bindir = /usr/bin | ||
deskdir = /usr/share/applications | ||
sharedir = /usr/share/argon | ||
configdir = /etc/argon | ||
|
||
all: | ||
|
||
install: all | ||
$(INSTALL) -d $(DESTDIR)$(bindir) | ||
$(INSTALL) -m755 bin/argon $(DESTDIR)$(bindir) | ||
$(INSTALL) -m755 bin/argon-notifier $(DESTDIR)$(bindir) | ||
$(INSTALL) -m755 bin/argon-notifier-config $(DESTDIR)$(bindir) | ||
$(INSTALL) -m755 bin/argon-install $(DESTDIR)$(bindir) | ||
$(INSTALL) -m755 bin/argon-remove $(DESTDIR)$(bindir) | ||
$(INSTALL) -m755 bin/argon-list $(DESTDIR)$(bindir) | ||
$(INSTALL) -m755 bin/argon-update $(DESTDIR)$(bindir) | ||
$(INSTALL) -d $(DESTDIR)$(deskdir) | ||
$(INSTALL) -m644 desktop/argon.desktop $(DESTDIR)$(deskdir) | ||
$(INSTALL) -m644 desktop/argon-notifier-config.desktop $(DESTDIR)$(deskdir) | ||
$(INSTALL) -d $(DESTDIR)$(sharedir) | ||
$(INSTALL) -m644 desktop/argon-update-notifier.desktop $(DESTDIR)$(sharedir) | ||
$(INSTALL) -m644 icons/argon.png $(DESTDIR)$(sharedir) | ||
$(INSTALL) -m644 icons/arch-fresh.png $(DESTDIR)$(sharedir) | ||
$(INSTALL) -m644 icons/arch-stale.png $(DESTDIR)$(sharedir) | ||
$(INSTALL) -d $(DESTDIR)$(configdir) | ||
$(INSTALL) -m666 config/config $(DESTDIR)$(configdir) | ||
$(INSTALL) -m666 config/package $(DESTDIR)$(configdir) | ||
$(INSTALL) -m666 config/message $(DESTDIR)$(configdir) | ||
$(INSTALL) -m666 config/top-final $(DESTDIR)$(configdir) | ||
$(INSTALL) -m666 config/top-add $(DESTDIR)$(configdir) | ||
$(INSTALL) -m666 config/top-remove $(DESTDIR)$(configdir) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
60 | ||
10800 | ||
NUM system UPD available | ||
Arch Linux is up to date | ||
/usr/share/argon/arch-stale.png | ||
/usr/share/argon/arch-fresh.png | ||
True |
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[Desktop Entry] | ||
Type=Application | ||
Name=Argon | ||
Exec=argon-notifier-config | ||
Icon=/usr/share/argon/argon.png | ||
NoDisplay=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[Desktop Entry] | ||
Type=Application | ||
Name=Argon Update Notifier | ||
Comment=Arch Linux Update Notifier | ||
Exec=argon-notifier | ||
Icon=/usr/share/argon/argon.png | ||
Categories=System;Utility | ||
StartupNotify=false | ||
Terminal=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[Desktop Entry] | ||
Type=Application | ||
Name=Argon | ||
Comment=Lightweight Arch Package Manager | ||
Exec=argon | ||
Icon=/usr/share/argon/argon.png | ||
Categories=System;Utility |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.