Skip to content

Commit

Permalink
Rework directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
14mRh4X0r committed Dec 6, 2015
1 parent d53ddb5 commit 976fc35
Show file tree
Hide file tree
Showing 31 changed files with 64 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
screenshots export-ignore
34 changes: 34 additions & 0 deletions Makefile
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.
7 changes: 7 additions & 0 deletions config/config
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 added config/message
Empty file.
Empty file added config/package
Empty file.
Empty file added config/top-add
Empty file.
Empty file added config/top-final
Empty file.
Empty file added config/top-remove
Empty file.
6 changes: 6 additions & 0 deletions desktop/argon-notifier-config.desktop
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
9 changes: 9 additions & 0 deletions desktop/argon-update-notifier.desktop
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
7 changes: 7 additions & 0 deletions desktop/argon.desktop
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
Binary file added icons/arch-fresh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/arch-stale.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed tarballs/argon-1.0.tar.gz
Binary file not shown.
Binary file removed tarballs/argon-1.1.tar.gz
Binary file not shown.
Binary file removed tarballs/argon-1.2.tar.gz
Binary file not shown.
Binary file removed tarballs/argon-1.3.tar.gz
Binary file not shown.
Binary file removed tarballs/argon-1.4.tar.gz
Binary file not shown.
Binary file removed tarballs/argon-1.5.tar.gz
Binary file not shown.
Binary file removed tarballs/argon-1.6.tar.gz
Binary file not shown.
Binary file removed tarballs/argon-1.7.tar.gz
Binary file not shown.
Binary file removed tarballs/argon-1.8.tar.gz
Binary file not shown.
Binary file removed tarballs/argon-1.9.tar.gz
Binary file not shown.
Binary file removed tarballs/argon-2.0.tar.gz
Binary file not shown.

0 comments on commit 976fc35

Please sign in to comment.