[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force X.Org X11 SVN commit: r1860 - trunk/data/xcursor-themes-X11R7.0-1.0.1/debian



Author: vorlon
Date: 2006-04-18 21:27:05 -0400 (Tue, 18 Apr 2006)
New Revision: 1860

Added:
   trunk/data/xcursor-themes-X11R7.0-1.0.1/debian/xcursor-themes.dirs
Modified:
   trunk/data/xcursor-themes-X11R7.0-1.0.1/debian/changelog
   trunk/data/xcursor-themes-X11R7.0-1.0.1/debian/xcursor-themes.postinst.in
   trunk/data/xcursor-themes-X11R7.0-1.0.1/debian/xcursor-themes.prerm.in
Log:
update for X11R7 paths

Modified: trunk/data/xcursor-themes-X11R7.0-1.0.1/debian/changelog
===================================================================
--- trunk/data/xcursor-themes-X11R7.0-1.0.1/debian/changelog	2006-04-19 01:24:04 UTC (rev 1859)
+++ trunk/data/xcursor-themes-X11R7.0-1.0.1/debian/changelog	2006-04-19 01:27:05 UTC (rev 1860)
@@ -1,7 +1,8 @@
 xcursor-themes (1.0.1-4) UNRELEASED; urgency=low
 
-  * Add back maintainer scripts for managing default theme alternatives.
-    Closes: #362766.
+  * Add back maintainer scripts for managing default theme alternatives,
+    and update them to use /usr/share/icons instead of 
+    /usr/X11R6/lib/X11/icons.  Closes: #362766.
 
  -- Steve Langasek <vorlon@debian.org>  Tue, 18 Apr 2006 17:20:46 -0700
 

Added: trunk/data/xcursor-themes-X11R7.0-1.0.1/debian/xcursor-themes.dirs
===================================================================
--- trunk/data/xcursor-themes-X11R7.0-1.0.1/debian/xcursor-themes.dirs	2006-04-19 01:24:04 UTC (rev 1859)
+++ trunk/data/xcursor-themes-X11R7.0-1.0.1/debian/xcursor-themes.dirs	2006-04-19 01:27:05 UTC (rev 1860)
@@ -0,0 +1 @@
+/usr/share/icons/default

Modified: trunk/data/xcursor-themes-X11R7.0-1.0.1/debian/xcursor-themes.postinst.in
===================================================================
--- trunk/data/xcursor-themes-X11R7.0-1.0.1/debian/xcursor-themes.postinst.in	2006-04-19 01:24:04 UTC (rev 1859)
+++ trunk/data/xcursor-themes-X11R7.0-1.0.1/debian/xcursor-themes.postinst.in	2006-04-19 01:27:05 UTC (rev 1860)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# Debian xlibs-data package post-installation script
+# Debian xcursor-themes package post-installation script
 # Copyright 2003 Daniel Stone, Branden Robinson.
 # Licensed under the GNU General Public License, version 2.  See the file
 # /usr/share/common-licenses/GPL or <http://www.gnu.org/copyleft/gpl.txt>.
@@ -9,23 +9,16 @@
 
 set -e
 
-THIS_PACKAGE=xlibs-data
+THIS_PACKAGE=xcursor-themes
 THIS_SCRIPT=postinst
 
 #INCLUDE_SHELL_LIB#
 
-# finish cleanup started in preinst
-LINK="/usr/X11R6/lib/X11/locale"
-if [ -e "$LINK.dpkg-tmp" ]; then
-  observe "committing removal of obsolete symbolic link $LINK"
-  rm "$LINK.dpkg-tmp"
-fi
-
 # register available X cursor themes with update-alternatives
-update-alternatives --install /usr/X11R6/lib/X11/icons/default/index.theme \
+update-alternatives --install /usr/share/icons/default/index.theme \
                               x-cursor-theme /etc/X11/cursors/core.theme 30
 for THEME in redglass whiteglass handhelds; do
-  update-alternatives --install /usr/X11R6/lib/X11/icons/default/index.theme \
+  update-alternatives --install /usr/share/icons/default/index.theme \
                                 x-cursor-theme "/etc/X11/cursors/$THEME.theme" \
                                 20
 done

Modified: trunk/data/xcursor-themes-X11R7.0-1.0.1/debian/xcursor-themes.prerm.in
===================================================================
--- trunk/data/xcursor-themes-X11R7.0-1.0.1/debian/xcursor-themes.prerm.in	2006-04-19 01:24:04 UTC (rev 1859)
+++ trunk/data/xcursor-themes-X11R7.0-1.0.1/debian/xcursor-themes.prerm.in	2006-04-19 01:27:05 UTC (rev 1860)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# Debian xlibs-data package pre-removal script
+# Debian xcursor-themes package pre-removal script
 # Copyright 2003 Daniel Stone, Branden Robinson.
 # Copyright 2004 Branden Robinson.
 # Licensed under the GNU General Public License, version 2.  See the file
@@ -10,7 +10,7 @@
 
 set -e
 
-THIS_PACKAGE=xlibs-data
+THIS_PACKAGE=xcursor-themes
 THIS_SCRIPT=prerm
 
 #INCLUDE_SHELL_LIB#



Reply to: