From: a Date: Sat, 24 Mar 2018 16:46:22 +0000 (+0100) Subject: Update some files X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=1684d6b7856814687f4480a5c2cf43d31bd4e17e;p=pinky-bar%2Fpinky-bar.git Update some files --- diff --git a/Makefile.am b/Makefile.am index 97d36b6..526650d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,6 +11,9 @@ dist_man_MANS = doc/pinkybar.1 EXTRA_DIST = \ README.md \ .gitignore \ + set.pl \ + configure.ac \ m4 \ doc \ - extra + extra \ + src diff --git a/doc/README.md b/doc/README.md index b47f119..31f547a 100644 --- a/doc/README.md +++ b/doc/README.md @@ -1,9 +1,5 @@ -To re-create the man page and info document you'll have to install the whole pandoc suite, texinfo, gmake, gsed (replace sed with gsed on \*BSD), then invoke: +To re-create the man page and info document you'll have to install the whole pandoc suite, texinfo, gmake, gsed (replace sed in Makefile with gsed on \*BSD), then invoke: ```bash make man info ``` - ---- - -Open up Makefile and delete the PHONY line. Execute `touch man`, followed by `make man`, bring back the PHONY line and execute `make man`. diff --git a/doc/man_template.pdc b/doc/man_template.pdc index 92578db..cc17757 100644 --- a/doc/man_template.pdc +++ b/doc/man_template.pdc @@ -1,6 +1,6 @@ % pinkybar(1) manual % Aaron Caffrey -% Oktoberfest 23, 2016 +% March 24, 2018 # NAME This man page is converted from markdown, and some information might not look good and/or have been stripped during the automated process. @@ -16,8 +16,8 @@ pinkybar [*option*] # REPORTING BUGS -Report bugs to https://gitlab.com/void0/pinky-bar +Report bugs to https://github.com/boji/pinky-bar # COPYRIGHT -Copyright (c) 2016 Aaron Caffrey \ +Copyright (c) 2018 \ Free use of this software is granted under the terms of the GNU General Public License (GPL). diff --git a/extra/Gentoo/README.md b/extra/Gentoo/README.md new file mode 100644 index 0000000..dad1a9f --- /dev/null +++ b/extra/Gentoo/README.md @@ -0,0 +1,5 @@ +ebuild for Gentoo users. To compile locally run: + +```bash +ebuild pinky-bar-9999.ebuild manifest clean prepare configure compile install qmerge merge +``` diff --git a/extra/bash_zsh/README.md b/extra/bash_zsh/README.md new file mode 100644 index 0000000..6d209bb --- /dev/null +++ b/extra/bash_zsh/README.md @@ -0,0 +1 @@ +bash and zsh completions. diff --git a/extra/deprecated/README.md b/extra/deprecated/README.md index ee6d4cf..0102df9 100644 --- a/extra/deprecated/README.md +++ b/extra/deprecated/README.md @@ -2,4 +2,4 @@ The bash bootstrip script served well until I ported pinky-bar to \*BSD, as I ha Second attemp was with GNU make and sed, and the difference between GNU and BSD sed version made me to pull out my hair. So I re-wrote the sed macros to use perl instead. -The third and last attemp - deprecate GNU make, and use only perl. Since it high-level language it will be portable across different operating systems, and the bonus is that perl will be most likely installed out of the box. +The third and last attemp - deprecate GNU make, and use only perl. Since it's high-level language it will be portable across different operating systems, and the bonus is that perl will be most likely installed out of the box. diff --git a/extra/mpd/README.md b/extra/mpd/README.md index e8453db..71d5b20 100644 --- a/extra/mpd/README.md +++ b/extra/mpd/README.md @@ -1 +1 @@ -\*BSD users should add the "musicpd" daemon user on their own +\*BSD users should add the "musicpd" daemon **user** on their own diff --git a/extra/scripts/README.md b/extra/scripts/README.md new file mode 100644 index 0000000..6064c71 --- /dev/null +++ b/extra/scripts/README.md @@ -0,0 +1 @@ +Scripts used to extend pinky-bar in various languages. diff --git a/extra/xbm_icons/LICENSE b/extra/xbm_icons/LICENSE new file mode 100644 index 0000000..589f8ac --- /dev/null +++ b/extra/xbm_icons/LICENSE @@ -0,0 +1,7 @@ +The widget icons were made by "sm4tik" for purposes of "dzen", There +isn't any licensing information attached to those original bitmaps in +its official "README" document. + +Assuming they are in the public domain, and with the original source +of the bitmaps (dzen website) now offline, they found their new home +on the "Awesome" window manager wiki. diff --git a/extra/xbm_icons/README b/extra/xbm_icons/README new file mode 100644 index 0000000..eb0e735 --- /dev/null +++ b/extra/xbm_icons/README @@ -0,0 +1,6 @@ +This set of icons is mostly created keeping dzen2 in mind. +If you're missing an icon or have suggestions how to improve +the ones already existing, please contact me at + + +Thanks for downloading!