[Xfce4-commits] [panel-plugins/xfce4-generic-slider] branch master updated (2f5d52b -> 51e1b50)
noreply at xfce.org
noreply at xfce.org
Sat Dec 23 23:29:58 CET 2017
This is an automated email from the git hooks/post-receive script.
s k u n n y k p u s h e d a c h a n g e t o b r a n c h m a s t e r
in repository panel-plugins/xfce4-generic-slider.
from 2f5d52b Allow higher denominators
new 51e1b50 Revamp of the build system
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 29 ++++++
AUTHORS | 0
ChangeLog | 4 -
INSTALL | 14 ---
Makefile | 32 -------
Makefile.am | 39 ++++++++
NEWS | 0
README | 0
autogen.sh | 35 +++++++
configure.ac.in | 108 ++++++++++++++++++++++
generic-slider.desktop | 7 --
panel-plugin/Makefile.am | 53 +++++++++++
generic-slider.c => panel-plugin/generic-slider.c | 3 +-
panel-plugin/generic-slider.desktop.in | 10 ++
po/POTFILES.in | 2 +
15 files changed, 278 insertions(+), 58 deletions(-)
create mode 100644 .gitignore
create mode 100644 AUTHORS
delete mode 100644 ChangeLog
delete mode 100644 INSTALL
delete mode 100644 Makefile
create mode 100644 Makefile.am
create mode 100644 NEWS
create mode 100644 README
create mode 100755 autogen.sh
create mode 100644 configure.ac.in
delete mode 100644 generic-slider.desktop
create mode 100644 panel-plugin/Makefile.am
rename generic-slider.c => panel-plugin/generic-slider.c (99%)
create mode 100644 panel-plugin/generic-slider.desktop.in
create mode 100644 po/POTFILES.in
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list