r37736 - in /desktop/experimental/gnome-themes-standard/debian: changelog cursor.theme gnome-themes-standard-data.install gnome-themes-standard-data.postinst gnome-themes-standard-data.prerm
joss at users.alioth.debian.org
joss at users.alioth.debian.org
Sat May 11 21:56:37 UTC 2013
Author: joss
Date: Sat May 11 21:56:36 2013
New Revision: 37736
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37736
Log:
* Install a cursor.theme to configure the default X cursor.
* Set up the x-cursor-theme alternative.
Added:
desktop/experimental/gnome-themes-standard/debian/cursor.theme
desktop/experimental/gnome-themes-standard/debian/gnome-themes-standard-data.postinst
desktop/experimental/gnome-themes-standard/debian/gnome-themes-standard-data.prerm
Modified:
desktop/experimental/gnome-themes-standard/debian/changelog
desktop/experimental/gnome-themes-standard/debian/gnome-themes-standard-data.install
Modified: desktop/experimental/gnome-themes-standard/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-themes-standard/debian/changelog?rev=37736&op=diff
==============================================================================
--- desktop/experimental/gnome-themes-standard/debian/changelog [utf-8] (original)
+++ desktop/experimental/gnome-themes-standard/debian/changelog [utf-8] Sat May 11 21:56:36 2013
@@ -1,3 +1,10 @@
+gnome-themes-standard (3.8.0-2) UNRELEASED; urgency=low
+
+ * Install a cursor.theme to configure the default X cursor.
+ * Set up the x-cursor-theme alternative.
+
+ -- Josselin Mouette <joss at debian.org> Sat, 11 May 2013 23:43:33 +0200
+
gnome-themes-standard (3.8.0-1) experimental; urgency=low
* New upstream release.
Added: desktop/experimental/gnome-themes-standard/debian/cursor.theme
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-themes-standard/debian/cursor.theme?rev=37736&op=file
==============================================================================
--- desktop/experimental/gnome-themes-standard/debian/cursor.theme (added)
+++ desktop/experimental/gnome-themes-standard/debian/cursor.theme [utf-8] Sat May 11 21:56:36 2013
@@ -1,0 +1,2 @@
+[Icon Theme]
+Inherits=Adwaita
Modified: desktop/experimental/gnome-themes-standard/debian/gnome-themes-standard-data.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-themes-standard/debian/gnome-themes-standard-data.install?rev=37736&op=diff
==============================================================================
--- desktop/experimental/gnome-themes-standard/debian/gnome-themes-standard-data.install [utf-8] (original)
+++ desktop/experimental/gnome-themes-standard/debian/gnome-themes-standard-data.install [utf-8] Sat May 11 21:56:36 2013
@@ -1,3 +1,4 @@
usr/share/icons/Adwaita
usr/share/themes/Adwaita
usr/share/gnome-background-properties
+debian/cursor.theme usr/share/icons/Adwaita
Added: desktop/experimental/gnome-themes-standard/debian/gnome-themes-standard-data.postinst
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-themes-standard/debian/gnome-themes-standard-data.postinst?rev=37736&op=file
==============================================================================
--- desktop/experimental/gnome-themes-standard/debian/gnome-themes-standard-data.postinst (added)
+++ desktop/experimental/gnome-themes-standard/debian/gnome-themes-standard-data.postinst [utf-8] Sat May 11 21:56:36 2013
@@ -1,0 +1,7 @@
+#! /bin/sh
+set -e
+
+#DEBHELPER#
+
+update-alternatives --install /usr/share/icons/default/index.theme \
+ x-cursor-theme /usr/share/icons/Adwaita/cursor.theme 90
Added: desktop/experimental/gnome-themes-standard/debian/gnome-themes-standard-data.prerm
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-themes-standard/debian/gnome-themes-standard-data.prerm?rev=37736&op=file
==============================================================================
--- desktop/experimental/gnome-themes-standard/debian/gnome-themes-standard-data.prerm (added)
+++ desktop/experimental/gnome-themes-standard/debian/gnome-themes-standard-data.prerm [utf-8] Sat May 11 21:56:36 2013
@@ -1,0 +1,11 @@
+#! /bin/sh
+set -e
+
+#DEBHELPER#
+
+case "$1" in
+ remove|deconfigure|failed-upgrade)
+ update-alternatives --remove x-cursor-theme \
+ /usr/share/icons/Adwaita/cursor.theme
+ ;;
+esac
More information about the pkg-gnome-commits
mailing list