Merge lp:~ken-vandine/overlay-scrollbar/xsession into lp:overlay-scrollbar

Proposed by Ken VanDine
Status: Merged
Merged at revision: 217
Proposed branch: lp:~ken-vandine/overlay-scrollbar/xsession
Merge into: lp:overlay-scrollbar
Diff against target: 55 lines (+17/-0)
4 files modified
Makefile.am (+1/-0)
configure.ac (+2/-0)
data/81overlay-scrollbar.in (+4/-0)
data/Makefile.am (+10/-0)
To merge this branch: bzr merge lp:~ken-vandine/overlay-scrollbar/xsession
Reviewer Review Type Date Requested Status
Andrea Cimitan Approve
Review via email: mp+58681@code.launchpad.net

Description of the change

Install an xsession script to enable the scrollbars globally

To post a comment you must log in.
Revision history for this message
Andrea Cimitan (cimi) wrote :

looks good to me, well done ken!

review: Approve
217. By Andrea Cimitan

merged branch xsession and prepare to 0.1.9

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'Makefile.am'
--- Makefile.am 2011-03-02 16:15:54 +0000
+++ Makefile.am 2011-04-21 14:36:09 +0000
@@ -1,5 +1,6 @@
1SUBDIRS = \1SUBDIRS = \
2 misc \2 misc \
3 data \
3 build \4 build \
4 pkgconfig \5 pkgconfig \
5 os \6 os \
67
=== modified file 'configure.ac'
--- configure.ac 2011-04-20 18:52:11 +0000
+++ configure.ac 2011-04-21 14:36:09 +0000
@@ -22,6 +22,7 @@
22OS_LT_AGE=022OS_LT_AGE=0
23OS_LT_VERSION="$OS_LT_CURRENT:$OS_LT_REV:$OS_LT_AGE"23OS_LT_VERSION="$OS_LT_CURRENT:$OS_LT_REV:$OS_LT_AGE"
24OS_LT_LDFLAGS="-version-info $OS_LT_VERSION"24OS_LT_LDFLAGS="-version-info $OS_LT_VERSION"
25AC_SUBST(OS_LT_CURRENT)
25AC_SUBST(PGM_LT_VERSION)26AC_SUBST(PGM_LT_VERSION)
26AC_SUBST(PGM_LT_LDFLAGS)27AC_SUBST(PGM_LT_LDFLAGS)
2728
@@ -137,6 +138,7 @@
137AC_CONFIG_FILES([138AC_CONFIG_FILES([
138 Makefile139 Makefile
139 misc/Makefile140 misc/Makefile
141 data/Makefile
140 build/Makefile142 build/Makefile
141 pkgconfig/Makefile143 pkgconfig/Makefile
142 pkgconfig/overlay-scrollbar.pc144 pkgconfig/overlay-scrollbar.pc
143145
=== added directory 'data'
=== added file 'data/81overlay-scrollbar.in'
--- data/81overlay-scrollbar.in 1970-01-01 00:00:00 +0000
+++ data/81overlay-scrollbar.in 2011-04-21 14:36:09 +0000
@@ -0,0 +1,4 @@
1if [ -f @libdir@/liboverlay-scrollbar-@OS_MAJORMINOR@.so.@OS_LT_CURRENT@ ]
2then
3 export LIBOVERLAY_SCROLLBAR=1
4fi
05
=== added file 'data/Makefile.am'
--- data/Makefile.am 1970-01-01 00:00:00 +0000
+++ data/Makefile.am 2011-04-21 14:36:09 +0000
@@ -0,0 +1,10 @@
1EXTRA_DIST = 81overlay-scrollbar.in
2
3CLEANFILES = 81overlay-scrollbar
4
581overlay-scrollbar: 81overlay-scrollbar.in
6 sed -e "s|\@libdir\@|$(libdir)|" -e "s|\@OS_MAJORMINOR\@|@OS_MAJORMINOR@|" -e "s|\@OS_LT_CURRENT\@|$(OS_LT_CURRENT)|" $< > $@
7
8xsessiondir = $(sysconfdir)/X11/Xsession.d
9
10nodist_xsession_DATA = 81overlay-scrollbar

Subscribers

People subscribed via source and target branches