This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project wmaker-crm.git.

The branch, next has been updated
       via  177fb22126f7ce8fa00d18aca971168c11a724e8 (commit)
       via  139382380fa683c7a8336c13f9da5d63044f1d97 (commit)
      from  9ad35c440f73e2cbaf074ed2ad8d94f464a3d19e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://repo.or.cz/w/wmaker-crm.git/commit/177fb22126f7ce8fa00d18aca971168c11a724e8

commit 177fb22126f7ce8fa00d18aca971168c11a724e8
Author: Doug Torrance <dtorra...@monmouthcollege.edu>
Date:   Sun Apr 27 16:40:54 2014 -0500

    Debian: Added wrlib.pc to libwraster3-dev package.
    
    In order for users to use pkg-config to compile programs using libwraster,
    wrlib.pc should be installed in /usr/lib/pkgconfig, which had not been
    happening.  This patch fixes this issue.

diff --git a/debian/libwraster3-dev.install b/debian/libwraster3-dev.install
index d06c0d57..c84342c8 100644
--- a/debian/libwraster3-dev.install
+++ b/debian/libwraster3-dev.install
@@ -1,4 +1,5 @@
 usr/include/wraster.h
+usr/lib/pkgconfig/wrlib.pc
 usr/lib/libwraster.so
 usr/lib/libwraster.a
 usr/bin/get-wraster-flags

http://repo.or.cz/w/wmaker-crm.git/commit/139382380fa683c7a8336c13f9da5d63044f1d97

commit 139382380fa683c7a8336c13f9da5d63044f1d97
Author: Doug Torrance <dtorra...@monmouthcollege.edu>
Date:   Sat Apr 26 22:15:38 2014 -0500

    Added missing files to distribution tarball.
    
    A number of files have been added to the Window Maker source tree but are 
not
    included in the tarball produced by "make dist" because they have not been 
added
    to EXTRA_DIST in the appropriate Makefile.am.  They are:
    - Dutch translation files (commit afc90)
    - email-clients.txt (commit 385db)
    - WPrefs source files removed from WPrefs_SOURCES (commit 21dfd)
    
    This patch adds these missing files.

diff --git a/Makefile.am b/Makefile.am
index f34fcd68..3309718d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,7 +35,8 @@ SUBDIRS = wrlib WINGs src util po WindowMaker wmlib 
WPrefs.app doc test
 EXTRA_DIST = TODO BUGS BUGFORM FAQ FAQ.I18N INSTALL    INSTALL-WMAKER 
README.definable-cursor          The-perfect-Window-Maker-patch.txt -    README 
COPYING.WTFPL autogen.sh
+       README COPYING.WTFPL autogen.sh +       email-clients.txt
 
 if USE_LCOV
 coverage-reset:
diff --git a/WINGs/po/Makefile.am b/WINGs/po/Makefile.am
index e6cdaf4f..df46078c 100644
--- a/WINGs/po/Makefile.am
+++ b/WINGs/po/Makefile.am
@@ -4,7 +4,7 @@ CATALOGS = @WINGSMOFILES@
 
 CLEANFILES = $(CATALOGS) WINGs.pot
 
-EXTRA_DIST = bg.po ca.po cs.po de.po fr.po hu.po sk.po
+EXTRA_DIST = bg.po ca.po cs.po de.po fr.po hu.po nl.po sk.po
 
 POTFILES  =    $(top_srcdir)/WINGs/error.c diff --git a/WPrefs.app/Makefile.am 
b/WPrefs.app/Makefile.am
index 40401b93..c1424262 100644
--- a/WPrefs.app/Makefile.am
+++ b/WPrefs.app/Makefile.am
@@ -10,7 +10,9 @@ wpdatadir = @wprefs_datadir@
 
 wpdata_DATA = WPrefs.tiff WPrefs.xpm
 
-EXTRA_DIST = $(wpdata_DATA)
+EXTRA_DIST = $(wpdata_DATA) +  KeyboardSettings.c +    Themes.c
 
 WPrefs_SOURCES =       main.c diff --git a/WPrefs.app/po/Makefile.am 
b/WPrefs.app/po/Makefile.am
index 417a158f..de11bd58 100644
--- a/WPrefs.app/po/Makefile.am
+++ b/WPrefs.app/po/Makefile.am
@@ -5,7 +5,7 @@ nlsdir = $(NLSDIR)
 CLEANFILES = WPrefs.pot $(CATALOGS)
 
 EXTRA_DIST = bg.po ca.po cs.po de.po es.po et.po fi.po fr.po hr.po hu.po -     
it.po ja.po ko.po pt.po ru.po sk.po zh_CN.po zh_TW.po
+       it.po ja.po ko.po nl.po pt.po ru.po sk.po zh_CN.po zh_TW.po
 
 POTFILES  =    $(top_srcdir)/WPrefs.app/Appearance.c diff --git 
a/WindowMaker/Makefile.am b/WindowMaker/Makefile.am
index a30fb006..5d266388 100644
--- a/WindowMaker/Makefile.am
+++ b/WindowMaker/Makefile.am
@@ -47,6 +47,7 @@ prefsdata_DATA =      plmenu.it       plmenu.ja       
plmenu.ko+      plmenu.nl       plmenu.pl       plmenu.ro       plmenu.skdiff 
--git a/util/po/Makefile.am b/util/po/Makefile.am
index 5c0cf846..31774a36 100644
--- a/util/po/Makefile.am
+++ b/util/po/Makefile.am
@@ -4,7 +4,7 @@ nlsdir = $(NLSDIR)
 
 CLEANFILES = wmgenmenu.pot $(CATALOGS)
 
-EXTRA_DIST = de.po es.po fr.po pt.po
+EXTRA_DIST = de.po es.po fr.po nl.po pt.po
 
 POTFILES  =    $(top_srcdir)/util/wmgenmenu.c 
-----------------------------------------------------------------------

Summary of changes:
 Makefile.am                    |    3 ++-
 WINGs/po/Makefile.am           |    2 +-
 WPrefs.app/Makefile.am         |    4 +++-
 WPrefs.app/po/Makefile.am      |    2 +-
 WindowMaker/Makefile.am        |    1 +
 debian/libwraster3-dev.install |    1 +
 util/po/Makefile.am            |    2 +-
 7 files changed, 10 insertions(+), 5 deletions(-)


repo.or.cz automatic notification. Contact project admin crma...@gmail.com
if you want to unsubscribe, or site admin ad...@repo.or.cz if you receive
no reply.
-- 
wmaker-crm.git ("The Window Maker window manager")


-- 
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Reply via email to