OSDN Git Service

Update some files
authora <a@b.c>
Sat, 24 Mar 2018 16:46:22 +0000 (17:46 +0100)
committera <a@b.c>
Sat, 24 Mar 2018 16:46:22 +0000 (17:46 +0100)
Makefile.am
doc/README.md
doc/man_template.pdc
extra/Gentoo/README.md [new file with mode: 0644]
extra/bash_zsh/README.md [new file with mode: 0644]
extra/deprecated/README.md
extra/mpd/README.md
extra/scripts/README.md [new file with mode: 0644]
extra/xbm_icons/LICENSE [new file with mode: 0644]
extra/xbm_icons/README [new file with mode: 0644]

index 97d36b6..526650d 100644 (file)
@@ -11,6 +11,9 @@ dist_man_MANS = doc/pinkybar.1
 EXTRA_DIST =      \
        README.md       \
        .gitignore      \
+       set.pl                                  \
+       configure.ac            \
        m4              \
        doc             \
-       extra
+       extra                                   \
+       src
index b47f119..31f547a 100644 (file)
@@ -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`.
index 92578db..cc17757 100644 (file)
@@ -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 (file)
index 0000000..dad1a9f
--- /dev/null
@@ -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 (file)
index 0000000..6d209bb
--- /dev/null
@@ -0,0 +1 @@
+bash and zsh completions.
index ee6d4cf..0102df9 100644 (file)
@@ -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.
index e8453db..71d5b20 100644 (file)
@@ -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 (file)
index 0000000..6064c71
--- /dev/null
@@ -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 (file)
index 0000000..589f8ac
--- /dev/null
@@ -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 (file)
index 0000000..eb0e735
--- /dev/null
@@ -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
+<sm4tik@yahoo.com>
+
+Thanks for downloading!