r54021 - in /desktop/experimental/gtk+4.0/debian: changelog control control.in
jbicha at users.alioth.debian.org
jbicha at users.alioth.debian.org
Sun Sep 17 16:09:34 UTC 2017
Author: jbicha
Date: Sun Sep 17 16:09:33 2017
New Revision: 54021
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=54021
Log:
Don't build gtk-update-icon-cache; we'll let gtk3 handle that for now
Modified:
desktop/experimental/gtk+4.0/debian/changelog
desktop/experimental/gtk+4.0/debian/control
desktop/experimental/gtk+4.0/debian/control.in
Modified: desktop/experimental/gtk+4.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B4.0/debian/changelog?rev=54021&op=diff
==============================================================================
--- desktop/experimental/gtk+4.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/gtk+4.0/debian/changelog [utf-8] Sun Sep 17 16:09:33 2017
@@ -31,6 +31,7 @@
their gtk3 counterparts until we figure out how to handle the file
conflicts there. The conflicted files have not changed in gtk4.
See GNOME bug 774912.
+ * Don't build gtk-update-icon-cache; we'll let gtk3 handle that for now
-- Emilio Pozuelo Monfort <pochu at debian.org> Mon, 11 Sep 2017 23:33:08 +0200
Modified: desktop/experimental/gtk+4.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B4.0/debian/control?rev=54021&op=diff
==============================================================================
--- desktop/experimental/gtk+4.0/debian/control [utf-8] (original)
+++ desktop/experimental/gtk+4.0/debian/control [utf-8] Sun Sep 17 16:09:33 2017
@@ -235,20 +235,20 @@
This package can be used by other packages using the GIRepository format to
generate dynamic bindings.
-Package: gtk-update-icon-cache
-Section: misc
-Architecture: any
-Multi-Arch: foreign
-Depends: ${misc:Depends},
- ${shlibs:Depends}
-Breaks: libgtk2.0-bin (<< 2.24.30-2),
- libgtk-3-bin (<< 3.20.6-1)
-Replaces: libgtk2.0-bin (<< 2.24.30-2),
- libgtk-3-bin (<< 3.20.6-1)
-Description: icon theme caching utility
- gtk-update-icon-cache creates mmap()able cache files for icon themes.
- .
- GTK+ can use the cache files created by gtk-update-icon-cache to avoid a lot
- of system call and disk seek overhead when the application starts. Since the
- format of the cache files allows them to be mmap()ed shared between multiple
- applications, the overall memory consumption is reduced as well.
+#Package: gtk-update-icon-cache
+#Section: misc
+#Architecture: any
+#Multi-Arch: foreign
+#Depends: ${misc:Depends},
+# ${shlibs:Depends}
+#Breaks: libgtk2.0-bin (<< 2.24.30-2),
+# libgtk-3-bin (<< 3.20.6-1)
+#Replaces: libgtk2.0-bin (<< 2.24.30-2),
+# libgtk-3-bin (<< 3.20.6-1)
+#Description: icon theme caching utility
+# gtk-update-icon-cache creates mmap()able cache files for icon themes.
+# .
+# GTK+ can use the cache files created by gtk-update-icon-cache to avoid a lot
+# of system call and disk seek overhead when the application starts. Since the
+# format of the cache files allows them to be mmap()ed shared between multiple
+# applications, the overall memory consumption is reduced as well.
Modified: desktop/experimental/gtk+4.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B4.0/debian/control.in?rev=54021&op=diff
==============================================================================
--- desktop/experimental/gtk+4.0/debian/control.in [utf-8] (original)
+++ desktop/experimental/gtk+4.0/debian/control.in [utf-8] Sun Sep 17 16:09:33 2017
@@ -235,20 +235,20 @@
This package can be used by other packages using the GIRepository format to
generate dynamic bindings.
-Package: gtk-update-icon-cache
-Section: misc
-Architecture: any
-Multi-Arch: foreign
-Depends: ${misc:Depends},
- ${shlibs:Depends}
-Breaks: libgtk2.0-bin (<< 2.24.30-2),
- libgtk-3-bin (<< 3.20.6-1)
-Replaces: libgtk2.0-bin (<< 2.24.30-2),
- libgtk-3-bin (<< 3.20.6-1)
-Description: icon theme caching utility
- gtk-update-icon-cache creates mmap()able cache files for icon themes.
- .
- GTK+ can use the cache files created by gtk-update-icon-cache to avoid a lot
- of system call and disk seek overhead when the application starts. Since the
- format of the cache files allows them to be mmap()ed shared between multiple
- applications, the overall memory consumption is reduced as well.
+#Package: gtk-update-icon-cache
+#Section: misc
+#Architecture: any
+#Multi-Arch: foreign
+#Depends: ${misc:Depends},
+# ${shlibs:Depends}
+#Breaks: libgtk2.0-bin (<< 2.24.30-2),
+# libgtk-3-bin (<< 3.20.6-1)
+#Replaces: libgtk2.0-bin (<< 2.24.30-2),
+# libgtk-3-bin (<< 3.20.6-1)
+#Description: icon theme caching utility
+# gtk-update-icon-cache creates mmap()able cache files for icon themes.
+# .
+# GTK+ can use the cache files created by gtk-update-icon-cache to avoid a lot
+# of system call and disk seek overhead when the application starts. Since the
+# format of the cache files allows them to be mmap()ed shared between multiple
+# applications, the overall memory consumption is reduced as well.
More information about the pkg-gnome-commits
mailing list