From 18703ab5e7088b1b255f18349dbe3e672c2b11d4 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Tue, 19 Dec 2006 12:53:50 +0000 Subject: Complete renaming to olpc --- diff --git a/art/cursor/olpc/Bluecurve.cursortheme b/art/cursor/olpc/Bluecurve.cursortheme deleted file mode 100644 index 1550a5d..0000000 --- a/art/cursor/olpc/Bluecurve.cursortheme +++ /dev/null @@ -1,191 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/art/cursor/olpc/Makefile.am b/art/cursor/olpc/Makefile.am index 6ef95f3..36b8375 100644 --- a/art/cursor/olpc/Makefile.am +++ b/art/cursor/olpc/Makefile.am @@ -1,21 +1,21 @@ THEMEGEN = $(top_builddir)/art/cursor/cursorthemegen/cursorthemegen THEME_DIR = $(top_builddir)/art/cursor/olpc/theme -all-local: Bluecurve.stamp +all-local: olpc.stamp -bluecurve_images = \ - Bluecurve-48-hotspot.png \ - Bluecurve-48-1.png +olpc_images = \ + olpc-48-hotspot.png \ + olpc-48-1.png -Bluecurve.stamp: $(bluecurve_images) $(THEMEGEN) Bluecurve.cursortheme - rm -rf olpc && \ - BDIR=`pwd` && cd $(srcdir) && \ - $$BDIR/$(THEMEGEN) Bluecurve.cursortheme $$BDIR/theme && \ - cd $$BDIR && touch Bluecurve.stamp +olpc.stamp: $(olpc_images) $(THEMEGEN) olpc.cursortheme + rm -rf olpc && \ + BDIR=`pwd` && cd $(srcdir) && \ + $$BDIR/$(THEMEGEN) olpc.cursortheme $$BDIR/theme && \ + cd $$BDIR && touch olpc.stamp clean-local: rm -rf $(THEME_DIR) - rm -rf $(top_builddir)/art/cursor/olpc/Bluecurve.stamp + rm -rf $(top_builddir)/art/cursor/olpc/olpc.stamp install-data-local: $(mkinstalldirs) $(DESTDIR)$(datadir)/icons/olpc/cursors/ @@ -26,4 +26,4 @@ install-data-local: uninstall-local: rm -rf $(DESTDIR)$(datadir)/icons/olpc/cursors -EXTRA_DIST=$(bluecurve_images) Bluecurve.cursortheme +EXTRA_DIST=$(olpc_images) olpc.cursortheme diff --git a/art/cursor/olpc/Bluecurve-48-1.png b/art/cursor/olpc/olpc-48-1.png index abf8ac6..abf8ac6 100644 --- a/art/cursor/olpc/Bluecurve-48-1.png +++ b/art/cursor/olpc/olpc-48-1.png Binary files differ diff --git a/art/cursor/olpc/Bluecurve-48-hotspot.png b/art/cursor/olpc/olpc-48-hotspot.png index 4852623..4852623 100644 --- a/art/cursor/olpc/Bluecurve-48-hotspot.png +++ b/art/cursor/olpc/olpc-48-hotspot.png Binary files differ diff --git a/art/cursor/olpc/olpc.cursortheme b/art/cursor/olpc/olpc.cursortheme new file mode 100644 index 0000000..78dd59e --- /dev/null +++ b/art/cursor/olpc/olpc.cursortheme @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v0.9.1