[pitivi] pixmaps: Fix the installation of effects and transitions icons
- From: Jean-François Fortin Tam <jfft src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] pixmaps: Fix the installation of effects and transitions icons
- Date: Sun, 29 Sep 2013 23:05:13 +0000 (UTC)
commit aa1deacf8ed41bc750c30d3b7c9baa291fe2faa1
Author: Jean-François Fortin Tam <nekohayo gmail com>
Date: Sat Sep 28 23:54:46 2013 -0400
pixmaps: Fix the installation of effects and transitions icons
This ensures they install into subdirectories of the pixmaps directory,
otherwise Pitivi wouldn't find them when installed system-wide.
data/pixmaps/Makefile.am | 15 ++++++++++++---
1 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/data/pixmaps/Makefile.am b/data/pixmaps/Makefile.am
index 8273502..e16f017 100644
--- a/data/pixmaps/Makefile.am
+++ b/data/pixmaps/Makefile.am
@@ -20,7 +20,10 @@ pixmap_DATA = \
processing-clip.png \
processing-clip.svg \
trimbar-focused.png \
- trimbar-normal.png \
+ trimbar-normal.png
+
+effectspixmapdir = $(pkgdatadir)/pixmaps/effects
+effectspixmap_DATA = \
effects/agingtv.png \
effects/bulge.png \
effects/burn.png \
@@ -83,7 +86,11 @@ pixmap_DATA = \
effects/stretch.png \
effects/threshold0r.png \
effects/tunnel.png \
- effects/twirl.png \
+ effects/twirl.png
+
+transitionspixmapdir = $(pkgdatadir)/pixmaps/transitions
+transitionspixmap_DATA = \
+ transitions/barndoor-dbl.png \
transitions/barndoor-dtl.png \
transitions/barndoor-h.png \
transitions/barndoor-v.png \
@@ -156,4 +163,6 @@ pixmap_DATA = \
transitions/windshield-v.png
EXTRA_DIST = \
- $(pixmap_DATA)
+ $(pixmap_DATA) \
+ $(effectspixmap_DATA) \
+ $(transitionspixmap_DATA)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]