r47201 - in /desktop/unstable/adwaita-icon-theme/debian: adwaita-icon-theme.postinst adwaita-icon-theme.prerm changelog control control.in cursor.theme install
mitya57 at users.alioth.debian.org
mitya57 at users.alioth.debian.org
Mon Dec 28 20:12:52 UTC 2015
Author: mitya57
Date: Mon Dec 28 20:12:52 2015
New Revision: 47201
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47201
Log:
* Add cursor.theme, formerly shipped in gnome-themes-standard package.
- Also add appropriate prerm/postinst scripts.
- Bump the version in gnome-themes-standard Breaks/Replaces.
Added:
desktop/unstable/adwaita-icon-theme/debian/adwaita-icon-theme.postinst
desktop/unstable/adwaita-icon-theme/debian/adwaita-icon-theme.prerm
desktop/unstable/adwaita-icon-theme/debian/cursor.theme
desktop/unstable/adwaita-icon-theme/debian/install
Modified:
desktop/unstable/adwaita-icon-theme/debian/changelog
desktop/unstable/adwaita-icon-theme/debian/control
desktop/unstable/adwaita-icon-theme/debian/control.in
Added: desktop/unstable/adwaita-icon-theme/debian/adwaita-icon-theme.postinst
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/adwaita-icon-theme/debian/adwaita-icon-theme.postinst?rev=47201&op=file
==============================================================================
--- desktop/unstable/adwaita-icon-theme/debian/adwaita-icon-theme.postinst (added)
+++ desktop/unstable/adwaita-icon-theme/debian/adwaita-icon-theme.postinst [utf-8] Mon Dec 28 20:12:52 2015
@@ -0,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/unstable/adwaita-icon-theme/debian/adwaita-icon-theme.prerm
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/adwaita-icon-theme/debian/adwaita-icon-theme.prerm?rev=47201&op=file
==============================================================================
--- desktop/unstable/adwaita-icon-theme/debian/adwaita-icon-theme.prerm (added)
+++ desktop/unstable/adwaita-icon-theme/debian/adwaita-icon-theme.prerm [utf-8] Mon Dec 28 20:12:52 2015
@@ -0,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
Modified: desktop/unstable/adwaita-icon-theme/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/adwaita-icon-theme/debian/changelog?rev=47201&op=diff
==============================================================================
--- desktop/unstable/adwaita-icon-theme/debian/changelog [utf-8] (original)
+++ desktop/unstable/adwaita-icon-theme/debian/changelog [utf-8] Mon Dec 28 20:12:52 2015
@@ -1,3 +1,11 @@
+adwaita-icon-theme (3.18.0-2) UNRELEASED; urgency=medium
+
+ * Add cursor.theme, formerly shipped in gnome-themes-standard package.
+ - Also add appropriate prerm/postinst scripts.
+ - Bump the version in gnome-themes-standard Breaks/Replaces.
+
+ -- Dmitry Shachnev <mitya57 at debian.org> Mon, 28 Dec 2015 22:37:38 +0300
+
adwaita-icon-theme (3.18.0-1) unstable; urgency=medium
[ Andreas Henriksson ]
Modified: desktop/unstable/adwaita-icon-theme/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/adwaita-icon-theme/debian/control?rev=47201&op=diff
==============================================================================
--- desktop/unstable/adwaita-icon-theme/debian/control [utf-8] (original)
+++ desktop/unstable/adwaita-icon-theme/debian/control [utf-8] Mon Dec 28 20:12:52 2015
@@ -6,7 +6,7 @@
Section: gnome
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Dmitry Shachnev <mitya57 at debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Sjoerd Simons <sjoerd at debian.org>
Build-Depends: debhelper (>= 8),
cdbs,
dh-autoreconf,
@@ -30,8 +30,8 @@
hicolor-icon-theme,
libgtk-3-bin,
librsvg2-common
-Replaces: gnome-themes-standard-data (<< 3.13.90)
-Breaks: gnome-themes-standard-data (<< 3.13.90)
+Breaks: gnome-themes-standard-data (<< 3.18.0-2~)
+Replaces: gnome-themes-standard-data (<< 3.18.0-2~)
Description: default icon theme of GNOME
This package contains the default icon theme used by the GNOME desktop.
The icons are used in many of the official GNOME applications like eog,
Modified: desktop/unstable/adwaita-icon-theme/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/adwaita-icon-theme/debian/control.in?rev=47201&op=diff
==============================================================================
--- desktop/unstable/adwaita-icon-theme/debian/control.in [utf-8] (original)
+++ desktop/unstable/adwaita-icon-theme/debian/control.in [utf-8] Mon Dec 28 20:12:52 2015
@@ -26,8 +26,8 @@
hicolor-icon-theme,
libgtk-3-bin,
librsvg2-common
-Replaces: gnome-themes-standard-data (<< 3.13.90)
-Breaks: gnome-themes-standard-data (<< 3.13.90)
+Breaks: gnome-themes-standard-data (<< 3.18.0-2~)
+Replaces: gnome-themes-standard-data (<< 3.18.0-2~)
Description: default icon theme of GNOME
This package contains the default icon theme used by the GNOME desktop.
The icons are used in many of the official GNOME applications like eog,
Added: desktop/unstable/adwaita-icon-theme/debian/cursor.theme
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/adwaita-icon-theme/debian/cursor.theme?rev=47201&op=file
==============================================================================
--- desktop/unstable/adwaita-icon-theme/debian/cursor.theme (added)
+++ desktop/unstable/adwaita-icon-theme/debian/cursor.theme [utf-8] Mon Dec 28 20:12:52 2015
@@ -0,0 +1,2 @@
+[Icon Theme]
+Inherits=Adwaita
Added: desktop/unstable/adwaita-icon-theme/debian/install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/adwaita-icon-theme/debian/install?rev=47201&op=file
==============================================================================
--- desktop/unstable/adwaita-icon-theme/debian/install (added)
+++ desktop/unstable/adwaita-icon-theme/debian/install [utf-8] Mon Dec 28 20:12:52 2015
@@ -0,0 +1 @@
+debian/cursor.theme usr/share/icons/Adwaita
More information about the pkg-gnome-commits
mailing list